eid-login / xmlseclibs
A PHP library for XML Security
1.1.0
2026-04-13 08:56 UTC
Requires
- php: >= 5.6.1
- ext-openssl: *
- phpseclib/phpseclib: ~3.0
This package is auto-updated.
Last update: 2026-04-13 09:00:59 UTC
README
This is a fork of robrichards/xmlseclibs, which has been created to make the library match the needs of the eID-Templates project.
The main changes are:
- Support for RSASSA-PSS based XML signature algorithms via usage of the RSA implementation of phpseclib
Please refer to the upstream`s readme for further information.
Running tests
- Although there is a
phpunit.xmlfile, phpunit is not actually used. - Download run-tests.php script (
wget https://raw.githubusercontent.com/php/php-src/master/run-tests.php). - Run tests:
php run-tests.php tests/