aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_asn1.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+1
* ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2017-04-131-13/+13
* Act on deprecation of LONG and ZLONG, step 2Richard Levitte2017-04-101-13/+13
* Copyright consolidation 09/10Rich Salz2016-05-171-49/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-3/+5
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-1/+1
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-2/+1
* Fix zlib CMS compilation.Dr. Stephen Henson2015-09-111-1/+1
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-14/+14
* free cleanup almost the finaleRich Salz2015-04-301-8/+2
* free NULL cleanup 5aRich Salz2015-04-301-4/+2
* free NULL cleanupRich Salz2015-03-281-10/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-248/+239
* Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe2014-12-081-1/+1
* Add KDF for DH.Dr. Stephen Henson2013-08-051-0/+43
* CMS support for key agreeement recipient info.Dr. Stephen Henson2013-07-171-4/+36
* CMS public key parameter support.Dr. Stephen Henson2013-06-211-0/+4
* add CVE-2010-0742 and CVS-2010-1633 fixesDr. Stephen Henson2010-06-011-2/+2
* Experimental CMS password based recipient Info support.Dr. Stephen Henson2009-11-261-0/+9
* Support for verification of signed receipts.Dr. Stephen Henson2008-03-281-0/+7
* Signed Receipt Request utility functions and option on CMS utility toDr. Stephen Henson2008-03-261-2/+3
* Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.Dr. Stephen Henson2008-03-241-0/+13
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-1/+1
* Fix some warnings.Dr. Stephen Henson2008-03-161-0/+2
* New utility functions for encryptedData content type which will also be usedDr. Stephen Henson2008-03-141-1/+1
* Free up additional data in RecipientInfo structureDr. Stephen Henson2008-03-131-9/+38
* And so it begins...Dr. Stephen Henson2008-03-121-0/+328