summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-03-11PKCS7: Remove one of the duplicate checksJiasheng Jiang
2024-01-25Add NULL checks where ContentInfo data can be NULLMatt Caswell
2023-11-22Fix possible memleak in PKCS7_add0_attrib_signing_timeBernd Edlinger
2023-11-22Fix a possible memleak in PKCS7_add_attrib_smimecapBernd Edlinger
2023-10-26CMS and PKCS7: fix handlling of EVP_PKEY_get_size() failureDr. David von Oheimb
2023-09-07Copyright year updatesMatt Caswell
2023-05-30CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper functionDr. David von Oheimb
2023-02-07Support signedAndEnveloped content in PKCS7_decrypt()Tomas Mraz
2023-02-07pk7_doit.c: Check return of BIO_set_md() callsTomas Mraz
2023-02-07Do not dereference PKCS7 object data if not setTomas Mraz
2023-02-02Fix incomplete check on EVP_CIPHER_param_to_asn1()ndossche
2023-01-25Fix incomplete checks for EVP_CIPHER_asn1_to_paramNiels Dossche
2022-12-12smime/pkcs7: disable the Bleichenbacher workaroundHubert Kario
2022-11-10pkcs7: Remove unused includesCameron Cawley
2022-10-12crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-16X509_STORE_CTX_set_default(): improve error handling, also in its useDavid von Oheimb
2022-09-02PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/Dr. David von Oheimb
2022-09-01PKCS7_dataVerify(): fix missing use of CRLs in PKCS#7 messageDr. David von Oheimb
2022-08-24x509_att.c: improve error checking and reporting and coding styleDr. David von Oheimb
2022-07-28Handle SMIME_crlf_copy return codeAlon Bar-Lev
2022-06-02Revert unnecessary PKCS7_verify() performance optimizationNikolas
2022-06-02Fix the checks of BIO_get_cipher_statusPeiwei Hu
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
2022-05-26Fix check of dtls1_process_recordPeiwei Hu
2022-05-03Update copyright yearMatt Caswell
2022-01-14Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb
2021-06-17Update copyright yearMatt Caswell
2021-06-05Teach more of the ASN.1 code about libctx/propqMatt Caswell
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-19Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary inputDr. David von Oheimb
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-18Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-06Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-03-18TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb
2021-03-12misc: other init function param additionsPauli
2021-03-11Update copyright yearMatt Caswell
2021-02-22Fix external symbols for pkcs7.Shane Lontis
2021-02-18Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb
2021-02-11X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb
2021-01-28Update copyright yearRichard Levitte
2021-01-20Remove pkey_downgrade from PKCS7 codeShane Lontis
2021-01-18Fix PKCS7 potential segfaultShane Lontis
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte