summaryrefslogtreecommitdiffstats
path: root/crypto/cms
AgeCommit message (Expand)Author
2021-12-14Update copyright yearMatt Caswell
2021-08-27cms: fix memleaks in cms_env.czhaozg
2020-12-08Update copyright yearMatt Caswell
2020-11-11Verification zero-length content in S/MIME formatDmitry Belyavskiy
2020-09-22Update copyright yearMatt Caswell
2020-09-07Coverity FixesShane Lontis
2019-09-30Fix a bundle of mischecks of return valuesPaul Yang
2019-09-27Fix header file include guard namesDr. Matthias St. Pierre
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-09-10Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger
2019-07-24Remove OPENSSL_X509V3_H include detector from openssl/cms.hDr. Matthias St. Pierre
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis
2019-02-26Update copyright yearMatt Caswell
2019-02-13Fix null pointer dereference in cms_RecipientInfo_kari_initDaniel DeFreez
2018-12-13Add missing OPENSSL_clear_free before using ec->keyMansour Ahmadi
2018-09-11Update copyright yearMatt Caswell
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb
2018-05-29Update copyright yearMatt Caswell
2018-05-08Fix a mem leak in CMSMatt Caswell
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-11-27Check for malloc failureRich Salz
2017-10-16Code hygiene; initialize some pointers.Mouse
2017-08-08Support CMS decrypt without a certificate for all key typesDr. Stephen Henson
2017-06-07make error tables const and separate header fileRich Salz
2017-05-27Fix spelling errors in CMS.Josh Soref
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte
2017-01-08Set EVP_PKEY_CTX in SignerInfoDr. Stephen Henson
2016-08-22Fix enable-zlibMatt Caswell
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY
2016-07-25Constify CMS_decrypt_set1_key input bufferFdaSilvaYY
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-15Constify CMS_get0_type inputFdaSilvaYY
2016-06-13GH1141: Different fix, preferred by Richard.Rich Salz
2016-06-12RT3053: Check for NULL before dereferencingPhillip Hellewell
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-06Only set CMS parameter when encryptingDr. Stephen Henson
2016-05-05typoDr. Stephen Henson
2016-05-05Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson
2016-04-28Don't leak EVP_MD_CTX on error pathMatt Caswell
2016-04-28Don't leak memory on error in cms_RecipientInfo_pwri_cryptMatt Caswell