aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem/pvkfmt.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/pem/Richard Levitte1-1/+1
2018-09-05key zeroisation for pvkfmt now done on all branch pathsShane Lontis1-5/+6
2018-05-12In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte1-1/+1
2018-04-03Set error code on alloc failuresRich Salz1-2/+3
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-17Fix error handling in b2i_dss and b2i_rsaBernd Edlinger1-5/+15
2017-05-11Fix gcc-7 warnings.Bernd Edlinger1-0/+2
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-01Fix bad result in i2b_PVK()Matt Caswell1-4/+4
2016-08-01Fix param order in RSA_get0_keyMatt Caswell1-2/+2
2016-06-15Deal with the consequences of constifying gettersRichard Levitte1-5/+7
2016-05-17Copyright consolidation 04/10Rich Salz1-54/+5
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-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-04Sanity check PVK file fields.Dr. Stephen Henson1-0/+7
2016-02-22Remove unused parameters from internal functionsRich Salz1-8/+8
2016-02-02New BN functions.Dr. Stephen Henson1-36/+6
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-7/+8
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