]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rsa/rsa_ameth.c
CRYPTO: Remove the check for built-in methods in the export_to function
[thirdparty/openssl.git] / crypto / rsa / rsa_ameth.c
2021-07-07  Richard LevitteCRYPTO: Remove the check for built-in methods in the...
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-20  Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-04-15  Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15  Tomas MrazImplement provider-side keymgmt_dup function
2021-04-12  Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-03-28  Tomas MrazImplement EVP_PKEY_dup() function
2021-03-26  Richard LevitteRSA-PSS: When printing parameters, always print the...
2021-03-19  Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-18  Shane LontisAdd ossl_rsa symbols
2021-03-18  Shane LontisAdd ossl_asn1 symbols
2021-03-14  Shane LontisRemove TODO in rsa_ameth.c
2021-02-14  Shane LontisRemove dead code in rsa_pkey_ctrl.
2021-02-05  Tomas MrazRSA: properly generate algorithm identifier for RSA...
2021-01-28  Dr. David von OheimbFix rsa_pss_asn1_meth to refert to rsa_sig_info_set
2021-01-28  Richard LevitteUpdate copyright year
2021-01-20  Shane LontisRemove pkey_downgrade from PKCS7 code
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15  Matt CaswellRemove CMS recipient info information out of the algori...
2020-10-15  Matt CaswellMove CMS signing code out of the algorithms and into CMS
2020-10-15  Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-06  Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-09-24  Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-23  Shane LontisChange rsa gen so it can use the propq from OSSL_PKEY_P...
2020-09-21  Norman AshleySupport keys with RSA_METHOD_FLAG_NO_CHECK with OCSP...
2020-08-21  Dr. David von OheimbAdd libctx and propq param to ASN.1 sign/verify/HMAC...
2020-08-06  Richard LevitteRSA: Be less strict on PSS parameters when exporting...
2020-08-01  Richard LevitteRSA: Better synchronisation between ASN1 PSS params...
2020-05-28  Benjamin KadukRSA: Do not set NULL OAEP labels
2020-05-26  Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-05-14  Richard LevitteRSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METH...
2020-05-14  Richard LevitteRSA: Extract much of the rsa_pkey_export_to() code...
2020-05-14  Richard LevitteRSA: Add RSA key types
2020-04-23  Matt CaswellUpdate copyright year
2020-04-17  Matt CaswellWhen calling the import_to function pass the libctx too
2020-04-09  Matt CaswellEnable export_to functions to have access to the libctx
2020-04-01  Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-28  PauliParam build: make structures opaque.
2020-03-28  PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-25  Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-23  Richard LevitteDH, DSA, EC_KEY: Fix exporters to allow domain paramete...
2020-03-09  Richard LevitteEVP: Check that key methods aren't foreign when exporting
2020-02-22  Richard Levittersa_get0_all_params(): Allow zero CRT params
2020-02-20  PauliDeprecate the low level RSA functions.
2020-02-07  Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-05  Kurt RoeckxStop accepting certificates signed using SHA1 at securi...
2020-01-19  Richard Levittelibcrypto: Eliminate as much use of EVP_PKEY_size(...
2019-11-14  Matt CaswellIncrease OSSL_PARAM_BLD_MAX for multi-prime RSA
2019-10-17  Richard LevitteNew RSA keymgmt implementation to handle import / expor...
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-08-09  Matt CaswellEnsure RSA PSS correctly returns the right default...
2019-04-10  Bernd EdlingerAvoid creating invalid rsa pss params
2019-03-18  David von Oheimbremove needless empty lines when printing certificates
2018-12-31  Bernd EdlingerFix cert with rsa instead of rsaEncryption as public...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-03-20  Matt CaswellUpdate copyright year
2018-03-01  Brad SpencerTest the result of CMS_RecipientInfo_ktri_get0_algs...
2017-11-21  Paul YangSupport multi-prime RSA (RFC 8017)
2017-09-13  Paul YangSupport key check in EVP interface
2017-08-25  Paul YangThis part fixes braces around if-else.
2017-07-19  Dr. Stephen HensonSet maskHash when creating parameters.
2017-04-25  Dr. Stephen HensonAdd custom sig_info setting for RSA-PSS
2017-01-18  Dr. Stephen HensonDefines and strings for special salt length values...
2017-01-08  Dr. Stephen Hensonfix a few more style issues
2017-01-08  Dr. Stephen HensonRemove unnecessary frees and style fixes.
2017-01-08  Dr. Stephen Hensonstyle issues
2017-01-08  Dr. Stephen Hensonfree str on error
2017-01-08  Dr. Stephen Hensonfix various style issues
2017-01-08  Dr. Stephen Hensonadd parameter error
2017-01-08  Dr. Stephen HensonOnly allow PSS padding for PSS keys.
2017-01-08  Dr. Stephen HensonDecode parameters properly.
2017-01-08  Dr. Stephen HensonAdd rsa_pss_get_param.
2017-01-08  Dr. Stephen HensonDon't allow PKCS#7/CMS encrypt with PSS.
2017-01-08  Dr. Stephen HensonAdd macros to determine if key or ctx is PSS.
2017-01-08  Dr. Stephen HensonRSA-PSS key printing.
2017-01-08  Dr. Stephen HensonPSS parameter encode and decode.
2017-01-08  Dr. Stephen HensonSplit PSS parameter creation.
2017-01-08  Dr. Stephen HensonUse method key type instead of EVP_PKEY_RSA
2017-01-08  Dr. Stephen HensonPSS ASN.1 method
2017-01-08  Dr. Stephen Hensonadd EVP_PKEY_RSA_PSS
2017-01-08  Dr. Stephen HensonCache maskHash parameter
2016-08-17  Dr. Stephen HensonConstify private key decode.
2016-06-04  Kurt RoeckxSpecifiy size of arrays
2016-05-17  Rich SalzCopyright consolidation 08/10
2016-04-28  Matt CaswellDon't leak an ASN1_OCTET_STRING on error in rsa_cms_encrypt
2016-04-06  Richard LevitteMake the RSA structure opaque
2016-03-20  Rich SalzRemove #error from include files.
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-20  Dr. Stephen Hensonmake EVP_PKEY opaque
2015-12-07  Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03  David BarRT3674: Make no-cms build work.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-05-01  Rich Salzfree null cleanup finale
next