Releases: simplesamlphp/saml2
Releases · simplesamlphp/saml2
Release list
v2.3.8
- Fix for SSPSA 201803-01.
Please note that this is the last 2.x release.
v1.10.6
- Fix for SSPSA 201803-01.
Please note that this is the last 1.x release.
v3.1.3
- Whitelist the algorithms that can be used for digital signatures.
v2.3.7
- Whitelist the algorithms that can be used for digital signatures.
v1.10.5
- Whitelist the algorithms that can be used for digital signatures.
v3.1.0
v3.0.2
v3.0.1
v3.0.0
- Add support for the “Metadata Profile for Algorithm Support” extension.
- Getters for NameIDs will now return an object of type
\SAML2\XML\saml\NameID. SAML2\Utils::addNameId()andSAML2\Utils::parseNameId()are marked as deprecated.- Dependency on xmlseclibs is upgraded to
^2.0|3.0to remove transitive dependency on mcrypt. - Add dependency on
ext-zlibin composer, which is (and has always been) needed for HTTPRedirect-binding. - Various bugfixes.
- Improved testsuite.
v2.3.4
This is a bugfix release for an issue when trying to use the SOAPClient provided with the library.