summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
2008-04-12Further synchronisation with Unix build. I hadn't noticed pq_compat.hRichard Levitte
was gone...
2008-04-12Provide other forms for symbols that are too long or that clash with othersRichard Levitte
2008-04-11Detached encrypt/decrypt example, fix decrypt sample.Dr. Stephen Henson
2008-04-11Correct argument order for CMS_decrypt() in docs.Dr. Stephen Henson
2008-04-11Fix prototype for CMS_decrypt(), don't free up detached content.Dr. Stephen Henson
2008-04-11Revert argument swap change... oops CMS_uncompress() was consistent...Dr. Stephen Henson
2008-04-11Fix comments.Dr. Stephen Henson
2008-04-11Make CMS_uncompress() argument order consistent with other functions.Dr. Stephen Henson
2008-04-11CMS compressed data examples.Dr. Stephen Henson
2008-04-11Fix for compression and updated CMS_final().Dr. Stephen Henson
2008-04-11PKCS#7 examples converted to CMS.Dr. Stephen Henson
2008-04-11Synchronise with Unix buildRichard Levitte
2008-04-10Reformat, fix typos and clarify CMS API docs.Dr. Stephen Henson
2008-04-10Correct HISTORY reference.Dr. Stephen Henson
2008-04-10Typo.Dr. Stephen Henson
2008-04-10Add docs for CMS_final() and BIO_new_CMS().Dr. Stephen Henson
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-10Add CMS signed receipt genration and verification docs.Dr. Stephen Henson
2008-04-10Spellcheck CMS docs.Dr. Stephen Henson
2008-04-09Signed receipt request function documentation.Dr. Stephen Henson
2008-04-09Correct references to smime in cms app.Dr. Stephen Henson
2008-04-09Update docs.Dr. Stephen Henson
2008-04-09Add CMS_uncompress manual page.Dr. Stephen Henson
2008-04-09Add CMS_compress() docs.Dr. Stephen Henson
2008-04-09More CMS API documentation.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
will be revised too. PR: 1593
2008-04-08Fix various typos, update SMIMECapabilities description.Dr. Stephen Henson
2008-04-08Correct d2i/i2d typos.Dr. Stephen Henson
2008-04-08Initial CMS API documentation.Dr. Stephen Henson
2008-04-07Implement CMS_NOCRL.Dr. Stephen Henson
2008-04-07Fix URI of OpenSSL Request Tracker informationLutz Jänicke
PR: 1661
2008-04-06Set contentType attribute just before signing to allow encapsulated contentDr. Stephen Henson
type to be set at any time in applications.
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
stable branch. Sync and update ordinals.
2008-04-03Make mk1mf.pl recognize no-cms.Dr. Stephen Henson
2008-04-03Rename runex.pl to cms-examples.plDr. Stephen Henson
2008-04-02Update CHANGES.Dr. Stephen Henson
2008-04-02Update CHANGES.Dr. Stephen Henson
2008-04-02Since OID NIDs with 0.9.8.Dr. Stephen Henson
2008-04-01Avoid warnings.Dr. Stephen Henson
2008-04-01Add signed receipt tests.Dr. Stephen Henson
2008-04-01Fix fast reduction on NIST curves (as well BN_NIST_ADD_ONE macro).Andy Polyakov
PR: 1593
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
Update cms-test.pl to support OpenSSL 0.9.8.
2008-03-29Update dependencies.Dr. Stephen Henson