aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-123-31/+28
* Remove all remaining traces if PEM_SealRichard Levitte2016-01-081-2/+0
* Fix build-break; 'make update'Rich Salz2016-01-071-15/+0
* Remove crypto/pem/pem_seal.cRichard Levitte2016-01-072-196/+2
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-6/+6
* Adapt PEM routines to the opaque EVP_ENCODE_CTXRichard Levitte2015-12-112-19/+30
* make updateDr. Stephen Henson2015-12-091-19/+7
* Remove double semi (;)Richard Levitte2015-12-081-1/+1
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-072-4/+4
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-072-12/+12