summaryrefslogtreecommitdiff
path: root/crypto/cms/cms_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix external symbols for cms.Shane Lontis2021-02-221-12/+13
* 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-3/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-18/+14
* Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka2020-09-081-6/+26
* Fix CMS so that it still works with non fetchable algorithms.Shane Lontis2020-08-221-6/+12
* Add libctx support to CMS.Shane Lontis2020-08-091-16/+22
* Update copyright yearRichard Levitte2020-07-161-1/+1
* Fix CID 1454806: NEGATIVE_RETURNS (cms_enc.c)Shane Lontis2020-07-081-1/+6
* 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-1/+1
* Following the license change, modify the boilerplates in crypto/cms/Richard Levitte2018-12-061-1/+1
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Copyright consolidation 09/10Rich Salz2016-05-171-49/+5
* Only set CMS parameter when encryptingDr. Stephen Henson2016-05-061-15/+16
* typoDr. Stephen Henson2016-05-051-1/+1
* Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson2016-05-051-11/+14
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-4/+4
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-2/+0
* Fix memory leak if setup fails.Dr. Stephen Henson2015-08-121-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-1/+1
* free cleanup almost the finaleRich Salz2015-04-301-8/+3
* RAND_bytes updatesMatt Caswell2015-03-251-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-208/+174
* Fix warning.Ben Laurie2012-05-101-1/+1
* Reported by: Solar Designer of OpenwallDr. Stephen Henson2012-05-101-2/+2
* Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key andDr. Stephen Henson2012-03-121-14/+46
* Remove unnecessary header.Dr. Stephen Henson2008-03-291-1/+0
* Preliminary support for enveloped data content type creation.Dr. Stephen Henson2008-03-171-9/+14
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-2/+2
* Add support for random key generation: this will be needed by enveloped data.Dr. Stephen Henson2008-03-161-9/+33
* Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson2008-03-151-9/+4
* Check for cipher BIO errors and set key length after parameter decode.Dr. Stephen Henson2008-03-151-12/+12
* Initial support for Encrypted Data type generation.Dr. Stephen Henson2008-03-141-2/+15
* Reorganise encrypted content info code to avoid duplication and be moreDr. Stephen Henson2008-03-141-83/+112
* Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson2008-03-141-11/+12
* New utility functions for encryptedData content type which will also be usedDr. Stephen Henson2008-03-141-0/+196