aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-092-2/+2
* PKCS7: Remove one of the duplicate checksJiasheng Jiang2024-03-111-2/+1
* Add NULL checks where ContentInfo data can be NULLMatt Caswell2024-01-251-2/+5
* Fix possible memleak in PKCS7_add0_attrib_signing_timeBernd Edlinger2023-11-221-3/+9
* Fix a possible memleak in PKCS7_add_attrib_smimecapBernd Edlinger2023-11-221-2/+6
* CMS and PKCS7: fix handlling of EVP_PKEY_get_size() failureDr. David von Oheimb2023-10-261-4/+3
* Copyright year updatesMatt Caswell2023-09-073-3/+3
* CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper functionDr. David von Oheimb2023-05-301-15/+4
* Support signedAndEnveloped content in PKCS7_decrypt()Tomas Mraz2023-02-071-1/+2
* pk7_doit.c: Check return of BIO_set_md() callsTomas Mraz2023-02-071-2/+10
* Do not dereference PKCS7 object data if not setTomas Mraz2023-02-071-4/+12
* Fix incomplete check on EVP_CIPHER_param_to_asn1()ndossche2023-02-021-1/+1
* Fix incomplete checks for EVP_CIPHER_asn1_to_paramNiels Dossche2023-01-251-1/+1
* smime/pkcs7: disable the Bleichenbacher workaroundHubert Kario2022-12-121-0/+7
* pkcs7: Remove unused includesCameron Cawley2022-11-101-5/+0
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-055-40/+30
* X509_STORE_CTX_set_default(): improve error handling, also in its useDavid von Oheimb2022-09-161-1/+2
* PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/Dr. David von Oheimb2022-09-021-6/+7
* PKCS7_dataVerify(): fix missing use of CRLs in PKCS#7 messageDr. David von Oheimb2022-09-011-11/+17
* x509_att.c: improve error checking and reporting and coding styleDr. David von Oheimb2022-08-241-5/+5
* Handle SMIME_crlf_copy return codeAlon Bar-Lev2022-07-281-1/+2
* Revert unnecessary PKCS7_verify() performance optimizationNikolas2022-06-021-25/+4
* Fix the checks of BIO_get_cipher_statusPeiwei Hu2022-06-021-2/+2
* Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu2022-05-271-1/+1
* Fix check of dtls1_process_recordPeiwei Hu2022-05-261-2/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb2022-01-141-12/+14
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Teach more of the ASN.1 code about libctx/propqMatt Caswell2021-06-052-3/+19
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-012-15/+15
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary inputDr. David von Oheimb2021-05-191-1/+1
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-302-0/+33
* Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte2021-04-182-13/+23
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-061-60/+0
* Add ossl_ x509 symbolsShane Lontis2021-03-181-2/+2
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-181-4/+4
* misc: other init function param additionsPauli2021-03-121-1/+2
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols for pkcs7.Shane Lontis2021-02-226-42/+42
* Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb2021-02-181-1/+1
* X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb2021-02-112-3/+0
* Update copyright yearRichard Levitte2021-01-285-5/+5
* Remove pkey_downgrade from PKCS7 codeShane Lontis2021-01-201-14/+64
* Fix PKCS7 potential segfaultShane Lontis2021-01-185-20/+37
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-2/+3
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-3/+3