summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_enc.c
AgeCommit message (Expand)Author
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
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-07-16Update copyright yearRichard Levitte
2020-07-08Fix CID 1454806: NEGATIVE_RETURNS (cms_enc.c)Shane Lontis
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
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-06Only set CMS parameter when encryptingDr. Stephen Henson
2016-05-05typoDr. Stephen Henson
2016-05-05Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-08-12Fix memory leak if setup fails.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free NULL cleanup -- codaRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2012-05-10Fix warning.Ben Laurie
2012-05-10Reported by: Solar Designer of OpenwallDr. Stephen Henson
2012-03-12Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key andDr. Stephen Henson
2008-03-29Remove unnecessary header.Dr. Stephen Henson
2008-03-17Preliminary support for enveloped data content type creation.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2008-03-16Add support for random key generation: this will be needed by enveloped data.Dr. Stephen Henson
2008-03-15Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson
2008-03-15Check for cipher BIO errors and set key length after parameter decode.Dr. Stephen Henson
2008-03-14Initial support for Encrypted Data type generation.Dr. Stephen Henson
2008-03-14Reorganise encrypted content info code to avoid duplication and be moreDr. Stephen Henson
2008-03-14Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson
2008-03-14New utility functions for encryptedData content type which will also be usedDr. Stephen Henson