aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms.h
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-314/+320
* Add suppot for ASCII with CRLF canonicalisation.Dr. Stephen Henson2014-02-131-0/+1
* Add CMS_SignerInfo_get0_signature function.Dr. Stephen Henson2013-11-091-0/+1
* Add KDF for DH.Dr. Stephen Henson2013-08-051-0/+3
* CMS support for key agreeement recipient info.Dr. Stephen Henson2013-07-171-1/+37
* CMS public key parameter support.Dr. Stephen Henson2013-06-211-0/+6
* Add function CMS_RecipientInfo_encryptDr. Stephen Henson2013-02-261-0/+2
* Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key andDr. Stephen Henson2012-03-121-0/+1
* Add new type ossl_ssize_t instead of ssize_t and move definitions toDr. Stephen Henson2010-07-261-3/+5
* Experimental CMS password based recipient Info support.Dr. Stephen Henson2009-11-261-0/+19
* New function CMS_add1_crl().Dr. Stephen Henson2008-05-021-0/+1
* Fix prototype for CMS_decrypt(), don't free up detached content.Dr. Stephen Henson2008-04-111-1/+1
* Revert argument swap change... oops CMS_uncompress() was consistent...Dr. Stephen Henson2008-04-111-1/+1
* Make CMS_uncompress() argument order consistent with other functions.Dr. Stephen Henson2008-04-111-1/+1
* Add additional parameter to CMS_final() to handle detached content.Dr. Stephen Henson2008-04-101-1/+1
* 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-0/+2
* Signed receipt generation code.Dr. Stephen Henson2008-03-281-0/+9
* Support for verification of signed receipts.Dr. Stephen Henson2008-03-281-0/+18
* Add support for signed receipt request printout and generation.Dr. Stephen Henson2008-03-261-2/+10
* Signed Receipt Request utility functions and option on CMS utility toDr. Stephen Henson2008-03-261-0/+19
* Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.Dr. Stephen Henson2008-03-241-0/+2
* Allow alternate eContentType oids to be set in cms utility.Dr. Stephen Henson2008-03-191-0/+1
* Rebuild CMS error codes.Dr. Stephen Henson2008-03-191-126/+115
* Add support for KEK decrypt in cms utility.Dr. Stephen Henson2008-03-191-1/+18
* Add support for KEKRecipientInfo in cms application.Dr. Stephen Henson2008-03-191-0/+7
* More support for KEK RecipientInfo.Dr. Stephen Henson2008-03-181-2/+12
* Partial support for KEKRecipientInfo type.Dr. Stephen Henson2008-03-171-0/+4
* Preliminary support for enveloped data content type creation.Dr. Stephen Henson2008-03-171-0/+10
* Remove deleted function from header file, update mkfiles.plDr. Stephen Henson2008-03-161-1/+0
* Add support for random key generation: this will be needed by enveloped data.Dr. Stephen Henson2008-03-161-0/+1
* Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson2008-03-151-1/+28
* Return error if no cipher set for encrypted data type.Dr. Stephen Henson2008-03-151-0/+2
* Initial support for Encrypted Data type generation.Dr. Stephen Henson2008-03-141-0/+4
* Reorganise encrypted content info code to avoid duplication and be moreDr. Stephen Henson2008-03-141-1/+10
* Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson2008-03-141-0/+10
* New utility functions for encryptedData content type which will also be usedDr. Stephen Henson2008-03-141-0/+6
* And so it begins...Dr. Stephen Henson2008-03-121-0/+324