crypto: rename error flags in internal structures
[openssl.git] / crypto / pem /
2021-02-18 Matt CaswellUpdate copyright year
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-13 Dr. David von OheimbMake PEM_X509_INFO_read_bio_ex() conservative on the...
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
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-12-05 Richard LevittePEM: Add a more generic way to implement PEM _ex functi...
2020-12-02 Richard LevitteAdapt everything else to the updated OSSL_ENCODER_CTX_n...
2020-11-30 Matt CaswellFix instances of pointer addition with the NULL pointer
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-11 Richard LevitteAdapt libcrypto functionality to specify the desired...
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-30 Richard LevitteAdd easy to digest selector macros for EVP_PKEYs
2020-10-21 Richard LevitteUnexport internal MSBLOB and PVK functions
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-20 Richard LevitteENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_ne...
2020-09-13 Matt CaswellFix safestack issues in x509.h
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-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-08-06 Matt CaswellUpdate copyright year
2020-07-24 Richard LevitteSERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set...
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-16 Paulideprecate engines in libcrypto
2020-07-06 Nicola Tuveri[EC][ASN1] Detect missing OID when serializing EC param...
2020-06-04 Matt CaswellUpdate copyright year
2020-06-02 Richard LevittePEM: Make PKCS8 serializers aware of OSSL_SERIALIZERs
2020-05-20 Tomas MrazCast the unsigned char to unsigned int before shifting...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-13 Richard LevitteOSSL_STORE: Make the 'file' scheme loader handle MSBLOB...
2020-05-13 Richard LevitteOSSL_STORE: Make it possible to attach an OSSL_STORE...
2020-05-12 Tomas MrazReplace misleading error message when loading PEM
2020-05-08 Maximilian BlenkFix PEM certificate loading that sometimes fails
2020-04-27 Christian Hohnstaedti2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-15 Matt CaswellTeach PEM_read_bio_PrivateKey about libctx
2020-02-11 PauliDeprecate the low level DSA functions.
2019-11-29 Richard LevittePROV SERIALIZER: add common functionality to serialize...
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-25 Dmitry BelyavskiyStrip BOM on loading PEM files
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
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-08-27 Cesar Pereida GarciaFix SCA vulnerability when using PVK and MSBLOB key...
2019-07-16 Rich SalzRegenerate mkerr files
2019-04-06 Bernd EdlingerFix the allocation size in EVP_OpenInit and PEM_SignFinal
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
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-09-03 wzhangFix the comment of PEM_read_bio_ex
2018-06-28 Rich SalzZero-fill IV by default.
2018-05-29 Matt CaswellUpdate copyright year
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)
2018-04-26 Richard LevittePEM_def_callback(): use same parameter names as for...
2018-04-26 Richard LevittePEM_def_callback(): don't loop because of too short...
2018-04-19 Bernd EdlingerClear buffer in PEM_write_bio
2018-04-03 Rich SalzSet error code on alloc failures
2018-03-30 Rich SalzRemove some code
2018-03-20 Matt CaswellUpdate copyright year
2018-03-17 Bernd EdlingerFix error handling in b2i_dss and b2i_rsa
2018-03-09 Benjamin KadukFix type error in PEM processing
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/pem
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
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-07-10 Bernd EdlingerFix error handling in get_header_and_data.
2017-07-07 PauliAddress potential buffer overflows.
2017-07-07 Paulichange return (x) to return x
2017-07-05 Rich SalzUndo commit d420ac2
2017-07-03 Richard LevitteRemove the possibility to disable the UI module entirely
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2017-05-08 Benjamin KadukMake PEM_read_{,bio_}PrivateKey use secmem
2017-05-08 Benjamin KadukAdd PEM_bytes_read_bio_secmem()
2017-05-08 Benjamin KadukAdd PEM_read_bio_ex
2017-03-29 FdaSilvaYYMore typo fixes
2016-11-17 Dr. Stephen HensonFix MSBLOB format with RSA.
2016-08-15 Dr. Stephen HensonLimit reads in do_b2i_bio()
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-01 Matt CaswellFix bad result in i2b_PVK()
next