openssl.git
2008-04-11 Dr. Stephen... CMS compressed data examples.
2008-04-11 Dr. Stephen... Fix for compression and updated CMS_final().
2008-04-11 Dr. Stephen... PKCS#7 examples converted to CMS.
2008-04-11 Richard LevitteSynchronise with Unix build
2008-04-10 Dr. Stephen... Reformat, fix typos and clarify CMS API docs.
2008-04-10 Dr. Stephen... Correct HISTORY reference.
2008-04-10 Dr. Stephen... Typo.
2008-04-10 Dr. Stephen... Add docs for CMS_final() and BIO_new_CMS().
2008-04-10 Dr. Stephen... Add additional parameter to CMS_final() to handle detac...
2008-04-10 Dr. Stephen... Ignore nonsensical flags for signed receipts.
2008-04-10 Dr. Stephen... Add CMS signed receipt genration and verification docs.
2008-04-10 Dr. Stephen... Spellcheck CMS docs.
2008-04-09 Dr. Stephen... Signed receipt request function documentation.
2008-04-09 Dr. Stephen... Correct references to smime in cms app.
2008-04-09 Dr. Stephen... Update docs.
2008-04-09 Dr. Stephen... Add CMS_uncompress manual page.
2008-04-09 Dr. Stephen... Add CMS_compress() docs.
2008-04-09 Dr. Stephen... More CMS API documentation.
2008-04-09 Andy PolyakovClarifying comment.
2008-04-09 Andy PolyakovDo BN_nist_mod_384 by the book, as cheating doesn't...
2008-04-08 Dr. Stephen... Fix various typos, update SMIMECapabilities description.
2008-04-08 Dr. Stephen... Correct d2i/i2d typos.
2008-04-08 Dr. Stephen... Initial CMS API documentation.
2008-04-07 Dr. Stephen... Implement CMS_NOCRL.
2008-04-07 Lutz JänickeFix URI of OpenSSL Request Tracker information
2008-04-06 Dr. Stephen... Set contentType attribute just before signing to allow...
2008-04-06 Dr. Stephen... Fix typo and add header files to err library.
2008-04-06 Dr. Stephen... Give consistent return value and add error code for...
2008-04-04 Dr. Stephen... Delete nonexistant function from pkcs7.h header file...
2008-04-03 Dr. Stephen... Make mk1mf.pl recognize no-cms.
2008-04-03 Dr. Stephen... Rename runex.pl to cms-examples.pl
2008-04-02 Dr. Stephen... Update CHANGES.
2008-04-02 Dr. Stephen... Update CHANGES.
2008-04-02 Dr. Stephen... Since OID NIDs with 0.9.8.
2008-04-01 Dr. Stephen... Avoid warnings.
2008-04-01 Dr. Stephen... Add signed receipt tests.
2008-04-01 Andy PolyakovFix fast reduction on NIST curves (as well BN_NIST_ADD_...
2008-03-31 Dr. Stephen... Fix it properly this time....
2008-03-31 Dr. Stephen... Fix macro.
2008-03-31 Dr. Stephen... Use correct headers for signed receipts. Use consistent...
2008-03-29 Dr. Stephen... Update dependencies.
2008-03-29 Dr. Stephen... Remove unnecessary header.
2008-03-29 Dr. Stephen... Update docs.
2008-03-28 Dr. Stephen... Signed receipt generation code.
2008-03-28 Dr. Stephen... Support for verification of signed receipts.
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-03-28 Geoff ThorpeUpdate tunala so it builds ok with OPENSSL_NO_DEPRECATE...
2008-03-26 Dr. Stephen... Add support for signed receipt request printout and...
2008-03-26 Dr. Stephen... Signed Receipt Request utility functions and option...
2008-03-24 Dr. Stephen... Add signed receipt ASN1 structures. Initial GENERAL_NAM...
2008-03-24 Dr. Stephen... Add support for CMS structure printing in cms utility.
2008-03-23 Dr. Stephen... Fix duplicate asn1 ctrl values.
2008-03-22 Dr. Stephen... Update dependencies.
2008-03-21 Dr. Stephen... Preliminary documentation for CMS utility.
2008-03-19 Geoff ThorpeComment out a (currently) unused CMS function. (Sorry...
2008-03-19 Geoff ThorpeFork my debug configuration into 32-bit and 64-bit...
2008-03-19 Dr. Stephen... Allow alternate eContentType oids to be set in cms...
2008-03-19 Dr. Stephen... Rebuild CMS error codes.
2008-03-19 Dr. Stephen... Add support for KEK decrypt in cms utility.
2008-03-19 Dr. Stephen... Produce meaningful error if sanity check fails.
2008-03-19 Dr. Stephen... Additional sanity check.
2008-03-19 Dr. Stephen... Add support for KEKRecipientInfo in cms application.
2008-03-18 Dr. Stephen... Make 3DES default cipher in cms utility.
2008-03-18 Dr. Stephen... Delete standard out and err temp files too.
2008-03-18 Dr. Stephen... Delete tmp files, silence openssl commands, compare...
2008-03-18 Dr. Stephen... Add enveloped data keyid test.
2008-03-18 Dr. Stephen... Uninitialized variable bug fix.
2008-03-18 Dr. Stephen... Fixes for S/MIME consistency checker and flexibility...
2008-03-18 Dr. Stephen... Add extensive PCKS7 and CMS consistency test script.
2008-03-18 Dr. Stephen... Various tidies/fixes:
2008-03-18 Dr. Stephen... More support for KEK RecipientInfo.
2008-03-17 Dr. Stephen... Partial support for KEKRecipientInfo type.
2008-03-17 Dr. Stephen... Preliminary support for enveloped data content type...
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2008-03-16 Dr. Stephen... Fix some warnings.
2008-03-16 Geoff ThorpeFix a nasty cast issue that my compiler was choking on.
2008-03-16 Geoff ThorpeFix my debug-geoff configuration.
2008-03-16 Dr. Stephen... Adapt to diffrent OpenSSL utility locations.
2008-03-16 Dr. Stephen... Remove deleted function from header file, update mkfiles.pl
2008-03-16 Dr. Stephen... Don't need to check for examples directory any more.
2008-03-16 Dr. Stephen... Extend runex.pl to extract examples directly from RFC...
2008-03-16 Dr. Stephen... Add support for random key generation: this will be...
2008-03-15 Dr. Stephen... Initial support for enveloped data decrypt. Extent...
2008-03-15 Dr. Stephen... Initial support for enveloped data decrypt. Extent...
2008-03-15 Dr. Stephen... Check for cipher BIO errors and set key length after...
2008-03-15 Dr. Stephen... Return error if no cipher set for encrypted data type.
2008-03-14 Dr. Stephen... Initial support for Encrypted Data type generation.
2008-03-14 Dr. Stephen... Delete temp files.
2008-03-14 Dr. Stephen... Typos.
2008-03-14 Dr. Stephen... Reorganise encrypted content info code to avoid duplica...
2008-03-14 Dr. Stephen... Encrypted Data type processing. Add options to cms...
2008-03-14 Dr. Stephen... New utility functions for encryptedData content type...
2008-03-14 Dr. Stephen... Only call free once in CHOICE type.
2008-03-13 Dr. Stephen... RFC4134 S/MIME examples test script.
2008-03-13 Dr. Stephen... .cvignore file for cms
2008-03-13 Dr. Stephen... Free up additional data in RecipientInfo structure
2008-03-12 Dr. Stephen... And so it begins...
2008-03-12 Dr. Stephen... Update year.
2008-03-12 Dr. Stephen... #undef X509_EXTENSIONS to avoid conflict with CryptoAPI.
2008-02-29 Dr. Stephen... We already have an object for "zlib compression" but...
next