aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12/p12_key.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-18Remove outdated DEBUG flags.Rich Salz1-6/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-07Fix clang complaints about uninitialised variables.Richard Levitte1-3/+3
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-10/+13
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+2
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-04-30free cleanup almost the finaleRich Salz1-4/+1
2015-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz1-7/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-132/+143
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-2/+3
2010-11-22add pice of PR#2295 not committed to HEADDr. Stephen Henson1-2/+4
2010-10-11PR: 2295Dr. Stephen Henson1-19/+27
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-7/+12
2009-06-17Rename asc2uni and uni2asc functions to avoid clashes.Dr. Stephen Henson1-1/+1
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie1-0/+5
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe1-1/+1
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-1/+1
2001-11-06PKCS#12 code fixes: initialize and cleanup digests and ciphersDr. Stephen Henson1-1/+1
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-7/+7
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-0/+2
2001-03-18Fix PKCS#12 key generation bug.Dr. Stephen Henson1-2/+9
2001-01-14Change PKCS#12 key derivation routines to cope withDr. Stephen Henson1-1/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-9/+9
2000-05-04Make PKCS#12 code handle missing passwords.Dr. Stephen Henson1-7/+15
2000-03-07Check that a password was actually passed, or the user will just getRichard Levitte1-0/+8
1999-12-15Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson1-11/+10
1999-10-30*** empty log message ***Ulf Möller1-1/+1
1999-05-05Remove unreachable return statements.Ulf Möller1-1/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-23Work with -pedantic!Ben Laurie1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-11/+7
1999-04-17Massive constification.Ben Laurie1-2/+2
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1-4/+1
1999-03-28Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1-0/+190