summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_mutl.c
AgeCommit message (Expand)Author
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2018-09-24Use secure_getenv(3) when available.Pauli
2018-09-11Update copyright yearMatt Caswell
2018-09-05key zeroisation fix for p12Shane Lontis
2017-09-06Add checks for alloc failing.Rich Salz
2017-02-21Fix memory leak in pkcs12 -exportDmitry Belyavskiy
2016-08-25Don't switch password formats using global state.Andy Polyakov
2016-08-22crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov
2016-08-21Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson
2016-08-19Convert PKCS12* functions to use const gettersMatt Caswell
2016-08-17Constify X509_SIG.Dr. Stephen Henson
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-05-17Copyright consolidation 09/10Rich Salz
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson
2016-02-08fix various formatting issuesDr. Stephen Henson
2016-02-08Reorganise functions.Dr. Stephen Henson
2016-02-08more PKCS12 opacityDr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-07Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte
2015-10-23Set salt length after the malloc has succeededAlessandro Ghedini
2015-09-21GOST PKCS12 supportMatt Caswell
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-02-06Remove OPENSSL_NO_HMACDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-11-05Update obsolete email address...Dr. Stephen Henson
2006-05-17PKCS#12 mac key length should equal digest length.Dr. Stephen Henson
2005-06-30Check PKCS7 structures in PKCS#12 files are of type data.Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2002-03-14Initialize cipher context in KRB5Dr. Stephen Henson
2001-12-09Improve back compatibility.Ben Laurie
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-04Make PKCS#12 code handle missing passwords.Dr. Stephen Henson
2000-03-03Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error.Bodo Möller
2000-03-02Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.Bodo Möller
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-06-29Fix no-hmac and no-ripemd.Ulf Möller