aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Avoid going through NID when unnecessaryTomas Mraz2021-04-011-1/+1
* Add ossl_pem_check_suffix symbolShane Lontis2021-03-181-4/+4
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-301-10/+13
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-33/+33
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* [EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri2020-07-061-1/+1
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Replace misleading error message when loading PEMTomas Mraz2020-05-121-1/+1
* Fix PEM certificate loading that sometimes failsMaximilian Blenk2020-05-081-7/+21
* PEM: constify PEM_write_ routinesRichard Levitte2019-11-181-5/+7
* Strip BOM on loading PEM filesDmitry Belyavskiy2019-10-251-3/+16
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Following the license change, modify the boilerplates in crypto/pem/Richard Levitte2018-12-061-1/+1
* Fix the comment of PEM_read_bio_exwzhang2018-09-031-2/+1
* Zero-fill IV by default.Rich Salz2018-06-281-0/+1
* In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte2018-05-121-1/+1
* PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte2018-04-261-8/+12
* PEM_def_callback(): don't loop because of too short password givenRichard Levitte2018-04-261-21/+12
* Clear buffer in PEM_write_bioBernd Edlinger2018-04-191-1/+1
* Remove some codeRich Salz2018-03-301-6/+7
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Fix type error in PEM processingBenjamin Kaduk2018-03-091-4/+4
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-6/+4
* Remove OPENSSL_assert() from crypto/pemMatt Caswell2017-08-211-5/+8
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-1/+0
* Use OPENSSL_secure_clear_free in PEM_read_bio_PrivateKey and PEM_read_bio_exBernd Edlinger2017-07-291-14/+14
* Fix error handling in get_header_and_data.Bernd Edlinger2017-07-101-1/+2
* Address potential buffer overflows.Pauli2017-07-071-17/+20
* change return (x) to return xPauli2017-07-071-13/+13
* Undo commit d420ac2Rich Salz2017-07-051-8/+6
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-031-9/+0
* Add PEM_bytes_read_bio_secmem()Benjamin Kaduk2017-05-081-16/+29
* Add PEM_read_bio_exBenjamin Kaduk2017-05-081-141/+270
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Change the return type of EVP_EncodeUpdateMatt Caswell2016-06-161-1/+2
* Updates from reviewMat2016-05-311-7/+9
* Fix: PEM_read_bio_PrivateKey with no-ui / no-stdioMat2016-05-311-7/+7
* Improve and document low-level PEM read routinesViktor Dukhovni2016-05-191-59/+98
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Use OPENSSL_hexchar2intRich Salz2016-05-161-7/+2
* Don't require any length of password when decryptingRichard Levitte2016-05-161-3/+9
* Reject inappropriate private key encryption ciphers.Dr. Stephen Henson2016-04-281-1/+1
* Remove #error from include files.Rich Salz2016-03-201-6/+2
* Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse2016-03-071-1/+1
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-2/+1
* RT4320/GH705: Fix PEM parsing bug.Rich Salz2016-02-221-3/+2
* GH643: Cleanup header analysisDmitry-Me2016-02-131-4/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0