]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pem/pvkfmt.c
Stop raising ERR_R_MALLOC_FAILURE in most places
[thirdparty/openssl.git] / crypto / pem / pvkfmt.c
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-10-26  x2018add checks for the return values of BN_new(), sk_RSA_PR...
2021-09-28  Paulipvk: use PVK KDF
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-06-01  Jon SpillettPass library context and property query into private...
2021-06-01  Jon SpillettEnhance the encoder/decoder tests to allow testing...
2021-04-20  Paulipem: remove references to EVP_sha1()
2021-03-23  Paulipem: fix coverity 1474426: uninitialised scalar variable.
2021-03-19  Richard LevittePROV: Add type specific MSBLOB and PVK decoding for...
2021-03-11  Matt CaswellUpdate copyright year
2021-03-08  Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
2020-12-17  Richard LevitteMSBLOB & PVK: Make it possible to write EVP_PKEYs with...
2020-12-13  Richard LevittePEM: Unlock MSBLOB and PVK functions from 'no-dsa'...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-21  Richard LevitteUnexport internal MSBLOB and PVK functions
2020-08-07  Richard LevittePEM: Fix i2b_PvK to use EVP_Encrypt calls consistently
2020-08-07  Richard LevittePEM: Make general MSBLOB reader functions exposed inter...
2020-05-20  Tomas MrazCast the unsigned char to unsigned int before shifting...
2020-05-13  Richard LevitteOSSL_STORE: Make the 'file' scheme loader handle MSBLOB...
2020-04-27  Christian Hohnstaedti2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case...
2020-04-23  Matt CaswellUpdate copyright year
2020-02-11  PauliDeprecate the low level DSA functions.
2019-11-18  Richard LevittePEM: constify PEM_write_ routines
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-08-27  Cesar Pereida GarciaFix SCA vulnerability when using PVK and MSBLOB key...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-04  Shane Lontiskey zeroisation for pvkfmt now done on all branch paths
2018-05-12  Richard LevitteIn cases where we ask PEM_def_callback for minimum...
2018-04-03  Rich SalzSet error code on alloc failures
2018-03-20  Matt CaswellUpdate copyright year
2018-03-17  Bernd EdlingerFix error handling in b2i_dss and b2i_rsa
2017-05-11  Bernd EdlingerFix gcc-7 warnings.
2016-11-17  Dr. Stephen HensonFix MSBLOB format with RSA.
2016-08-15  Dr. Stephen HensonLimit reads in do_b2i_bio()
2016-08-01  Matt CaswellFix bad result in i2b_PVK()
2016-08-01  Matt CaswellFix param order in RSA_get0_key
2016-06-15  Richard LevitteDeal with the consequences of constifying getters
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-04-29  Matt CaswellA call to RSA_set0_key had the arguments in the wrong...
2016-04-29  Matt CaswellFix a leak in i2b_PVK
2016-04-28  Matt CaswellDon't leak memory on error in i2b_PVK
2016-04-28  Matt CaswellDon't leak memory on error in b2i_rsa
2016-04-06  Richard LevitteMake the RSA structure opaque
2016-04-02  Matt CaswellMake DSA_METHOD opaque
2016-04-02  Matt CaswellMake the DSA structure opaque
2016-03-04  Dr. Stephen HensonSanity check PVK file fields.
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-02  Dr. Stephen HensonNew BN functions.
2016-01-20  Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-12  Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-12-07  Richard LevitteRemove double semi (;)
2015-12-07  Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
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-10-23  Alessandro GhediniRemove useless code
2015-10-23  Alessandro GhediniFix memory leaks and other mistakes on errors
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
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-30  Rich Salzfree cleanup almost the finale
2015-03-28  Rich Salzfree NULL cleanup
2015-03-25  Rich Salzfree NULL cleanup
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-07-05  Dr. Stephen HensonSanity check keylength in PVK files.
2010-06-12  Ben LaurieFix warnings.
2010-04-06  Dr. Stephen HensonPR: 2220
2009-09-23  Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2009-04-26  Dr. Stephen HensonUpdate from 1.0.0-stable.
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-03-16  Geoff ThorpeFix a variety of warnings generated by some elevated...
2006-05-24  Dr. Stephen HensonFix warnings.
2005-09-05  Richard LevitteRemove warnings about signed vs. unsigned...
2005-08-31  Dr. Stephen HensonIntegrated support for PVK files.