Update copyright year
[openssl.git] / crypto / pem / pem_pkey.c
2020-04-23 Matt CaswellUpdate copyright year
2020-04-15 Matt CaswellTeach PEM_read_bio_PrivateKey about libctx
2019-11-29 Richard LevitteSERIALIZER: add hooks in PEM_write_bio_ and PEM_write_f...
2019-11-18 Richard LevittePEM: constify PEM_write_ routines
2019-11-07 Richard LevitteRefactor PEM_read_bio_{PrivateKey,Parameters,DHparams}
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-12 Richard LevitteIn cases where we ask PEM_def_callback for minimum...
2018-05-01 Matt CaswellUpdate copyright year
2018-04-26 Dr. Matthias St... Fix mixed indentation (and other whitespace issues)
2017-10-18 KaoruTodaRemove parentheses of return.
2017-07-29 Bernd EdlingerUse OPENSSL_secure_clear_free in PEM_read_bio_PrivateKe...
2017-07-29 Bernd EdlingerClean password buffer on stack for PEM_read_bio_PrivateKey
2017-05-08 Benjamin KadukMake PEM_read_{,bio_}PrivateKey use secmem
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-05-23 Dr. Stephen HensonSupport for traditional format private keys.
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-03-20 Rich SalzRemove #error from include files.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-04-30 Rich Salzfree cleanup almost the finale
2015-03-28 Rich Salzfree NULL cleanup
2015-03-24 Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2011-12-07 Dr. Stephen Hensontransparently handle X9.42 DH parameters
2009-01-15 Dr. Stephen HensonMake PKCS#8 the standard write format for private keys...
2007-06-04 Dr. Stephen HensonAvoid use of function pointer casts in pem library...
2007-02-21 Dr. Stephen HensonUpdate from 0.9.7-stable.
2006-06-05 Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-05-14 Dr. Stephen HensonCheck for deprecated private key types before PKCS...
2006-03-28 Dr. Stephen HensonNew utility pkeyparam. Enhance and bugfix algorithm...
2006-03-24 Dr. Stephen HensonInitial support for generalized public key parameters.
2006-03-23 Dr. Stephen HensonAdd support for legacy PEM format private keys in EVP_P...
2005-05-11 Bodo MöllerFix more error codes.
2004-04-22 Dr. Stephen HensonFix leak.
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-02-26 Richard LevitteMake sure the given EVP_PKEY is updated in the PEM_STRI...
2002-08-12 Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-07-26 Bodo MöllerUse SEC1 format for EC private keys.
2002-06-05 Richard LevitteCheck errors when parsing a PKCS8INF PEM FILE, or there...
2002-02-13 Bodo MöllerECDSA support
2001-07-27 Dr. Stephen HensonMore linker bloat reorganisation: