aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_mutl.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Add NULL checks where ContentInfo data can be NULLMatt Caswell2024-01-251-0/+5
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Ignore the fetch error when a legacy algorithm is foundYuri Penkin2023-06-011-0/+5
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-6/+4
* pkcs12: fix Coverity 1485667 logically dead codePauli2021-06-081-6/+5
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-3/+3
* crypto: updates to pass size_t to RAND_bytes_ex()Pauli2021-06-011-1/+3
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-301-24/+42
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-161-0/+2
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz2021-03-101-2/+5
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-13/+13
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level HMAC functionsPauli2020-01-291-0/+6
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/pkcs12/Richard Levitte2018-12-061-1/+1
* Use secure_getenv(3) when available.Pauli2018-09-241-9/+9
* Update copyright yearMatt Caswell2018-09-111-1/+1
* key zeroisation fix for p12Shane Lontis2018-09-051-5/+9
* Add checks for alloc failing.Rich Salz2017-09-061-2/+2
* Fix memory leak in pkcs12 -exportDmitry Belyavskiy2017-02-211-0/+3
* Don't switch password formats using global state.Andy Polyakov2016-08-251-50/+2
* crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov2016-08-221-8/+76
* Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson2016-08-211-2/+2
* Convert PKCS12* functions to use const gettersMatt Caswell2016-08-191-1/+1
* Constify X509_SIG.Dr. Stephen Henson2016-08-171-10/+12
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-1/+1
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-1/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Make X509_SIG opaque.Dr. Stephen Henson2016-03-111-12/+19
* fix various formatting issuesDr. Stephen Henson2016-02-081-1/+1
* Reorganise functions.Dr. Stephen Henson2016-02-081-0/+30
* more PKCS12 opacityDr. Stephen Henson2016-02-081-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-8/+8
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-071-1/+1
* Set salt length after the malloc has succeededAlessandro Ghedini2015-10-231-1/+1
* GOST PKCS12 supportMatt Caswell2015-09-211-3/+38
* Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper2015-06-081-1/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-5/+6
* RAND_bytes updatesMatt Caswell2015-03-251-1/+1
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-2/+2
* Remove OPENSSL_NO_HMACDr. Stephen Henson2015-02-061-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-109/+113
* 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