summaryrefslogtreecommitdiff
path: root/crypto/pkcs7/pk7_doit.c
Commit message (Expand)AuthorAgeFilesLines
* Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte2021-04-181-7/+8
* 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
* 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
* Fix external symbols for pkcs7.Shane Lontis2021-02-221-20/+20
* X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb2021-02-111-2/+0
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Fix PKCS7 potential segfaultShane Lontis2021-01-181-15/+29
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-64/+56
* Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery2020-10-081-2/+2
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-7/+6
* Fix safestack issues in pkcs7.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* Fix coverity issue: CID 1466484 - Remove dead code in PKCS7_dataInit()Shane Lontis2020-09-121-6/+1
* 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
* Add libctx support to PKCS7.Shane Lontis2020-08-091-28/+73
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-161-1/+1
* Fix CID 1454808: Error handling issues NEGATIVE_RETURNS (PKCS7_dataDecode())Shane Lontis2020-07-081-2/+5
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+5
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-6/+4
* 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
* Following the license change, modify the boilerplates in crypto/pkcs7/Richard Levitte2018-12-061-1/+1
* 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-181-10/+10
* Code hygiene; initialize some pointers.Mouse2017-10-161-1/+1
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-3/+3
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* Add some missing return value checksMatt Caswell2016-06-131-1/+2
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Free memory on error in PKCS7_dataFinal()Matt Caswell2016-04-281-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-311-4/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-7/+7
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-22/+36
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-7/+9
* Remove useless codeAlessandro Ghedini2015-10-231-1/+0
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-3/+3
* PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper2015-06-111-1/+15
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-4/+3
* free null cleanup finaleRich Salz2015-05-011-5/+3
* free cleanup almost the finaleRich Salz2015-04-301-33/+15
* free NULL cleanup 5aRich Salz2015-04-301-4/+2
* free NULL cleanupRich Salz2015-03-281-8/+5