Skip to content

Releases: simplesamlphp/saml2

v2.3.8

Choose a tag to compare

@jaimeperez jaimeperez released this 02 Mar 14:52
  • Fix for SSPSA 201803-01.

Please note that this is the last 2.x release.

v1.10.6

Choose a tag to compare

@jaimeperez jaimeperez released this 02 Mar 14:52
  • Fix for SSPSA 201803-01.

Please note that this is the last 1.x release.

v3.1.3

Choose a tag to compare

@jaimeperez jaimeperez released this 27 Feb 10:05
  • Whitelist the algorithms that can be used for digital signatures.

v2.3.7

Choose a tag to compare

@jaimeperez jaimeperez released this 27 Feb 10:06
  • Whitelist the algorithms that can be used for digital signatures.

v1.10.5

Choose a tag to compare

@jaimeperez jaimeperez released this 27 Feb 10:07
  • Whitelist the algorithms that can be used for digital signatures.

v3.1.0

Choose a tag to compare

@thijskh thijskh released this 21 Dec 06:45
  • Add support for SAML "Enhanced Client or Proxy" (ECP), IdP side.
  • Minor bugfixes.
  • Improved test coverage.

v3.0.2

Choose a tag to compare

@jaimeperez jaimeperez released this 21 Aug 17:44
  • Restored support for PHP 5.4 and 5.5.

v3.0.1

Choose a tag to compare

@thijskh thijskh released this 08 Aug 10:04
  • Fix namespace bug in Artifact binding (#92).

v3.0.0

Choose a tag to compare

@thijskh thijskh released this 11 Jul 15:04
  • 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() and SAML2\Utils::parseNameId() are marked as deprecated.
  • Dependency on xmlseclibs is upgraded to ^2.0|3.0 to remove transitive dependency on mcrypt.
  • Add dependency on ext-zlib in composer, which is (and has always been) needed for HTTPRedirect-binding.
  • Various bugfixes.
  • Improved testsuite.

v2.3.4

Choose a tag to compare

@jaimeperez jaimeperez released this 14 Dec 16:37

This is a bugfix release for an issue when trying to use the SOAPClient provided with the library.