Download
Stable releases.
The latest stable XML Security Library version is 1.2.24:
The previous releases are also available.
Requirements
The XML Security Library requires:
and one of the following cryptographic libraries:
- OpenSSL version 1.0.0 (or later). The OpenSSL 0.9.8 support is deprecated
and will be removed in the next release of the XMLSec library
- GnuTLS
- Libgcrypt
- NSS (Mozilla cryptographic library).
- Microsoft Crypto API (Windows only)
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.
GIT
XML Security Library is available from the GitHub.
|