summaryrefslogtreecommitdiff
path: root/crypto/cms
Commit message (Expand)AuthorAgeFilesLines
* Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key andsteve2012-03-125-20/+92
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreben2011-11-141-9/+11
* Change AR to ARX to allow exclusion of fips object modulessteve2011-01-261-1/+1
* Add new type ossl_ssize_t instead of ssize_t and move definitions tosteve2010-07-263-6/+9
* add CVE-2010-0742 and CVS-2010-1633 fixessteve2010-06-011-2/+2
* update cms code to use X509_ALGOR_set_md instead of internal functionsteve2010-03-114-19/+3
* tolerate broken CMS/PKCS7 implementations using signature OID instead of digeststeve2010-02-021-1/+5
* make updatesteve2010-01-151-0/+18
* Experimental CMS password based recipient Info support.steve2009-11-268-6/+538
* PR: 2058steve2009-09-301-1/+1
* Audit libcrypto for unchecked return values: fix all cases enounteredsteve2009-09-232-5/+3
* Submitted by: Julia Lawall <julia@diku.dk>steve2009-09-131-2/+2
* Update from stable branch.steve2009-03-251-1/+1
* Use correct ctx name.steve2009-03-151-1/+1
* Fix from stable branch.steve2009-03-151-1/+1
* Set memory BIOs up properly when stripping text headers from S/MIME messages.steve2008-11-211-0/+3
* Correctly handle errors in CMS I/O code.steve2008-08-051-2/+4
* New function CMS_add1_crl().steve2008-05-022-0/+10
* Make certs argument work in CMS_sign() add test case.steve2008-04-181-4/+4
* Fix prototype for CMS_decrypt(), don't free up detached content.steve2008-04-112-8/+26
* Revert argument swap change... oops CMS_uncompress() was consistent...steve2008-04-112-2/+2
* Make CMS_uncompress() argument order consistent with other functions.steve2008-04-112-2/+2
* Fix for compression and updated CMS_final().steve2008-04-111-1/+1
* Add additional parameter to CMS_final() to handle detached content.steve2008-04-102-9/+12
* Ignore nonsensical flags for signed receipts.steve2008-04-101-1/+2
* Implement CMS_NOCRL.steve2008-04-071-1/+2
* Set contentType attribute just before signing to allow encapsulated contentsteve2008-04-061-12/+20
* Fix typo and add header files to err library.steve2008-04-063-14/+14
* Give consistent return value and add error code for duplicate certificates.steve2008-04-063-3/+10
* Avoid warnings.steve2008-04-011-1/+1
* Use correct headers for signed receipts. Use consistent naming.steve2008-03-311-2/+3
* Update dependencies.steve2008-03-291-11/+27
* Remove unnecessary header.steve2008-03-294-4/+0
* Signed receipt generation code.steve2008-03-285-0/+158
* Support for verification of signed receipts.steve2008-03-286-9/+219
* Add support for signed receipt request printout and generation.steve2008-03-264-26/+41
* Signed Receipt Request utility functions and option on CMS utility tosteve2008-03-266-6/+211
* Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.steve2008-03-243-0/+47
* Update dependencies.steve2008-03-221-12/+128
* Comment out a (currently) unused CMS function. (Sorry Steve, but I needgeoff2008-03-191-0/+2
* Allow alternate eContentType oids to be set in cms utility.steve2008-03-193-0/+8
* Rebuild CMS error codes.steve2008-03-192-139/+117
* Add support for KEK decrypt in cms utility.steve2008-03-194-45/+132
* Add support for KEKRecipientInfo in cms application.steve2008-03-192-161/+211
* Uninitialized variable bug fix.steve2008-03-181-1/+2
* Various tidies/fixes:steve2008-03-183-18/+6
* More support for KEK RecipientInfo.steve2008-03-184-58/+282
* Partial support for KEKRecipientInfo type.steve2008-03-173-0/+141
* Preliminary support for enveloped data content type creation.steve2008-03-177-31/+221
* Fix a variety of warnings generated by some elevated compiler-fascism,geoff2008-03-166-11/+12