aboutsummaryrefslogtreecommitdiff
path: root/crypto/cms/cms_lcl.h
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-1/+1
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-1/+1
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson1-0/+2
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-1/+1
2015-09-11Fix zlib CMS compilation.Dr. Stephen Henson1-0/+1
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-0/+16
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-346/+317
2013-07-17CMS support for key agreeement recipient info.Dr. Stephen Henson1-2/+24
2013-06-21CMS public key parameter support.Dr. Stephen Henson1-0/+5
2012-03-12Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key andDr. Stephen Henson1-0/+2
2010-03-11update cms code to use X509_ALGOR_set_md instead of internal functionDr. Stephen Henson1-1/+0
2009-11-26Experimental CMS password based recipient Info support.Dr. Stephen Henson1-0/+10
2008-03-28Signed receipt generation code.Dr. Stephen Henson1-0/+2
2008-03-28Support for verification of signed receipts.Dr. Stephen Henson1-0/+2
2008-03-26Signed Receipt Request utility functions and option on CMS utility toDr. Stephen Henson1-2/+2
2008-03-24Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.Dr. Stephen Henson1-0/+32
2008-03-17Preliminary support for enveloped data content type creation.Dr. Stephen Henson1-0/+5
2008-03-15Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson1-9/+3
2008-03-14Reorganise encrypted content info code to avoid duplication and be moreDr. Stephen Henson1-6/+8
2008-03-14Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson1-0/+6
2008-03-13Free up additional data in RecipientInfo structureDr. Stephen Henson1-0/+3
2008-03-12And so it begins...Dr. Stephen Henson1-0/+415