summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_mutl.c
AgeCommit message (Expand)Author
2024-01-30Copyright year updatesMatt Caswell
2024-01-25Add NULL checks where ContentInfo data can be NULLMatt Caswell
2023-08-01Copyright year updatesMatt Caswell
2023-06-01Ignore the fetch error when a legacy algorithm is foundYuri Penkin
2021-06-08pkcs12: fix Coverity 1485667 logically dead codePauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01crypto: updates to pass size_t to RAND_bytes_ex()Pauli
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-16Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis
2021-03-11Update copyright yearMatt Caswell
2021-03-10Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz
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