summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_lib.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-02-24CMS_add0_cert: if cert already present, do not throw error but ignore itDr. David von Oheimb
2023-02-24CMS_add1_crl(): prevent double free on failure of CMS_add0_crl()Dr. David von Oheimb
2023-02-08Fix incomplete error check on BIO_set_md()ndossche
2022-10-18Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-23Clear incorrectly reported errors in d2i_CMS_ContentInfoDaniel Fiala
2022-05-04Remove duplicated #include headersJHH20
2022-05-03Update copyright yearMatt Caswell
2022-04-02CMS sign digestViktor Söderqvist
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-06-05Use the new ASN.1 libctx aware functions in CMSMatt Caswell
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-03-18Add ossl_ x509 symbolsShane Lontis
2021-02-22Fix external symbols for cms.Shane Lontis
2021-02-18Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb
2021-01-28Update copyright yearRichard Levitte
2021-01-18CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**.Shane Lontis
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-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-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-08-09Add libctx support to CMS.Shane Lontis
2020-08-04Coverity Fixes for issue #12531Norman Ashley
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb
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
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
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
2017-05-27Fix spelling errors in CMS.Josh Soref
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-06-15Constify CMS_get0_type inputFdaSilvaYY
2016-06-12RT3053: Check for NULL before dereferencingPhillip Hellewell
2016-05-17Copyright consolidation 09/10Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-22New function X509_get0_subject_key_id()Dr. Stephen Henson