aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem/pvkfmt.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte1-16/+14
2015-12-08Remove double semi (;)Richard Levitte1-1/+1
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-2/+2
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-7/+7
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-9/+9
2015-10-23Remove useless codeAlessandro Ghedini1-2/+0
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini1-4/+4
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-3/+2
2015-05-01free NULL cleanup -- codaRich Salz1-2/+2
2015-05-01free null cleanup finaleRich Salz1-3/+2
2015-04-30free NULL cleanup 7Rich Salz1-2/+1
2015-04-30free cleanup almost the finaleRich Salz1-4/+1
2015-03-28free NULL cleanupRich Salz1-4/+2
2015-03-24free NULL cleanupRich Salz1-4/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-819/+747
2014-07-06Sanity check keylength in PVK files.Dr. Stephen Henson1-0/+5
2010-06-12Fix warnings.Ben Laurie1-7/+3
2010-04-06PR: 2220Dr. Stephen Henson1-0/+5
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-23/+35
2009-04-26Update from 1.0.0-stable.Dr. Stephen Henson1-0/+2
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe1-0/+3
2006-05-24Fix warnings.Dr. Stephen Henson1-1/+1
2005-09-05Remove warnings about signed vs. unsigned...Richard Levitte1-2/+4
2005-08-31Integrated support for PVK files.Dr. Stephen Henson1-0/+930