aboutsummaryrefslogtreecommitdiff
path: root/crypto/cms/cms_enc.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-4/+4
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-2/+0
2015-08-12Fix memory leak if setup fails.Dr. Stephen Henson1-1/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz1-1/+1
2015-04-30free cleanup almost the finaleRich Salz1-8/+3
2015-03-25RAND_bytes updatesMatt Caswell1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-208/+174
2012-05-10Fix warning.Ben Laurie1-1/+1
2012-05-10Reported by: Solar Designer of OpenwallDr. Stephen Henson1-2/+2
2012-03-12Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key andDr. Stephen Henson1-14/+46
2008-03-29Remove unnecessary header.Dr. Stephen Henson1-1/+0
2008-03-17Preliminary support for enveloped data content type creation.Dr. Stephen Henson1-9/+14
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe1-2/+2
2008-03-16Add support for random key generation: this will be needed by enveloped data.Dr. Stephen Henson1-9/+33
2008-03-15Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson1-9/+4
2008-03-15Check for cipher BIO errors and set key length after parameter decode.Dr. Stephen Henson1-12/+12
2008-03-14Initial support for Encrypted Data type generation.Dr. Stephen Henson1-2/+15
2008-03-14Reorganise encrypted content info code to avoid duplication and be moreDr. Stephen Henson1-83/+112
2008-03-14Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson1-11/+12
2008-03-14New utility functions for encryptedData content type which will also be usedDr. Stephen Henson1-0/+196