summaryrefslogtreecommitdiff
path: root/lib/libcrypto/pem
AgeCommit message (Expand)Author
2024-06-24libcrypto: constify most error string tablesTheo Buehler
2024-05-11Remove unused PEM_USER and PEM_CTXTheo Buehler
2024-04-25Take pem2.h behind the barnTheo Buehler
2024-03-29Stop using pem2.h.Joel Sing
2024-02-18Use EVP_MD_CTX_legacy_clear() internallyTheo Buehler
2024-02-18Use EVP_CIPHER_CTX_legacy_clear() internallyTheo Buehler
2023-11-29Ignore ENGINE at the API boundaryTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in libcryptoTheo Buehler
2023-07-07Hide symbols in lhash, pem, and rc2Bob Beck
2023-04-25Remove PEM wrappers for NETSCAPE_CERT_SEQUENCETheo Buehler
2023-04-25The #ifdef missed a few NETSCAPE_CERT thingsTheo Buehler
2023-04-24Mark NETSCAPE_CERT_SEQUENCE for removalTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-07-31Allow a NULL header in PEM_write{,_bio}()Theo Buehler
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-01-14Remove PEM_Seal{Init,Update,Final}Theo Buehler
2022-01-14Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_APITheo Buehler
2022-01-07Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.hTheo Buehler
2022-01-07Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h byTheo Buehler
2021-12-24Prepare to provide PEM_write_bio_PrivateKey_traditional()Theo Buehler
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2021-10-31Remove the unused X509_CERT_PAIR struct and the assicated API.Theo Buehler
2020-07-25remove half a dozen "goto" statements and a labelIngo Schwarze
2020-07-23Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to causeIngo Schwarze
2019-09-06Handle CMS PEM headers.Joel Sing
2019-07-08Clean up pvkfmt.cKinichiro Inoguchi
2019-07-07Fix pvk format processing in libcryptoKinichiro Inoguchi
2018-08-24Change PEM_Sign{Init,Update}() to return an int.Theo Buehler
2018-08-24Check return value of EVP_EncodeUpdate() in PEM_write_bio().Theo Buehler
2018-08-05Fix memory leak in i2b_PVK in error handling.Brent Cook
2018-05-13Add const qualifier to the 'name', 'header', and 'data' arguments ofTheo Buehler
2018-04-14make ENGINE_finish() succeed on NULL and simplify callers as inTheo Buehler
2017-05-02use freezero() instead of memset/explicit_bzero + free. SubstantiallyTheo de Raadt
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2017-01-21Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatBob Beck
2016-11-05Make sure PEM_SealInit() will correctly destroy the PEM_ENCODE_SEAL_CTXMiod Vallat
2016-10-19unifdef OPENSSL_NO_CMSJoel Sing
2016-09-04Place IMPLEMENT_PEM macros under #ifndef LIBRESSL_INTERNAL.Joel Sing
2016-09-04Sort and group functions.Joel Sing
2016-09-04Expand IMPLEMENT_PEM macros.Joel Sing
2016-03-02fix the rest of the read_ledword() calls used as lengths to be bounded.Bob Beck
2016-03-02bound lengths coming out of a pem file to something like realityBob Beck
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-07-19Drop stupid (int) casts for the arguments of malloc() and friends. This isMiod Vallat
2015-07-16Make sure the `reject negative sizes' logic introduced in 1.34 is actuallyMiod Vallat
2015-05-15Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.Jonathan Gray
2015-02-11Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.Bob Beck
2015-02-11get rid of OPENSSL_NO_CMS code we do not use.Bob Beck
2015-02-11Enable building with -DOPENSSL_NO_DEPRECATED.Doug Hogan
2015-02-10Replace assert() and OPENSSL_assert() calls with proper error return paths.Miod Vallat