.ctags.d is previous, include it in our tarballs
[openssl.git] / crypto / pem / pem_pkey.c
2023-09-07 Matt CaswellCopyright year updates
2023-08-01 Matt CaswellThe PEM_read_bio_Parameters() function should not ask...
2022-11-25 Tomas MrazWhen using PEM_read_bio_PrivateKey_ex() the public...
2022-11-10 Milan Brozpem: avoid segfault if PKEY is NULL in PEM_write_bio_Pr...
2022-11-10 Milan Brozpem: fix a memory leak in PEM_write_bio_PrivateKey_trad...
2021-07-02 Tomas Mrazpem_read_bio_key: Add passphrase caching to avoid askin...
2021-07-02 Tomas Mrazpem_read_bio_key_decoder: Avoid spurious error on unkno...
2021-06-08 Matt CaswellActually use a legacy route in pem_read_bio_key_legacy()
2021-06-02 Paulipem: remove TODOs
2021-05-26 Tomas MrazFix possible infinite loop in pem_read_bio_key_decoder()
2021-05-21 Tomas Mrazpem_read_bio_key_legacy: Do not obscure real error...
2021-05-13 Tomas MrazFallback to legacy pem decoding if OSSL_DECODER fails
2021-05-13 Tomas MrazImplement pem_read_key directly through OSSL_DECODER
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-03-18 Shane LontisAdd ossl_pem_check_suffix symbol
2021-02-18 Matt CaswellUpdate copyright year
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2020-12-05 Richard LevittePEM: Add a more generic way to implement PEM _ex functi...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-11 Richard LevittePEM: Have pem_read_bio_key() set the OSSL_STORE expecte...
2020-11-11 Richard LevitteRestore the legacy implementation of PEM_read_bio_DHpar...
2020-11-10 Richard LevittePEM: Always use PEM_def_callback() when cb == NULL...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-08 Richard LevittePEM: Make PEM_write_bio_PrivateKey_traditional() handle...
2020-09-03 Richard LevitteSTORE: Deprecate legacy / ENGINE functions
2020-08-28 Richard LevitteFix PEM_write_bio_PrivateKey_traditional() to not outpu...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-20 Richard LevittePEM: Add more library context aware PEM readers
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-05-13 Richard LevitteOSSL_STORE: Make it possible to attach an OSSL_STORE...
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: