aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_dd.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols for cms.Shane Lontis2021-02-221-7/+9
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-5/+3
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+2
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-1/+1
* Add libctx support to CMS.Shane Lontis2020-08-091-5/+7
* 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-2/+2
* Following the license change, modify the boilerplates in crypto/cms/Richard Levitte2018-12-061-1/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-49/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-2/+2
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-5/+9
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-2/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-4/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-71/+68
* update cms code to use X509_ALGOR_set_md instead of internal functionDr. Stephen Henson2010-03-111-1/+1
* Remove unnecessary header.Dr. Stephen Henson2008-03-291-1/+0
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-1/+1
* Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson2008-03-151-2/+0
* And so it begins...Dr. Stephen Henson2008-03-121-0/+151