Skip to content
Snippets Groups Projects
Commit 9fa888c2 authored by Olav Morken's avatar Olav Morken
Browse files

Changelog updates.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3090 44740490-163a-0410-bde0-09ae8108e29a
parent 9a0b2c8e
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ Released 2012-04-XX. ...@@ -53,6 +53,7 @@ Released 2012-04-XX.
* Fix invalid HTML for login pages where username is set. * Fix invalid HTML for login pages where username is set.
* Remove unecessary check for PHP version >= 5.2 when setting cookies. * Remove unecessary check for PHP version >= 5.2 when setting cookies.
* Better error message when a module is missing a default-enable or default-disable file. * Better error message when a module is missing a default-enable or default-disable file.
* Support for validating RSA-SHA256 signatures.
### `authcrypt` ### `authcrypt`
...@@ -135,6 +136,10 @@ Released 2012-04-XX. ...@@ -135,6 +136,10 @@ Released 2012-04-XX.
* Update to latest version of the OpenID library. * Update to latest version of the OpenID library.
* Support for sending authentication requests via GET requests (with the prefer_http_redirect option). * Support for sending authentication requests via GET requests (with the prefer_http_redirect option).
### `radius`
* Support for setting the "NAS-Identifier" attribute.
### `saml` ### `saml`
* Preserve ID-attributes on elements during signing. (Makes it possible to change the binding for some messages.) * Preserve ID-attributes on elements during signing. (Makes it possible to change the binding for some messages.)
...@@ -153,6 +158,7 @@ Released 2012-04-XX. ...@@ -153,6 +158,7 @@ Released 2012-04-XX.
* IdP: Add `saml:AllowCreate` to the state array. This makes it possible to access this parameter from authentication processing filters. * IdP: Add `saml:AllowCreate` to the state array. This makes it possible to access this parameter from authentication processing filters.
* IdP: Sign the artifact response message. * IdP: Sign the artifact response message.
* IdP: Allow the "host" metadata option to include more than one path element. * IdP: Allow the "host" metadata option to include more than one path element.
* IdP: Support for generating metadata with MDUI extension elements.
* SP: Use the discojuice-module as a discovery service if it is enabled. * SP: Use the discojuice-module as a discovery service if it is enabled.
* SP: Add `saml:idp`-parameter to trigger login to a specific IdP to as_login.php. * SP: Add `saml:idp`-parameter to trigger login to a specific IdP to as_login.php.
* SP: Do not display error on duplicate response when we have a valid session. * SP: Do not display error on duplicate response when we have a valid session.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment