[9th of September 2004] Release 0.14

Panama City, 9th of September 2004. We are happy to announce the 0.14 release of NeuClear XMLSIG.

New Feature

  • [ XMLSIG-18] - Use XPP3 as dom4j xml reader

Task

See full list.

Download it today and join in the NeuClear revolution.

[28th of April 2004] Release 0.13

Panama City, 28th of April 2004. We are happy to announce the 0.13 release of NeuClear XMLSIG. Major new features are:

  • Support for Interactive signing
  • HTML Signatures

See full list.

Download it today and join in the NeuClear revolution.

[23rd of March 2004] Release 0.12

Panama City, 23rd of March 2004. We are happy to announce the 0.12 release of NeuClear XMLSIG. Major new features are:

  • Improved verification of Reference Types
  • Simpler API
  • Support for X509 Certificates
  • Improved Interoperability

See full list.

Download it today and join in the NeuClear revolution.

[12th of December 2003] Release 0.11

Panama City, 12th of December, 2003. We are happy to announce the 0.11 release of NeuClear XMLSIG. Major new features are:

  • Improvements to the various Servlets
  • Cleaned up the API
  • Added Cactus based web unit tests

Download it today and join in the NeuClear revolution.

New Release 0.10

[November 11th, 2003] NeuDist XMLSig is now NeuClear XMLSig. Several minor improvements through the code, but the big news is that most code unrelated to XML has been moved into the sister library NeuClear Commons library. Making this a required library now.

New Release 0.8 with Interop

[February 24th, 2003] New Release with much improved Interop. Some major problems were found here which have been fixed. Please upgrade to this version to allow compatibility with other XMLSignature implementations.

Currently it supports the following:

  • Enveloped Signatures
  • Enveloping Signatures
  • Detached Signatures
  • RSA-SHA1 Signatures
  • DSA-SHA1 Signatures
  • Base64 Encoding
  • SHA1 Digests
  • Canonical XML
  • Canonical XML With Comments
  • RSAKeyValue
  • DSAKeyValue
Missing but coming soon are:
  • Support for arbitrary Transforms in the Reference tag
  • XPath Transforms (Already written but not integrated)
  • HMAC-SHA1 MAC
  • X509Data
Thanks to Ramses Morales for lots of help with this release. Ramses has been added as developer/comitter on the project.

An other small feature is a simple SOAP Client and Server implementation, which will probably be pulled out into its own project soon.

NeuDist XMLSig API split out.

[January 20th, 2003] As of today the XMLSig API has been split out of the main NeuClear Framework. This is to make it easier to develop seperately and to hopefully allow other people to useit.

Introduction

XML Signature API is a simple implementation of the XML-Signature standard from W3C. The main difference of this over Apache's implementation is that it uses Dom4J and hopefully should be faster. This has never been verified so take it with a grain of salt.