XMLSec Library

Download

The XMLSec 0.0.1 is released and available for download! The library requires LibXML version 2.4.17 and OpenSSL version 0.9.6c . However, I would recommend to use latest LibXML cvs snapshot because a lot of bug fixes in C14N code were done after 2.4.17 release.

Installation
You should have no problems with installation:
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.