XML Security Library

XML Security Library

XML Security Library is a C library based on LibXML2 and OpenSSL. The library was created with a goal to support major XML security standards: XML Security Library is released under the MIT Licence see the Copyright file in the distribution for details.

News (all news )
  • May 28 2002
    New LibXML 2.4.22 is released and new XML Security Library 0.0.6 is released:
    - Win32 port is added: the idea and most of the configuration scripts code was taken from LibXML2 (written by Igor Zlatkovic). I modified original files so all errors are mine, not Igor's.
    - Many different performance optimizations (especially for RSA/DSA algorithms and enveloped signatures).
    - XPath Filter 2 and Alternative XPath Filter (not compiled by default, use --enable-altxpath configuration switch if you need this transform) support is added.
    - Custom network protocol handler support is added. It is similar to custom protocol handlers in LibXML2 but applied to binary files.
    - Separated XML Security Library RPM into xmlsec and xmlsec-devel (suggested by Devin Heitmueller).

  • May 14 2002
    I've checked in new code for plugging in custom input handlers (similar to ones that exist in LibXML2). The downside is that you have to use daily LibXML2 snapshot to compile daily XML Security Library snapshot.

  • April 28 2002
    XMLSec 0.0.5 released:
    - Big external and internal cleanup. Now the API looks much more consistent and I hope simple. I hope to declare API frozen in the next couple weeks. Meantime, all comments and suggestions are welcome!
    - Added symmetric key wrap (aes, des) support.
    - Added RIPEMD-160 support.

  • April 19 2002
    Minor release XMLSec 0.0.4 with main goal to fix broken RPM:
    - The RPM is recompiled using OpenSSL 0.9.6. The previous version was compiled with OpenSSL 0.9.7 but I got few complains that there are no RPMs for 0.9.7 yet. The downsides of using 0.9.6 are some functionality limitations for XML Encryption (no AES support, incorrect padding mode for DES, etc.). If you want to use XML Encryption it is better to compile the library from sources and use OpenSSL 0.9.7
    - The testDSig, testEnc and testKeys scripts merged into standalone "xmlsec" application.
    - A couple minor bugs fixed.

  • April 17 2002
    Installed xmlsec mailing list.

  • April 16 2002
    A lot of changes and time for new release XMLSec 0.0.3 :
    - The first release that includes XML Encryption support ! The bad news is that most of new features require OpenSSL 0.9.7 which is not officially released yet.
    - Options to enable/disable support for particular algorithms were added to the ./configure script.
    - All transforms header files were consolidated in transforms.h

Aleksey Sanin