]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pem
Implement riscv_vlen_asm for riscv32
[thirdparty/openssl.git] / crypto / pem /
2023-09-28  Matt CaswellCopyright year updates
2023-09-11  Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-11  Dimitri PapadopoulosRemove repeated words
2023-09-07  Matt CaswellCopyright year updates
2023-08-01  Matt CaswellThe PEM_read_bio_Parameters() function should not ask...
2023-02-07  Matt CaswellAvoid dangling ptrs in header and data params for PEM_r...
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...
2022-10-21  Sam Jamespem: fix -Wunused-but-set-variable
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-29  valdaarhunFixes segfault occurrence in PEM_write()
2022-05-03  Matt CaswellUpdate copyright year
2022-03-14  Jiasheng Jiangcrypto/pem/pem_lib.c: Add check for BIO_read
2022-01-26  Darshan SenAllow empty passphrase in PEM_write_bio_PKCS8PrivateKey...
2021-11-17  Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-10-26  x2018add checks for the return values of BN_new(), sk_RSA_PR...
2021-09-28  Paulipvk: use PVK KDF
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-17  Matt CaswellUpdate copyright year
2021-06-09  Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-08  Matt CaswellActually use a legacy route in pem_read_bio_key_legacy()
2021-06-02  Paulipem: remove TODOs
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-05-26  Tomas MrazFix possible infinite loop in pem_read_bio_key_decoder()
2021-05-26  Paulierr: rename err_load_xxx_strings_int functions
2021-05-21  Tomas Mrazpem_read_bio_key_legacy: Do not obscure real error...
2021-05-20  Paulitodo: remove TODO(3.0) from the sources.
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-10  Shane LontisFix i2d_PKCS8PrivateKey_nid_bio() regression.
2021-05-06  Tomas MrazMake the -inform option to be respected if possible
2021-04-20  Paulipem: remove references to EVP_sha1()
2021-04-08  Dr. David von OheimbPEM_X509_INFO_read_bio_ex(): Generalize to allow parsin...
2021-04-08  Dr. David von Oheimbd2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex...
2021-04-08  Matt CaswellUpdate copyright year
2021-04-01  Tomas MrazAvoid going through NID when unnecessary
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-18  Shane LontisAdd ossl_pem_check_suffix symbol
2021-03-11  Matt CaswellUpdate copyright year
2021-03-08  Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
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
next