aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_lib.c
Commit message (Expand)AuthorAgeFilesLines
* "foo * bar" should be "foo *bar"Dimitri Papadopoulos2023-09-111-1/+1
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Avoid dangling ptrs in header and data params for PEM_read_bio_exMatt Caswell2023-02-071-0/+2
* pem: fix -Wunused-but-set-variableSam James2022-10-211-2/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-48/+57
* Fixes segfault occurrence in PEM_write()valdaarhun2022-07-291-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* crypto/pem/pem_lib.c: Add check for BIO_readJiasheng Jiang2022-03-141-7/+10
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-22/+19
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-8/+9
* 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