OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socket
[openssl.git] / crypto / pem / pem_lib.c
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-07 Matt CaswellCopyright year updates
2023-02-07 Matt CaswellAvoid dangling ptrs in header and data params for PEM_r...
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
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-08 Matt CaswellUpdate copyright year
2021-04-01 Tomas MrazAvoid going through NID when unnecessary
2021-03-18 Shane LontisAdd ossl_pem_check_suffix symbol
2020-11-30 Matt CaswellFix instances of pointer addition with the NULL pointer
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-07-16 Paulideprecate engines in libcrypto
2020-07-06 Nicola Tuveri[EC][ASN1] Detect missing OID when serializing EC param...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-12 Tomas MrazReplace misleading error message when loading PEM
2020-05-08 Maximilian BlenkFix PEM certificate loading that sometimes fails
2019-11-18 Richard LevittePEM: constify PEM_write_ routines
2019-10-25 Dmitry BelyavskiyStrip BOM on loading PEM files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-03 wzhangFix the comment of PEM_read_bio_ex
2018-06-28 Rich SalzZero-fill IV by default.
2018-05-12 Richard LevitteIn cases where we ask PEM_def_callback for minimum...
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-03-30 Rich SalzRemove some code
2018-03-20 Matt CaswellUpdate copyright year
2018-03-09 Benjamin KadukFix type error in PEM processing
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-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-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-08-05 klemensspelling fixes, just comments and readme.
2016-06-16 Matt CaswellChange the return type of EVP_EncodeUpdate
2016-05-31 MatUpdates from review
2016-05-31 MatFix: PEM_read_bio_PrivateKey with no-ui / no-stdio
2016-05-19 Viktor DukhovniImprove and document low-level PEM read routines
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-05-16 Rich SalzUse OPENSSL_hexchar2int
2016-05-16 Richard LevitteDon't require any length of password when decrypting
2016-04-27 Dr. Stephen HensonReject inappropriate private key encryption ciphers.
2016-03-20 Rich SalzRemove #error from include files.
2016-03-07 David WoodhouseElide EVP_read_pw_string() and friends for no-ui
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-02-22 Rich SalzRT4320/GH705: Fix PEM parsing bug.
2016-02-13 Dmitry-MeGH643: Cleanup header analysis
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-12 Richard LevitteAdapt all EVP_CIPHER users for it becoming opaque
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-11 Richard LevitteAdapt PEM routines to the opaque EVP_ENCODE_CTX
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-28 Rich Salzremove malloc casts
2015-03-25 Matt CaswellRAND_bytes updates
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
2014-09-03 Clang via Jeffrey... RT3140: Possibly-unit variable in pem_lib.c
2014-02-13 Ben LaurieFix warning.
2013-09-10 Ben LaurieConstification.
2011-12-07 Dr. Stephen Hensontransparently handle X9.42 DH parameters
2010-06-12 Ben LaurieFix warnings.
2010-03-27 Dr. Stephen HensonPR: 1904
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2008-11-11 Dr. Stephen HensonTolerate -----BEGIN PKCS #7 SIGNED DATA----- header...
2008-03-12 Dr. Stephen HensonAnd so it begins...
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.
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-06-05 Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-03-28 Dr. Stephen HensonNew utility pkeyparam. Enhance and bugfix algorithm...
2006-03-23 Dr. Stephen HensonAdd support for legacy PEM format private keys in EVP_P...
2006-03-23 Dr. Stephen HensonAdd information and pem strings. Update dependencies.
2005-05-11 Bodo MöllerFix more error codes.
2005-03-31 Ben LaurieConsistency.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-11 Bodo Möllerfix potential memory leak when allocation fails
2005-01-27 Richard LevitteThe first argument to load_iv should really be a char...
2005-01-27 Richard LevitteGet rid if the annoying warning
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-03-05 Dr. Stephen HensonMemory leak fix.
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
next