aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
Commit message (Expand)AuthorAgeFilesLines
* 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-161-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-074-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
* Following the license change, modify the boilerplates in crypto/pkcs12/Richard Levitte2018-12-0617-17/+17
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* Use secure_getenv(3) when available.Pauli2018-09-241-9/+9
* Update copyright yearMatt Caswell2018-09-113-3/+3
* Check the return value from ASN1_INTEGER_setMatt Caswell2018-09-101-1/+2
* key zeroisation fix for p12Shane Lontis2018-09-051-5/+9
* PKCS12: change safeContentsBag from a SET OF to a SEQUENCE OFRichard Levitte2018-07-221-1/+1
* Update copyright yearMatt Caswell2018-06-201-1/+1
* remove needless and misleading malloc failure error messages of PKCS12_SAFEBA...David von Oheimb2018-06-181-10/+2