summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pvkfmt.c
AgeCommit message (Expand)Author
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2016-11-17Fix MSBLOB format with RSA.Dr. Stephen Henson
2016-08-16Limit reads in do_b2i_bio()Dr. Stephen Henson
2016-08-01Fix bad result in i2b_PVK()Matt Caswell
2016-08-01Fix param order in RSA_get0_keyMatt Caswell
2016-06-15Deal with the consequences of constifying gettersRichard Levitte
2016-05-17Copyright consolidation 04/10Rich Salz
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-06Make the RSA structure opaqueRichard Levitte
2016-04-03Make DSA_METHOD opaqueMatt Caswell
2016-04-03Make the DSA structure opaqueMatt Caswell
2016-03-04Sanity check PVK file fields.Dr. Stephen Henson
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-02New BN functions.Dr. Stephen Henson
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
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-10-23Remove useless codeAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-24free NULL cleanupRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-07-06Sanity check keylength in PVK files.Dr. Stephen Henson
2010-06-12Fix warnings.Ben Laurie
2010-04-06PR: 2220Dr. Stephen Henson
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2009-04-26Update from 1.0.0-stable.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2006-05-24Fix warnings.Dr. Stephen Henson
2005-09-05Remove warnings about signed vs. unsigned...Richard Levitte
2005-08-31Integrated support for PVK files.Dr. Stephen Henson