summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix potential memory leak in PKCS12_add_key_ex()Niels Dossche2025-01-061-1/+3
* Handle PBMAC1 with absent PBKDF2 PRFOlivier Chéron2024-10-071-2/+9
* crypto/pkcs12/p12_mutl.c: Add check and EVP_MD_free() for EVP_MD_fetch()Jiasheng Jiang2024-09-051-0/+4
* Copyright year updatesTomas Mraz2024-09-052-2/+2
* EVP_MD_size() updatesslontis2024-08-291-1/+1
* Implementation of the RFC 9579, PBMAC1 in PKCS#12Dmitry Belyavskiy2024-08-071-31/+265
* Remove trailing whitespaceDimitri Papadopoulos2024-07-222-2/+2
* p12_npas.c: Remove call with unused return valueDrokov Pavel2024-06-281-2/+1
* fix potential memory leak in PKCS12_add_key_ex()sashan2024-06-181-6/+9
* Copyright year updatesRichard Levitte2024-04-094-4/+4
* Add NULL checks where ContentInfo data can be NULLMatt Caswell2024-01-253-2/+26
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-251-1/+9
* Copyright year updatesMatt Caswell2023-09-281-1/+1
* Fix PKCS#12 creation error when certificate contains auxiliary dataOlga Batyshkina2023-09-151-20/+42
* Copyright year updatesMatt Caswell2023-09-0710-10/+10
* Fix typos found by codespellDimitri Papadopoulos2023-06-151-1/+1
* Ignore the fetch error when a legacy algorithm is foundYuri Penkin2023-06-011-0/+5
* Fix PKCS12_newpass() to work with PBES2.slontis2023-03-141-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