aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_key.c
Commit message (Expand)AuthorAgeFilesLines
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz2015-02-031-7/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-132/+143
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-2/+3
* add pice of PR#2295 not committed to HEADDr. Stephen Henson2010-11-221-2/+4
* PR: 2295Dr. Stephen Henson2010-10-111-19/+27
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-7/+12
* Rename asc2uni and uni2asc functions to avoid clashes.Dr. Stephen Henson2009-06-171-1/+1
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-0/+5
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* PKCS#12 code fixes: initialize and cleanup digests and ciphersDr. Stephen Henson2001-11-061-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-7/+7
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-0/+2
* Fix PKCS#12 key generation bug.Dr. Stephen Henson2001-03-181-2/+9
* Change PKCS#12 key derivation routines to cope withDr. Stephen Henson2001-01-141-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-9/+9
* Make PKCS#12 code handle missing passwords.Dr. Stephen Henson2000-05-041-7/+15
* Check that a password was actually passed, or the user will just getRichard Levitte2000-03-071-0/+8
* Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson1999-12-151-11/+10
* *** empty log message ***Ulf Möller1999-10-301-1/+1
* Remove unreachable return statements.Ulf Möller1999-05-051-1/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Work with -pedantic!Ben Laurie1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-11/+7
* Massive constification.Ben Laurie1999-04-171-2/+2
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-291-4/+1
* Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1999-03-281-0/+190