i2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case of success
[openssl.git] / crypto / pem / pvkfmt.c
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.