summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_smime.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-03-11PKCS7: Remove one of the duplicate checksJiasheng Jiang
2023-09-07Copyright year updatesMatt Caswell
2023-02-07Support signedAndEnveloped content in PKCS7_decrypt()Tomas Mraz
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-16X509_STORE_CTX_set_default(): improve error handling, also in its useDavid von Oheimb
2022-09-02PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/Dr. David von Oheimb
2022-07-28Handle SMIME_crlf_copy return codeAlon Bar-Lev
2022-06-02Revert unnecessary PKCS7_verify() performance optimizationNikolas
2022-06-02Fix the checks of BIO_get_cipher_statusPeiwei Hu
2021-02-22Fix external symbols for pkcs7.Shane Lontis
2021-02-11X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb
2021-01-28Update copyright yearRichard Levitte
2021-01-18Fix PKCS7 potential segfaultShane Lontis
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-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-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-08-09Add libctx support to PKCS7.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
2018-12-06Following the license change, modify the boilerplates in crypto/pkcs7/Richard Levitte
2016-05-17Copyright consolidation 04/10Rich Salz
2016-04-18Fix PKCS7 memory leakMatt Caswell
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-02-23Add PKCS7_NO_DUAL_CONTENT flagRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-09-30Add GOST12 cms/smime capabilitiesMatt Caswell
2015-09-06Remove warning about use of uninitialised variableRichard Levitte
2015-09-05RT3955: Reduce some stack usageRich Salz
2015-08-28GH354: Memory leak fixesAlessandro Ghedini
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2012-03-08check return value of BIO_write in PKCS7_decryptDr. Stephen Henson
2012-02-27Detect symmetric crypto errors in PKCS7_decrypt.Dr. Stephen Henson
2009-03-15Fix from stable branch.Dr. Stephen Henson
2008-11-21Set memory BIOs up properly when stripping text headers from S/MIME messages.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2007-08-12Fix warnings.Dr. Stephen Henson
2007-04-13Don't finalize signerinfo if reuse and partial both set.Dr. Stephen Henson
2007-02-26remove dead codeNils Larsch
2007-02-03fix potential memory leaksNils Larsch