aboutsummaryrefslogtreecommitdiff
path: root/crypto/cms/cms_asn1.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte1-3/+5
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-1/+1
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-2/+1
2015-09-11Fix zlib CMS compilation.Dr. Stephen Henson1-1/+1
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-14/+14
2015-04-30free cleanup almost the finaleRich Salz1-8/+2
2015-04-30free NULL cleanup 5aRich Salz1-4/+2
2015-03-28free NULL cleanupRich Salz1-10/+5
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-248/+239
2014-12-08Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe1-1/+1
2013-08-05Add KDF for DH.Dr. Stephen Henson1-0/+43
2013-07-17CMS support for key agreeement recipient info.Dr. Stephen Henson1-4/+36
2013-06-21CMS public key parameter support.Dr. Stephen Henson1-0/+4
2010-06-01add CVE-2010-0742 and CVS-2010-1633 fixesDr. Stephen Henson1-2/+2
2009-11-26Experimental CMS password based recipient Info support.Dr. Stephen Henson1-0/+9
2008-03-28Support for verification of signed receipts.Dr. Stephen Henson1-0/+7
2008-03-26Signed Receipt Request utility functions and option on CMS utility toDr. Stephen Henson1-2/+3
2008-03-24Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.Dr. Stephen Henson1-0/+13
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe1-1/+1
2008-03-16Fix some warnings.Dr. Stephen Henson1-0/+2
2008-03-14New utility functions for encryptedData content type which will also be usedDr. Stephen Henson1-1/+1
2008-03-13Free up additional data in RecipientInfo structureDr. Stephen Henson1-9/+38
2008-03-12And so it begins...Dr. Stephen Henson1-0/+328