aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Update copyright yearMatt Caswell1-1/+1
2022-07-18Fix memleak in PKCS12_pbe_crypt_ex()Roberto Hueso Gomez1-0/+2
2021-06-17Update copyright yearMatt Caswell1-1/+1
2021-06-08pkcs12: fix Coverity 1485667 logically dead codePauli1-6/+5
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz4-12/+15
2021-06-01crypto: updates to pass size_t to RAND_bytes_ex()Pauli1-1/+3
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli1-1/+1
2021-05-28Fix PKCS12_create() so that a fetch error is not added to the error stack.Shane Lontis1-0/+2
2021-05-26err: rename err_load_xxx_strings_int functionsPauli1-1/+1
2021-05-13Replace some of the ERR_clear_error() calls with mark callsTomas Mraz2-10/+15
2021-05-06Update copyright yearMatt Caswell6-6/+6
2021-05-06coverity: fix 1478169: dereference after NULL checkPauli1-3/+11
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett10-147/+363
2021-04-22Update copyright yearMatt Caswell1-1/+1
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz1-2/+4
2021-04-16Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2-0/+7
2021-03-11Update copyright yearMatt Caswell5-5/+5
2021-03-10Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz2-11/+10
2021-03-04OSSL_STORE: restore diagnostics on decrypt error; provide password hintsDr. David von Oheimb1-1/+3
2021-02-28crypto: add additional argument to KDF derive callsPauli1-1/+1
2021-02-18Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb1-2/+2
2020-11-26Update copyright yearMatt Caswell5-5/+5
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte1-1/+2
2020-11-19Allow for PKCS#12 input without MAC in p12_kiss.c and e_loader_attic.cDr. David von Oheimb1-1/+2
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte12-76/+69
2020-10-15Update copyright yearMatt Caswell3-3/+3
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre1-1/+1
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb3-13/+7
2020-09-16PKCS#8: free data on error path in newpass_bagPauli1-1/+3
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell3-6/+0
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell3-3/+0
2020-09-13Fix safestack issues in x509.hMatt Caswell2-2/+0
2020-09-08New GOST PKCS12 standard supportDmitry Belyavskiy1-5/+45
2020-08-20Fix mem leaks on PKCS#12 read error in PKCS12_key_gen_{asc,utf8}Dr. David von Oheimb1-6/+2
2020-08-19PKCS12_parse(): Clean up code and correct documentationDr. David von Oheimb1-19/+26
2020-08-19PKCS12_parse(): Fix reversed order of certs parsed and output via *caDr. David von Oheimb1-1/+1
2020-08-14Move PKCS#12 KDF to provider.Pauli1-83/+41
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb1-6/+3
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett4-7/+108
2020-05-15Update copyright yearMatt Caswell2-2/+2
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz3-0/+11
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-21Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger1-2/+3
2020-01-29Deprecate the low level HMAC functionsPauli1-0/+6
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte1-1/+1
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz8-31/+32
2019-09-28Reorganize local header filesDr. Matthias St. Pierre9-8/+8
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-07-16Regenerate mkerr filesRich Salz1-56/+2