aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte1-9/+0
2017-06-07make error tables const and separate header fileRich Salz1-89/+96
2017-05-11Fix gcc-7 warnings.Bernd Edlinger1-0/+2
2017-05-08Make PEM_read_{,bio_}PrivateKey use secmemBenjamin Kaduk1-3/+4
2017-05-08Add PEM_bytes_read_bio_secmem()Benjamin Kaduk1-16/+29
2017-05-08Add PEM_read_bio_exBenjamin Kaduk2-141/+273
2017-03-29More typo fixesFdaSilvaYY1-1/+1
2016-11-17Fix MSBLOB format with RSA.Dr. Stephen Henson1-1/+1
2016-08-16Limit reads in do_b2i_bio()Dr. Stephen Henson1-0/+7
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-08-01Fix bad result in i2b_PVK()Matt Caswell1-4/+4
2016-08-01Fix param order in RSA_get0_keyMatt Caswell1-2/+2
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY4-4/+0
2016-06-16Change the return type of EVP_EncodeUpdateMatt Caswell1-1/+2
2016-06-15Deal with the consequences of constifying gettersRichard Levitte1-5/+7
2016-06-01Remove/rename some old files.Rich Salz2-38/+0
2016-05-31Updates from reviewMat1-7/+9
2016-05-31Fix: PEM_read_bio_PrivateKey with no-ui / no-stdioMat1-7/+7
2016-05-23Remove unused error/function codes.Rich Salz1-12/+5
2016-05-23Support for traditional format private keys.Dr. Stephen Henson1-2/+9
2016-05-19make updateViktor Dukhovni1-4/+5
2016-05-19Improve and document low-level PEM read routinesViktor Dukhovni1-59/+98
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 04/10Rich Salz10-593/+57
2016-05-16Use OPENSSL_hexchar2intRich Salz1-7/+2
2016-05-16Don't require any length of password when decryptingRichard Levitte1-3/+9
2016-04-29A call to RSA_set0_key had the arguments in the wrong orderMatt Caswell1-1/+1
2016-04-29Fix a leak in i2b_PVKMatt Caswell1-2/+4
2016-04-28Don't leak memory on error in i2b_PVKMatt Caswell1-8/+14
2016-04-28Don't leak memory on error in b2i_rsaMatt Caswell1-1/+9
2016-04-28Reject inappropriate private key encryption ciphers.Dr. Stephen Henson1-1/+1
2016-04-20Remove --classic build entirelyRichard Levitte1-46/+0
2016-04-06Make the RSA structure opaqueRichard Levitte1-32/+51
2016-04-03Make DSA_METHOD opaqueMatt Caswell1-11/+19
2016-04-03Make the DSA structure opaqueMatt Caswell1-18/+37
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-20Remove #error from include files.Rich Salz4-27/+9
2016-03-07Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse1-1/+1
2016-03-04Sanity check PVK file fields.Dr. Stephen Henson1-0/+7
2016-02-25GH715: ENGINE_finish can take NULLRich Salz1-2/+1
2016-02-22Remove unused parameters from internal functionsRich Salz1-8/+8
2016-02-22RT4320/GH705: Fix PEM parsing bug.Rich Salz1-3/+2
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-13GH643: Cleanup header analysisDmitry-Me1-4/+3
2016-02-02New BN functions.Dr. Stephen Henson1-36/+6
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+4
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz10-10/+0