summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12 (follow)
Commit message (Expand)AuthorAgeFilesLines
* pkcs12: fix Coverity 1485667 logically dead codePauli2021-06-081-6/+5
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-014-12/+15
* 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
* Fix PKCS12_create() so that a fetch error is not added to the error stack.Shane Lontis2021-05-281-0/+2
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Replace some of the ERR_clear_error() calls with mark callsTomas Mraz2021-05-132-10/+15
* Update copyright yearMatt Caswell2021-05-066-6/+6
* coverity: fix 1478169: dereference after NULL checkPauli2021-05-061-3/+11
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-3010-147/+363
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-2/+4
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-162-0/+7
* Update copyright yearMatt Caswell2021-03-115-5/+5
* Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz2021-03-102-11/+10
* OSSL_STORE: restore diagnostics on decrypt error; provide password hintsDr. David von Oheimb2021-03-041-1/+3
* crypto: add additional argument to KDF derive callsPauli2021-02-281-1/+1
* Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb2021-02-181-2/+2
* Update copyright yearMatt Caswell2020-11-265-5/+5
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* Allow for PKCS#12 input without MAC in p12_kiss.c and e_loader_attic.cDr. David von Oheimb2020-11-191-1/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-1312-76/+69
* Update copyright yearMatt Caswell2020-10-153-3/+3
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-1/+1
* Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb2020-09-243-13/+7
* PKCS#8: free data on error path in newpass_bagPauli2020-09-151-1/+3
* Fix safestack issues in pkcs12.hMatt Caswell2020-09-133-6/+0
* Fix safestack issues in pkcs7.hMatt Caswell2020-09-133-3/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-132-2/+0
* New GOST PKCS12 standard supportDmitry Belyavskiy2020-09-081-5/+45
* Fix mem leaks on PKCS#12 read error in PKCS12_key_gen_{asc,utf8}Dr. David von Oheimb2020-08-201-6/+2
* PKCS12_parse(): Clean up code and correct documentationDr. David von Oheimb2020-08-191-19/+26
* PKCS12_parse(): Fix reversed order of certs parsed and output via *caDr. David von Oheimb2020-08-191-1/+1
* Move PKCS#12 KDF to provider.Pauli2020-08-141-83/+41
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-6/+3
* Add new APIs to get PKCS12 secretBag OID and valueJon Spillett2020-08-064-7/+108
* Update copyright yearMatt Caswell2020-05-152-2/+2
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-243-0/+11
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger2020-03-211-2/+3
* Deprecate the low level HMAC functionsPauli2020-01-291-0/+6
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-1/+1
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-098-31/+32
* Reorganize local header filesDr. Matthias St. Pierre2019-09-289-8/+8
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-56/+2
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-2/+2
* Adapt OPENSSL_DEBUG_DECRYPT to the new generic trace APIRichard Levitte2019-03-061-17/+6
* Adapt OPENSSL_DEBUG_KEYGEN to the new generic trace APIRichard Levitte2019-03-061-33/+15