summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ossl_cms_get1_crls_ex(): Avoid doublefree if CRL up ref failsTomas Mraz2024-12-101-2/+4
* Revert the behavior change of CMS_get1_certs() and CMS_get1_crls()Tomas Mraz2024-12-101-17/+49
* Copyright year updatesTomas Mraz2024-09-051-1/+1
* CMS_get1_crls(): Remove redundant check for NULL crlsTomas Mraz2024-07-311-4/+0
* CMS_get1_{certs,crls}(): make sure they return NULL only on errorDr. David von Oheimb2024-07-171-5/+16
* Fix error handling in CMS_EncryptedData_encryptBernd Edlinger2024-05-061-14/+1
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Do not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA error in CMS_ContentInfo_freeOlga Batyshkina2023-08-101-4/+1
* CMS_ContentInfo_free(): fix mem leak on encrypted content keyDr. David von Oheimb2023-06-011-0/+4
* CMS_add0_cert: if cert already present, do not throw error but ignore itDr. David von Oheimb2023-02-241-16/+16
* CMS_add1_crl(): prevent double free on failure of CMS_add0_crl()Dr. David von Oheimb2023-02-241-5/+6
* Fix incomplete error check on BIO_set_md()ndossche2023-02-081-1/+1
* Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short2022-10-181-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-7/+11
* Clear incorrectly reported errors in d2i_CMS_ContentInfoDaniel Fiala2022-09-231-1/+4
* Remove duplicated #include headersJHH202022-05-041-1/+0
* Update copyright yearMatt Caswell2022-05-031-1/+1
* CMS sign digestViktor Söderqvist2022-04-021-1/+8
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* Use the new ASN.1 libctx aware functions in CMSMatt Caswell2021-06-051-3/+7
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+2
* Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte2021-04-181-2/+3
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* Add ossl_ x509 symbolsShane Lontis2021-03-181-1/+1
* Fix external symbols for cms.Shane Lontis2021-02-221-33/+33
* Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb2021-02-181-2/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**.Shane Lontis2021-01-181-10/+9
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-21/+16
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-4/+3
* Fix safestack issues in cms.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka2020-09-081-0/+24
* Fix CMS so that it still works with non fetchable algorithms.Shane Lontis2020-08-221-4/+15
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-7/+2
* Add libctx support to CMS.Shane Lontis2020-08-091-8/+108
* Coverity Fixes for issue #12531Norman Ashley2020-08-041-2/+2
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-161-2/+2
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Implementation of Russian GOST CMSDmitry Belyavskiy2020-03-031-1/+3
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-20/+30
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-0/+1
* Following the license change, modify the boilerplates in crypto/cms/Richard Levitte2018-12-061-1/+1
* Fix spelling errors in CMS.Josh Soref2017-05-271-1/+1
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-2/+2
* Constify CMS_get0_type inputFdaSilvaYY2016-06-151-1/+1
* RT3053: Check for NULL before dereferencingPhillip Hellewell2016-06-121-0/+4