aboutsummaryrefslogtreecommitdiff
path: root/crypto/cms/cms_lib.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson1-2/+2
2016-06-15Constify CMS_get0_type inputFdaSilvaYY1-1/+1
2016-06-12RT3053: Check for NULL before dereferencingPhillip Hellewell1-0/+4
2016-05-17Copyright consolidation 09/10Rich Salz1-49/+5
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson1-3/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-4/+4
2015-09-22New function X509_get0_subject_key_id()Dr. Stephen Henson1-6/+8
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-2/+0
2015-08-31Add X509_up_ref function.Dr. Stephen Henson1-2/+2
2015-08-31Add X509_CRL_up_ref functionDr. Stephen Henson1-2/+2
2015-04-30free NULL cleanup 8Rich Salz1-10/+5
2015-03-25free NULL cleanupRich Salz1-2/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-512/+483
2014-12-08Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe1-1/+1
2014-02-15Remove duplicate statement.Dr. Stephen Henson1-2/+0
2013-07-17CMS support for key agreeement recipient info.Dr. Stephen Henson1-1/+60
2010-03-11update cms code to use X509_ALGOR_set_md instead of internal functionDr. Stephen Henson1-15/+0
2010-02-02tolerate broken CMS/PKCS7 implementations using signature OID instead of digestDr. Stephen Henson1-1/+5
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-4/+1
2008-05-02New function CMS_add1_crl().Dr. Stephen Henson1-0/+9
2008-04-06Fix typo and add header files to err library.Dr. Stephen Henson1-1/+1
2008-04-06Give consistent return value and add error code for duplicate certificates.Dr. Stephen Henson1-2/+5
2008-03-18Various tidies/fixes:Dr. Stephen Henson1-0/+1
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe1-2/+2
2008-03-15Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson1-0/+4
2008-03-14Initial support for Encrypted Data type generation.Dr. Stephen Henson1-0/+1
2008-03-14Reorganise encrypted content info code to avoid duplication and be moreDr. Stephen Henson1-7/+1
2008-03-14Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson1-1/+5
2008-03-12And so it begins...Dr. Stephen Henson1-0/+607