summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_lib.c
AgeCommit message (Expand)Author
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
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-16Use OPENSSL_hexchar2intRich Salz
2016-05-16Don't require any length of password when decryptingRichard Levitte
2016-04-28Reject inappropriate private key encryption ciphers.Dr. Stephen Henson
2016-03-20Remove #error from include files.Rich Salz
2016-03-07Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-22RT4320/GH705: Fix PEM parsing bug.Rich Salz
2016-02-13GH643: Cleanup header analysisDmitry-Me
2016-01-26Remove /* foo.c */ commentsRich Salz