summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-25Add NULL checks where ContentInfo data can be NULLMatt Caswell
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman
2023-09-28Copyright year updatesMatt Caswell
2023-09-15Fix PKCS#12 creation error when certificate contains auxiliary dataOlga Batyshkina
2023-09-07Copyright year updatesMatt Caswell
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-06-01Ignore the fetch error when a legacy algorithm is foundYuri Penkin
2023-03-15Fix PKCS12_newpass() to work with PBES2.slontis
2023-01-16PKCS12 - Add additional libctx and propq support.slontis
2022-10-13PKCS12_SAFEBAG_set0_attrs: Remove const from function signatureDaniel Fiala
2022-10-13Fix typo in PKCS12_SAFEBAG_set0_attrsDaniel Fiala
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-23Allow PKCS12 export to set arbitrary bag attributesGraham Woodward
2022-08-24x509_att.c: improve error checking and reporting and coding styleDr. David von Oheimb
2022-07-18Fix memleak in PKCS12_pbe_crypt_ex()Roberto Hueso Gomez
2022-05-03Update copyright yearMatt Caswell
2022-03-24Add support for mac-less password-base PKCS12 files to PKCS12_parse API.Daniel Fiala
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-10-28fix some code with obvious wrong coding stylex2018
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