Skip to content

Releases: simplesamlphp/saml2

v2.3.3

02 Dec 13:00

Choose a tag to compare

This is a security release fixing an issue with signature validation. Please upgrade as soon as possible.

v1.10.3

02 Dec 12:59

Choose a tag to compare

This is a security release fixing an issue with signature validation. Please upgrade as soon as possible.

v1.9.1

02 Dec 13:00

Choose a tag to compare

This is a security release fixing an issue with signature validation. Please upgrade as soon as possible.

v2.3.2

02 Dec 12:53

Choose a tag to compare

Bugfix release for a namespace bug that made it impossible to parse ePTID attributes as NameIDs.

v2.3.1

02 Dec 12:51

Choose a tag to compare

Bugfix release for ePTIDs assumed to be always arrays.

v1.10.2

02 Dec 12:53

Choose a tag to compare

Bugfix release for a namespace bug that made it impossible to parse ePTID attributes as NameIDs.

v1.10.1

02 Dec 12:51

Choose a tag to compare

Bugfix release for ePTIDs assumed to be always arrays.

v1.10

15 Sep 06:16

Choose a tag to compare

Backported #76 to the 1.x range: Attribute value parsing now correctly verifies and parses EPTI values as NameIDs.

v2.3

14 Sep 08:13

Choose a tag to compare

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

16 Mar 13:44

Choose a tag to compare

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.