Skip to content
Snippets Groups Projects
Unverified Commit 7d67f82c authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix docs

parent 1630c55e
No related branches found
No related tags found
No related merge requests found
......@@ -15,18 +15,18 @@ Upgrade notes for SimpleSAMLphp 2.0
to manually switch back the `sharedkey_algorithm`. Note that CBC is vulnerable to the Padding oracle attack.
- In compliancy with SAML2INT, AuthnRequests that are signed will have their signature validated unless specifically disabled by setting `validate.authnrequest` to `false`. If unset, or set to true, signatures will be validated and requests not passing validation will be refused.
- The following classes have been migrated to non-static:
+ lib/SimpleSAML\Utils\Arrays
+ lib/SimpleSAML\Utils\Attributes
+ lib/SimpleSAML\Utils\Auth
+ lib/SimpleSAML\Utils\Config
+ lib/SimpleSAML\Utils\Crypto
+ lib/SimpleSAML\Utils\EMail
+ lib/SimpleSAML\Utils\HTTP
+ lib/SimpleSAML\Utils\Net
+ lib/SimpleSAML\Utils\Random
+ lib/SimpleSAML\Utils\System
+ lib/SimpleSAML\Utils\Time
+ lib/SimpleSAML\Utils\XML
+ \SimpleSAML\Utils\Arrays
+ \SimpleSAML\Utils\Attributes
+ \SimpleSAML\Utils\Auth
+ \SimpleSAML\Utils\Config
+ \SimpleSAML\Utils\Crypto
+ \SimpleSAML\Utils\EMail
+ \SimpleSAML\Utils\HTTP
+ \SimpleSAML\Utils\Net
+ \SimpleSAML\Utils\Random
+ \SimpleSAML\Utils\System
+ \SimpleSAML\Utils\Time
+ \SimpleSAML\Utils\XML
If you use any of these classes in your modules or themes, you will now have to instantiate them so that:
......
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