summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_env.c
AgeCommit message (Expand)Author
2017-05-27Fix spelling errors in CMS.Josh Soref
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-13GH1141: Different fix, preferred by Richard.Rich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-03-08Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-05-06Set Enveloped data version to 2 if ktri version not zero.Dr. Stephen Henson
2013-07-17CMS support for key agreeement recipient info.Dr. Stephen Henson
2013-07-17Set CMS EnvelopedData version correctly.Dr. Stephen Henson
2013-06-21CMS public key parameter support.Dr. Stephen Henson
2013-02-26Add function CMS_RecipientInfo_encryptDr. Stephen Henson
2012-03-12Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key andDr. Stephen Henson
2009-11-26Experimental CMS password based recipient Info support.Dr. Stephen Henson
2008-03-26Add support for signed receipt request printout and generation.Dr. Stephen Henson
2008-03-19Comment out a (currently) unused CMS function. (Sorry Steve, but I needGeoff Thorpe
2008-03-19Add support for KEK decrypt in cms utility.Dr. Stephen Henson
2008-03-19Add support for KEKRecipientInfo in cms application.Dr. Stephen Henson
2008-03-18Uninitialized variable bug fix.Dr. Stephen Henson
2008-03-18More support for KEK RecipientInfo.Dr. Stephen Henson
2008-03-17Partial support for KEKRecipientInfo type.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-15Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson
2008-03-14New utility functions for encryptedData content type which will also be usedDr. Stephen Henson
2008-03-12And so it begins...Dr. Stephen Henson