Download
Stable releases.
The latest stable XML Security Library version is 1.2.9:
The previous releases
and daily snapshots
are also available (the daily snapshots are not promised to be stable or even
compile).
Requirements
The XML Security Library requires:
and one of the following cryptographic libraries:
-
OpenSSL version 0.9.8
(it also should work with 0.9.7 and 0.9.6 but some features
would be disabled).
-
GnuTLS
and Libgcrypt -
GNU SSL and cryptographic libraries.
-
NSS -
Mozilla cryptographic library.
Installation (source archive)
All steps are usual:
gunzip -c xmlsec1-xxx.tar.gz | tar xvf -
cd xmlsec1-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 available from the
Gnome CVS
(the module name is xmlsec). The online source browser:
Gnome CVS base
|