aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_mutl.c
Commit message (Expand)AuthorAgeFilesLines
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-4/+8
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-2/+6
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* PKCS#12 mac key length should equal digest length.Dr. Stephen Henson2006-05-171-3/+3
* Check PKCS7 structures in PKCS#12 files are of type data.Dr. Stephen Henson2005-06-301-0/+6
* Fix more error codes.Bodo Möller2005-05-111-7/+7
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-1/+4
* Initialize cipher context in KRB5Dr. Stephen Henson2002-03-141-4/+4
* Improve back compatibility.Ben Laurie2001-12-091-1/+1
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-1/+3
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-0/+1
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-2/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-1/+1
* Make PKCS#12 code handle missing passwords.Dr. Stephen Henson2000-05-041-4/+1
* Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error.Bodo Möller2000-03-031-1/+1
* Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.Bodo Möller2000-03-021-1/+1
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-1/+4
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-4/+4
* Fix no-hmac and no-ripemd.Ulf Möller1999-06-291-0/+2
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-241-3/+3
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Work with -pedantic!Ben Laurie1999-04-231-5/+6
* Change functions to ANSI C.Ulf Möller1999-04-191-24/+7
* Massive constification.Ben Laurie1999-04-171-1/+1
* Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson1999-03-291-2/+1
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-291-5/+3
* Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1999-03-281-0/+187