aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-134-142/+125
* Update copyright yearMatt Caswell2020-10-152-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-154-5/+5
* Fix zero-length content verification in S/MIME formatDmitry Belyavskiy2020-10-081-1/+1
* Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery2020-10-081-2/+2
* Run the withlibctx.pl scriptMatt Caswell2020-10-014-24/+22
* Fix safestack issues in pkcs7.hMatt Caswell2020-09-133-7/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-134-5/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-133-5/+0
* Fix coverity issue: CID 1466484 - Remove dead code in PKCS7_dataInit()Shane Lontis2020-09-121-6/+1
* "Downgrade" provider-native keys to legacy where neededRichard Levitte2020-09-031-0/+11
* Fix PKCS#7 so that it still works with non fetchable cipher algorithms.Dmitry Belyavskiy2020-08-291-7/+36
* Fix PKCS#7 so that it still works with non fetchable digest algorithms.Dmitry Belyavskiy2020-08-291-5/+36
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-13/+2
* Add libctx support to PKCS7.Shane Lontis2020-08-096-66/+275
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-162-3/+3
* Fix CID 1454808: Error handling issues NEGATIVE_RETURNS (PKCS7_dataDecode())Shane Lontis2020-07-081-2/+5
* Update copyright yearMatt Caswell2020-05-154-4/+4
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-244-1/+18
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-093-10/+8
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger2019-09-101-4/+8
* Add the ability to perform signatures in a providerMatt Caswell2019-09-091-0/+36
* Regenerate mkerr filesRich Salz2019-07-161-61/+2
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-0/+1
* Following the license change, modify the boilerplates in crypto/pkcs7/Richard Levitte2018-12-068-8/+8
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Remove redundant ASN1_INTEGER_set callEric Brown2018-09-031-1/+0
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Improve error handling in pk7_doitMatt Caswell2018-03-121-3/+5
* Remove parentheses of return.KaoruToda2017-10-182-27/+27
* Code hygiene; initialize some pointers.Mouse2017-10-161-1/+1
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-092-10/+10
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-2/+1
* make error tables const and separate header fileRich Salz2017-06-071-99/+124
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+1
* Remove dead code in crypto/pkcs7Emilia Kasper2017-02-282-40/+0
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Fix mem error handling in PKCS7_simple_smimecapFdaSilvaYY2016-07-051-10/+11
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-1/+5
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-183-3/+0
* Add some missing return value checksMatt Caswell2016-06-131-1/+2
* Remove unused error/function codes.Rich Salz2016-05-231-37/+12
* Copyright consolidation 04/10Rich Salz2016-05-1710-529/+55
* Free memory on error in PKCS7_dataFinal()Matt Caswell2016-04-281-0/+1
* Remove --classic build entirelyRichard Levitte2016-04-201-50/+0