summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
AgeCommit message (Expand)Author
2024-01-30Copyright year updatesMatt Caswell
2024-01-25Add NULL checks where ContentInfo data can be NULLMatt Caswell
2023-09-19Copyright year updatesRichard Levitte
2023-09-15Fix PKCS#12 creation error when certificate contains auxiliary dataOlga Batyshkina
2023-08-01Copyright year updatesMatt Caswell
2023-06-01Ignore the fetch error when a legacy algorithm is foundYuri Penkin
2022-10-11Update copyright yearMatt Caswell
2022-07-18Fix memleak in PKCS12_pbe_crypt_ex()Roberto Hueso Gomez
2021-06-17Update copyright yearMatt Caswell
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-05-28Fix PKCS12_create() so that a fetch error is not added to the error stack.Shane Lontis
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-13Replace some of the ERR_clear_error() calls with mark callsTomas Mraz
2021-05-06Update copyright yearMatt Caswell
2021-05-06coverity: fix 1478169: dereference after NULL checkPauli
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-22Update copyright yearMatt Caswell
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
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
2021-03-04OSSL_STORE: restore diagnostics on decrypt error; provide password hintsDr. David von Oheimb
2021-02-28crypto: add additional argument to KDF derive callsPauli
2021-02-18Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb
2020-11-26Update copyright yearMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-19Allow for PKCS#12 input without MAC in p12_kiss.c and e_loader_attic.cDr. David von Oheimb
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb
2020-09-16PKCS#8: free data on error path in newpass_bagPauli
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-08New GOST PKCS12 standard supportDmitry Belyavskiy
2020-08-20Fix mem leaks on PKCS#12 read error in PKCS12_key_gen_{asc,utf8}Dr. David von Oheimb
2020-08-19PKCS12_parse(): Clean up code and correct documentationDr. David von Oheimb
2020-08-19PKCS12_parse(): Fix reversed order of certs parsed and output via *caDr. David von Oheimb
2020-08-14Move PKCS#12 KDF to provider.Pauli
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-21Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger
2020-01-29Deprecate the low level HMAC functionsPauli