aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use OPENSSL_hexchar2intRich Salz2016-05-161-7/+2
* Don't require any length of password when decryptingRichard Levitte2016-05-161-3/+9
* A call to RSA_set0_key had the arguments in the wrong orderMatt Caswell2016-04-291-1/+1
* Fix a leak in i2b_PVKMatt Caswell2016-04-291-2/+4
* Don't leak memory on error in i2b_PVKMatt Caswell2016-04-281-8/+14
* Don't leak memory on error in b2i_rsaMatt Caswell2016-04-281-1/+9
* Reject inappropriate private key encryption ciphers.Dr. Stephen Henson2016-04-281-1/+1
* Remove --classic build entirelyRichard Levitte2016-04-201-46/+0
* Make the RSA structure opaqueRichard Levitte2016-04-061-32/+51
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-11/+19
* Make the DSA structure opaqueMatt Caswell2016-04-031-18/+37
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-204-27/+9
* Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse2016-03-071-1/+1
* Sanity check PVK file fields.Dr. Stephen Henson2016-03-041-0/+7
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-2/+1
* Remove unused parameters from internal functionsRich Salz2016-02-221-8/+8
* RT4320/GH705: Fix PEM parsing bug.Rich Salz2016-02-221-3/+2
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* GH643: Cleanup header analysisDmitry-Me2016-02-131-4/+3
* New BN functions.Dr. Stephen Henson2016-02-021-36/+6
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+4
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2610-10/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-203-8/+10
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-238/+64
* make updateRichard Levitte2016-01-121-105/+120
* Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte2016-01-122-8/+10