summaryrefslogtreecommitdiff
path: root/crypto/pem
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix param order in RSA_get0_keyMatt Caswell2016-08-011-2/+2
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-184-4/+0
* Change the return type of EVP_EncodeUpdateMatt Caswell2016-06-161-1/+2
* Deal with the consequences of constifying gettersRichard Levitte2016-06-151-5/+7
* Remove/rename some old files.Rich Salz2016-06-012-38/+0
* Updates from reviewMat2016-05-311-7/+9
* Fix: PEM_read_bio_PrivateKey with no-ui / no-stdioMat2016-05-311-7/+7
* Remove unused error/function codes.Rich Salz2016-05-231-12/+5
* Support for traditional format private keys.Dr. Stephen Henson2016-05-231-2/+9
* make updateViktor Dukhovni2016-05-191-4/+5
* Improve and document low-level PEM read routinesViktor Dukhovni2016-05-191-59/+98
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 04/10Rich Salz2016-05-1710-593/+57