aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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