summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
AgeCommit message (Expand)Author
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
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-08Fix zero-length content verification in S/MIME formatDmitry Belyavskiy
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-09-03"Downgrade" provider-native keys to legacy where neededRichard Levitte
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-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
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-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
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
2019-07-16Regenerate mkerr filesRich Salz
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in crypto/pkcs7/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-09-03Remove redundant ASN1_INTEGER_set callEric Brown
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
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-06-07make error tables const and separate header fileRich Salz
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-02-28Remove dead code in crypto/pkcs7Emilia Kasper
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-05Fix mem error handling in PKCS7_simple_smimecapFdaSilvaYY
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-13Add some missing return value checksMatt Caswell
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Copyright consolidation 04/10Rich Salz