summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_doit.c
AgeCommit message (Expand)Author
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-07pk7_doit.c: Check return of BIO_set_md() callsTomas 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-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
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-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
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-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-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-02-22Fix external symbols for pkcs7.Shane Lontis
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-18Fix PKCS7 potential segfaultShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-08Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-12Fix coverity issue: CID 1466484 - Remove dead code in PKCS7_dataInit()Shane Lontis
2020-08-29Fix PKCS#7 so that it still works with non fetchable cipher algorithms.Dmitry Belyavskiy
2020-08-29Fix PKCS#7 so that it still works with non fetchable digest algorithms.Dmitry Belyavskiy
2020-08-09Add libctx support to PKCS7.Shane Lontis
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb
2020-07-08Fix CID 1454808: Error handling issues NEGATIVE_RETURNS (PKCS7_dataDecode())Shane Lontis
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-10Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger
2019-09-09Add the ability to perform signatures in a providerMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/pkcs7/Richard Levitte
2018-03-20Update copyright yearMatt Caswell
2018-03-12Improve error handling in pk7_doitMatt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-10-16Code hygiene; initialize some pointers.Mouse
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-13Add some missing return value checksMatt Caswell
2016-05-17Copyright consolidation 04/10Rich Salz
2016-04-28Free memory on error in PKCS7_dataFinal()Matt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz