aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12/p12_mutl.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-08fix various formatting issuesDr. Stephen Henson1-1/+1
2016-02-08Reorganise functions.Dr. Stephen Henson1-0/+30
2016-02-08more PKCS12 opacityDr. Stephen Henson1-0/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-07Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte1-8/+8
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte1-1/+1
2015-10-23Set salt length after the malloc has succeededAlessandro Ghedini1-1/+1
2015-09-21GOST PKCS12 supportMatt Caswell1-3/+38
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper1-1/+2
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-5/+6
2015-03-25RAND_bytes updatesMatt Caswell1-1/+1
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-2/+2
2015-02-06Remove OPENSSL_NO_HMACDr. Stephen Henson1-2/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-109/+113
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-4/+8
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie1-2/+6
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2006-05-17PKCS#12 mac key length should equal digest length.Dr. Stephen Henson1-3/+3
2005-06-30Check PKCS7 structures in PKCS#12 files are of type data.Dr. Stephen Henson1-0/+6
2005-05-11Fix more error codes.Bodo Möller1-7/+7
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson1-1/+4
2002-03-14Initialize cipher context in KRB5Dr. Stephen Henson1-4/+4
2001-12-09Improve back compatibility.Ben Laurie1-1/+1
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-1/+3
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson1-0/+1
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson1-2/+2
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-1/+1
2000-05-04Make PKCS#12 code handle missing passwords.Dr. Stephen Henson1-4/+1
2000-03-03Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error.Bodo Möller1-1/+1
2000-03-02Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.Bodo Möller1-1/+1
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller1-1/+4
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-4/+4
1999-06-29Fix no-hmac and no-ripemd.Ulf Möller1-0/+2
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1-3/+3
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-3/+3
1999-04-23Work with -pedantic!Ben Laurie1-5/+6
1999-04-19Change functions to ANSI C.Ulf Möller1-24/+7
1999-04-17Massive constification.Ben Laurie1-1/+1
1999-03-29Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson1-2/+1
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1-5/+3
1999-03-28Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1-0/+187