XMLSec Library

Download

The XMLSec 0.0.2 is released and available for download. The daily snapshots and previous versions are also available. The library requires LibXML version 2.4.18 or geater, LibXSLT 1.0.14 or greater and OpenSSL version 0.9.6c.

Installation


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.