aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem
Commit message (Expand)AuthorAgeFilesLines
* PROV SERIALIZER: add common functionality to serialize keysRichard Levitte2019-11-291-0/+1
* SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routinesRichard Levitte2019-11-293-9/+149
* PEM: constify PEM_write_ routinesRichard Levitte2019-11-187-53/+54
* Refactor PEM_read_bio_{PrivateKey,Parameters,DHparams}Richard Levitte2019-11-071-98/+70
* Strip BOM on loading PEM filesDmitry Belyavskiy2019-10-251-3/+16
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-093-9/+11
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-282-4/+4
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Fix SCA vulnerability when using PVK and MSBLOB key formatsCesar Pereida Garcia2019-08-271-0/+3
* Regenerate mkerr filesRich Salz2019-07-161-61/+2
* Fix the allocation size in EVP_OpenInit and PEM_SignFinalBernd Edlinger2019-04-061-1/+1
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-12/+12
* Remove unnecessary trailing whitespaceSam Roberts2019-02-051-1/+1
* Following the license change, modify the boilerplates in crypto/pem/Richard Levitte2018-12-0611-11/+11
* key zeroisation for pvkfmt now done on all branch pathsShane Lontis2018-09-051-5/+6
* Fix the comment of PEM_read_bio_exwzhang2018-09-031-2/+1
* Zero-fill IV by default.Rich Salz2018-06-281-0/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte2018-05-124-4/+4
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre2018-04-261-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
* Set error code on alloc failuresRich Salz2018-04-032-3/+5
* Remove some codeRich Salz2018-03-301-6/+7
* Update copyright yearMatt Caswell2018-03-202-2/+2
* Fix error handling in b2i_dss and b2i_rsaBernd Edlinger2018-03-171-5/+15
* Fix type error in PEM processingBenjamin Kaduk2018-03-091-4/+4
* Remove parentheses of return.KaoruToda2017-10-185-13/+13
* 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-212-10/+16
* 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-292-15/+15
* Clean password buffer on stack for PEM_read_bio_PrivateKeyBernd Edlinger2017-07-292-0/+2
* 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
* make error tables const and separate header fileRich Salz2017-06-071-89/+96
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+2
* Make PEM_read_{,bio_}PrivateKey use secmemBenjamin Kaduk2017-05-081-3/+4
* Add PEM_bytes_read_bio_secmem()Benjamin Kaduk2017-05-081-16/+29
* Add PEM_read_bio_exBenjamin Kaduk2017-05-082-141/+273
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* Fix MSBLOB format with RSA.Dr. Stephen Henson2016-11-171-1/+1
* Limit reads in do_b2i_bio()Dr. Stephen Henson2016-08-161-0/+7
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Fix bad result in i2b_PVK()Matt Caswell2016-08-011-4/+4