aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_lib.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanupRich Salz2015-03-251-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-512/+483
* Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe2014-12-081-1/+1
* Remove duplicate statement.Dr. Stephen Henson2014-02-151-2/+0
* CMS support for key agreeement recipient info.Dr. Stephen Henson2013-07-171-1/+60
* update cms code to use X509_ALGOR_set_md instead of internal functionDr. Stephen Henson2010-03-111-15/+0
* tolerate broken CMS/PKCS7 implementations using signature OID instead of digestDr. Stephen Henson2010-02-021-1/+5
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-4/+1
* New function CMS_add1_crl().Dr. Stephen Henson2008-05-021-0/+9
* Fix typo and add header files to err library.Dr. Stephen Henson2008-04-061-1/+1
* Give consistent return value and add error code for duplicate certificates.Dr. Stephen Henson2008-04-061-2/+5
* Various tidies/fixes:Dr. Stephen Henson2008-03-181-0/+1
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-2/+2
* Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson2008-03-151-0/+4
* Initial support for Encrypted Data type generation.Dr. Stephen Henson2008-03-141-0/+1
* Reorganise encrypted content info code to avoid duplication and be moreDr. Stephen Henson2008-03-141-7/+1
* Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson2008-03-141-1/+5
* And so it begins...Dr. Stephen Henson2008-03-121-0/+607