Releases: simplesamlphp/saml2
v2.3.3
This is a security release fixing an issue with signature validation. Please upgrade as soon as possible.
v1.10.3
This is a security release fixing an issue with signature validation. Please upgrade as soon as possible.
v1.9.1
This is a security release fixing an issue with signature validation. Please upgrade as soon as possible.
v2.3.2
Bugfix release for a namespace bug that made it impossible to parse ePTID attributes as NameIDs.
v2.3.1
Bugfix release for ePTIDs assumed to be always arrays.
v1.10.2
Bugfix release for a namespace bug that made it impossible to parse ePTID attributes as NameIDs.
v1.10.1
Bugfix release for ePTIDs assumed to be always arrays.
v1.10
v2.3
Includes the following:
- #65 KeyLoader::loadKeys has been fixed, thanks @cb8!
- #69 The use of certificate fingerprints over using certificates has been deprecated, support will be removed in a future version.
- #76 Attribute value parsing now correctly verifies and parses EPTI values as NameIDs.
Furthermore various small improvements have been made, the library is more spec compliant and the test coverage has been improved greatly.
Do note that if you rely on the SAML2\Compat\Ssp\Container please ensure you use a compatible version of https://github.com/simplesamlphp/simplesamlphp.
v2.2
This release allows loading classes with their old, non-namespace names. That way, migrating to the 2.x branch is easier as it can be done step by step.