summaryrefslogtreecommitdiffstats
path: root/crypto/pem
AgeCommit message (Expand)Author
2016-04-29A call to RSA_set0_key had the arguments in the wrong orderMatt Caswell
2016-04-29Fix a leak in i2b_PVKMatt Caswell
2016-04-28Don't leak memory on error in i2b_PVKMatt Caswell
2016-04-28Don't leak memory on error in b2i_rsaMatt Caswell
2016-04-28Reject inappropriate private key encryption ciphers.Dr. Stephen Henson
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-06Make the RSA structure opaqueRichard Levitte
2016-04-03Make DSA_METHOD opaqueMatt Caswell
2016-04-03Make the DSA structure opaqueMatt Caswell
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Remove #error from include files.Rich Salz
2016-03-07Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse
2016-03-04Sanity check PVK file fields.Dr. Stephen Henson
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-22RT4320/GH705: Fix PEM parsing bug.Rich Salz
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-13GH643: Cleanup header analysisDmitry-Me
2016-02-02New BN functions.Dr. Stephen Henson
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Remove update tagsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-17Remove some old makefile targetsRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12make updateRichard Levitte
2016-01-12Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2016-01-08Remove all remaining traces if PEM_SealRichard Levitte
2016-01-07Fix build-break; 'make update'Rich Salz
2016-01-07Remove crypto/pem/pem_seal.cRichard Levitte
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-11Adapt PEM routines to the opaque EVP_ENCODE_CTXRichard Levitte
2015-12-09make updateDr. Stephen Henson
2015-12-08Remove double semi (;)Richard Levitte
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-05-28check for error when creating PKCS#8 structureDr. Stephen Henson
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-14make dependRichard Levitte
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz