aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_env.c
Commit message (Expand)AuthorAgeFilesLines
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-0/+1
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-2/+0
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-311-4/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-7/+7
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-5/+0
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-6/+3
* free null cleanup finaleRich Salz2015-05-011-5/+4
* free cleanup almost the finaleRich Salz2015-04-301-11/+4
* free NULL cleanup 8Rich Salz2015-04-301-4/+2
* free NULL cleanupRich Salz2015-03-281-6/+3
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-889/+810
* Set Enveloped data version to 2 if ktri version not zero.Dr. Stephen Henson2014-05-061-1/+1
* CMS support for key agreeement recipient info.Dr. Stephen Henson2013-07-171-39/+102
* Set CMS EnvelopedData version correctly.Dr. Stephen Henson2013-07-171-0/+73
* CMS public key parameter support.Dr. Stephen Henson2013-06-211-30/+70
* Add function CMS_RecipientInfo_encryptDr. Stephen Henson2013-02-261-23/+24
* Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key andDr. Stephen Henson2012-03-121-2/+10
* Experimental CMS password based recipient Info support.Dr. Stephen Henson2009-11-261-2/+8
* Add support for signed receipt request printout and generation.Dr. Stephen Henson2008-03-261-3/+0
* Comment out a (currently) unused CMS function. (Sorry Steve, but I needGeoff Thorpe2008-03-191-0/+2
* Add support for KEK decrypt in cms utility.Dr. Stephen Henson2008-03-191-9/+28
* Add support for KEKRecipientInfo in cms application.Dr. Stephen Henson2008-03-191-161/+204
* Uninitialized variable bug fix.Dr. Stephen Henson2008-03-181-1/+2
* More support for KEK RecipientInfo.Dr. Stephen Henson2008-03-181-36/+233
* Partial support for KEKRecipientInfo type.Dr. Stephen Henson2008-03-171-0/+133
* Preliminary support for enveloped data content type creation.Dr. Stephen Henson2008-03-171-9/+142
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-1/+2
* Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson2008-03-151-2/+90
* New utility functions for encryptedData content type which will also be usedDr. Stephen Henson2008-03-141-6/+1
* And so it begins...Dr. Stephen Henson2008-03-121-0/+253