Releases: selective-php/xmldsig
Releases · selective-php/xmldsig
3.1.0
3.0.0
Added
- Add support for Elliptic Curve Digital Signature Algorithm ECDSA SHA256
- Add support for x509 certificate
- Add possibility to sign specific parts of an XML document
Changed
- Require PHP 8
Breaking Changes
- The package has been completely redesigned to meet the new requirements. Please check the documentation.
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
Added
- Support for PHP 8
- Sign and verify XML from memory
- Add
XmlSigner::loadPfx
method - Add
XmlSigner::loadPrivateKey
method - Add
XmlSigner::signXml
method - Add
XmlSignatureValidator::loadPfx
method - Add
XmlSignatureValidator::loadPublic
method - Add
XmlSignatureValidator::verifyXml
method
- Add
Removed
- Support for PHP 7.1
Breaking Changes
- Changed
bool
return types tovoid