summaryrefslogtreecommitdiff
path: root/crypto/pkcs12
Commit message (Expand)AuthorAgeFilesLines
* Fix PKCS12_newpass() to work with PBES2.slontis2023-03-151-36/+109
* PKCS12 - Add additional libctx and propq support.slontis2023-01-167-17/+115
* PKCS12_SAFEBAG_set0_attrs: Remove const from function signatureDaniel Fiala2022-10-131-2/+2
* Fix typo in PKCS12_SAFEBAG_set0_attrsDaniel Fiala2022-10-131-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-059-43/+30
* Allow PKCS12 export to set arbitrary bag attributesGraham Woodward2022-09-233-7/+72
* x509_att.c: improve error checking and reporting and coding styleDr. David von Oheimb2022-08-242-12/+8
* Fix memleak in PKCS12_pbe_crypt_ex()Roberto Hueso Gomez2022-07-181-0/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add support for mac-less password-base PKCS12 files to PKCS12_parse API.Daniel Fiala2022-03-241-18/+19
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* fix some code with obvious wrong coding stylex20182021-10-281-2/+2
* Update copyright yearMatt Caswell2021-06-171-1/+1
* 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-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