summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2008-04-11Synchronise with Unix buildRichard Levitte
2008-04-10Add additional parameter to CMS_final() to handle detached content.Dr. Stephen Henson
2008-04-10Ignore nonsensical flags for signed receipts.Dr. Stephen Henson
2008-04-09Clarifying comment.Andy Polyakov
2008-04-09Do BN_nist_mod_384 by the book, as cheating doesn't work. Other functionsAndy Polyakov
2008-04-07Implement CMS_NOCRL.Dr. Stephen Henson
2008-04-06Set contentType attribute just before signing to allow encapsulated contentDr. Stephen Henson
2008-04-06Fix typo and add header files to err library.Dr. Stephen Henson
2008-04-06Give consistent return value and add error code for duplicate certificates.Dr. Stephen Henson
2008-04-04Delete nonexistant function from pkcs7.h header file. WIN32 build fix fromDr. Stephen Henson
2008-04-02Since OID NIDs with 0.9.8.Dr. Stephen Henson
2008-04-01Avoid warnings.Dr. Stephen Henson
2008-04-01Fix fast reduction on NIST curves (as well BN_NIST_ADD_ONE macro).Andy Polyakov
2008-03-31Fix it properly this time....Dr. Stephen Henson
2008-03-31Fix macro.Dr. Stephen Henson
2008-03-31Use correct headers for signed receipts. Use consistent naming.Dr. Stephen Henson
2008-03-29Update dependencies.Dr. Stephen Henson
2008-03-29Remove unnecessary header.Dr. Stephen Henson
2008-03-28Signed receipt generation code.Dr. Stephen Henson
2008-03-28Support for verification of signed receipts.Dr. Stephen Henson
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2008-03-26Add support for signed receipt request printout and generation.Dr. Stephen Henson
2008-03-26Signed Receipt Request utility functions and option on CMS utility toDr. Stephen Henson
2008-03-24Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.Dr. Stephen Henson
2008-03-23Fix duplicate asn1 ctrl values.Dr. Stephen Henson
2008-03-22Update dependencies.Dr. Stephen Henson
2008-03-19Comment out a (currently) unused CMS function. (Sorry Steve, but I needGeoff Thorpe
2008-03-19Allow alternate eContentType oids to be set in cms utility.Dr. Stephen Henson
2008-03-19Rebuild CMS error codes.Dr. Stephen Henson
2008-03-19Add support for KEK decrypt in cms utility.Dr. Stephen Henson
2008-03-19Produce meaningful error if sanity check fails.Dr. Stephen Henson
2008-03-19Additional sanity check.Dr. Stephen Henson
2008-03-19Add support for KEKRecipientInfo in cms application.Dr. Stephen Henson
2008-03-18Uninitialized variable bug fix.Dr. Stephen Henson
2008-03-18Various tidies/fixes:Dr. Stephen Henson
2008-03-18More support for KEK RecipientInfo.Dr. Stephen Henson
2008-03-17Partial support for KEKRecipientInfo type.Dr. Stephen Henson
2008-03-17Preliminary support for enveloped data content type creation.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2008-03-16Fix some warnings.Dr. Stephen Henson
2008-03-16Remove deleted function from header file, update mkfiles.plDr. Stephen Henson
2008-03-16Add support for random key generation: this will be needed by enveloped data.Dr. Stephen Henson
2008-03-15Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson
2008-03-15Check for cipher BIO errors and set key length after parameter decode.Dr. Stephen Henson
2008-03-15Return error if no cipher set for encrypted data type.Dr. Stephen Henson
2008-03-14Initial support for Encrypted Data type generation.Dr. Stephen Henson
2008-03-14Reorganise encrypted content info code to avoid duplication and be moreDr. Stephen Henson
2008-03-14Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson
2008-03-14New utility functions for encryptedData content type which will also be usedDr. Stephen Henson
2008-03-14Only call free once in CHOICE type.Dr. Stephen Henson