summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_lib.c
AgeCommit message (Expand)Author
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-02-07Avoid dangling ptrs in header and data params for PEM_read_bio_exMatt Caswell
2022-10-21pem: fix -Wunused-but-set-variableSam James
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-07-29Fixes segfault occurrence in PEM_write()valdaarhun
2022-05-03Update copyright yearMatt Caswell
2022-03-14crypto/pem/pem_lib.c: Add check for BIO_readJiasheng Jiang
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-04-08Update copyright yearMatt Caswell
2021-04-01Avoid going through NID when unnecessaryTomas Mraz
2021-03-18Add ossl_pem_check_suffix symbolShane Lontis
2020-11-30Fix instances of pointer addition with the NULL pointerMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-07-16deprecate engines in libcryptoPauli
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-05-15Update copyright yearMatt Caswell
2020-05-12Replace misleading error message when loading PEMTomas Mraz
2020-05-08Fix PEM certificate loading that sometimes failsMaximilian Blenk
2019-11-18PEM: constify PEM_write_ routinesRichard Levitte
2019-10-25Strip BOM on loading PEM filesDmitry Belyavskiy
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/pem/Richard Levitte
2018-09-03Fix the comment of PEM_read_bio_exwzhang
2018-06-28Zero-fill IV by default.Rich Salz
2018-05-12In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte
2018-04-26PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte
2018-04-26PEM_def_callback(): don't loop because of too short password givenRichard Levitte
2018-04-19Clear buffer in PEM_write_bioBernd Edlinger
2018-03-30Remove some codeRich Salz
2018-03-20Update copyright yearMatt Caswell
2018-03-09Fix type error in PEM processingBenjamin Kaduk
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-21Remove OPENSSL_assert() from crypto/pemMatt Caswell
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-29Use OPENSSL_secure_clear_free in PEM_read_bio_PrivateKey and PEM_read_bio_exBernd Edlinger
2017-07-10Fix error handling in get_header_and_data.Bernd Edlinger
2017-07-07Address potential buffer overflows.Pauli
2017-07-07change return (x) to return xPauli
2017-07-05Undo commit d420ac2Rich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-05-08Add PEM_bytes_read_bio_secmem()Benjamin Kaduk
2017-05-08Add PEM_read_bio_exBenjamin Kaduk
2017-03-29More typo fixesFdaSilvaYY
2016-08-05spelling fixes, just comments and readme.klemens
2016-06-16Change the return type of EVP_EncodeUpdateMatt Caswell
2016-05-31Updates from reviewMat
2016-05-31Fix: PEM_read_bio_PrivateKey with no-ui / no-stdioMat
2016-05-19Improve and document low-level PEM read routinesViktor Dukhovni