aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_smime.c
Commit message (Expand)AuthorAgeFilesLines
* {CMS,PKCS7}_verify(): use 'certs' parameter ('-certfile' option) also for cha...Dr. David von Oheimb2024-07-171-18/+24
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* PKCS7: Remove one of the duplicate checksJiasheng Jiang2024-03-111-2/+1
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Support signedAndEnveloped content in PKCS7_decrypt()Tomas Mraz2023-02-071-1/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-14/+10
* X509_STORE_CTX_set_default(): improve error handling, also in its useDavid von Oheimb2022-09-161-1/+2
* PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/Dr. David von Oheimb2022-09-021-6/+7
* Handle SMIME_crlf_copy return codeAlon Bar-Lev2022-07-281-1/+2
* Revert unnecessary PKCS7_verify() performance optimizationNikolas2022-06-021-25/+4
* Fix the checks of BIO_get_cipher_statusPeiwei Hu2022-06-021-2/+2
* Fix external symbols for pkcs7.Shane Lontis2021-02-221-4/+4
* X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb2021-02-111-1/+0
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Fix PKCS7 potential segfaultShane Lontis2021-01-181-1/+2
* 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-131-41/+38
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* Fix zero-length content verification in S/MIME formatDmitry Belyavskiy2020-10-081-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-11/+11
* Fix safestack issues in pkcs7.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Add libctx support to PKCS7.Shane Lontis2020-08-091-33/+52
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-1/+5
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-3/+3
* Following the license change, modify the boilerplates in crypto/pkcs7/Richard Levitte2018-12-061-1/+1
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+5
* Fix PKCS7 memory leakMatt Caswell2016-04-181-0/+1
* Make many X509_xxx types opaque.Rich Salz2016-04-151-8/+11
* Add PKCS7_NO_DUAL_CONTENT flagRich Salz2016-02-231-4/+12
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Add GOST12 cms/smime capabilitiesMatt Caswell2015-09-301-0/+2
* Remove warning about use of uninitialised variableRichard Levitte2015-09-061-2/+1
* RT3955: Reduce some stack usageRich Salz2015-09-051-20/+34
* GH354: Memory leak fixesAlessandro Ghedini2015-08-281-20/+6
* 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-11/+11
* free NULL cleanup 5aRich Salz2015-04-301-2/+1
* Dead code removal: #if 0 asn1, pkcs7Rich Salz2015-01-301-4/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-497/+477
* check return value of BIO_write in PKCS7_decryptDr. Stephen Henson2012-03-081-1/+5
* Detect symmetric crypto errors in PKCS7_decrypt.Dr. Stephen Henson2012-02-271-2/+17
* Fix from stable branch.Dr. Stephen Henson2009-03-151-2/+1
* Set memory BIOs up properly when stripping text headers from S/MIME messages.Dr. Stephen Henson2008-11-211-0/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Fix warnings.Dr. Stephen Henson2007-08-121-1/+1
* Don't finalize signerinfo if reuse and partial both set.Dr. Stephen Henson2007-04-131-1/+2
* remove dead codeNils Larsch2007-02-261-7/+0