summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_mutl.c
AgeCommit message (Expand)Author
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-01-29Deprecate the low level HMAC functionsPauli
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/pkcs12/Richard Levitte
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