XML Security Library

     LibXML2
     LibXSLT
     OpenSSL

Download

The latest XML Security Library version is 0.0.15:
The daily snapshots and previous versions are also available.

ATTENTION
I am doing some major code refactoring these days. The snapshot builds most likely are broken. Please, use 0.0.15 version instead.
If you want to use sources from GNOME CVS do not check out the tip. It is broken and most likely does not compile. The stable 0.0.15+ branch is XMLSEC_0_0_X_BRANCH.

Requirements

The XML Security Library requires

Installation (source archive)

All steps are usual:

gunzip -c xmlsec-xxx.tar.gz | tar xvf -
cd xmlsec-xxxx
./configure --help
./configure [possible options]
make
make install
make check
The last step is optional and requires Internet connection to execute some tests.

CVS

XML Security Library is also available from the Gnome CVS (the module name is xmlsec). The online source browser: Gnome CVS base

Aleksey Sanin