summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_env.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-08-10Do not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA error in CMS_ContentInfo_freeOlga Batyshkina
2023-06-01CMS_ContentInfo_free(): fix mem leak on encrypted content keyDr. David von Oheimb
2023-05-30CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper functionDr. David von Oheimb
2022-12-12rsa: Add option to disable implicit rejectionHubert Kario
2022-11-25CMS_decrypt*(): fix misconceptions and mem leakDr. David von Oheimb
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-07-16CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb
2022-06-28CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb
2022-05-03Update copyright yearMatt Caswell
2022-01-14Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb
2021-10-28fix some code with obvious wrong coding stylex2018
2021-08-27cms: fix memleaks in cms_env.czhaozg
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-04-18Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-06Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-02-22Fix external symbols for cms.Shane Lontis
2021-01-28Update copyright yearRichard Levitte
2021-01-21Fixes related to broken DH support in CMSTomas Mraz
2021-01-18CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**.Shane Lontis
2020-12-16Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard 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-15Remove CMS recipient info information out of the algorithm implementationsMatt Caswell
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell
2020-10-15Move CMS enveloping code out of the algorithms and into CMSMatt Caswell
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-13Fix safestack issues in cms.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka
2020-08-22Fix CMS so that it still works with non fetchable algorithms.Shane Lontis
2020-08-09Add libctx support to CMS.Shane Lontis
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-03Implementation of Russian GOST CMSDmitry Belyavskiy
2020-01-06Don't use the low level AES key wrap APIs in CMSMatt Caswell
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-10Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in crypto/cms/Richard Levitte
2018-05-29Update copyright yearMatt Caswell
2018-05-08Fix a mem leak in CMSMatt Caswell
2017-05-27Fix spelling errors in CMS.Josh Soref
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-13GH1141: Different fix, preferred by Richard.Rich Salz
2016-05-17Copyright consolidation 09/10Rich Salz