You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
CHANGELOG
2
2
=========
3
+
v.2.14.0
4
+
* Add parameter to the decryptElement method to make optional the formatting
5
+
* [#283](https://github.com/onelogin/php-saml/pull/283) New method of importing a decrypted assertion into the XML document to replace the EncryptedAssertion. Fix signature issues on Signed Encrypted Assertions with default namespace
6
+
* Allow the getSPMetadata() method to always include the encryption Key Descriptor
7
+
* Change some Fatal Error to Exceptions
8
+
* [#265](https://github.com/onelogin/php-saml/issues/265) Support parameters at getSPMetadata method
9
+
* Avoid calling static method using this
10
+
3
11
v.2.13.0
4
12
* Update xmlseclibs with some fixes.
5
13
* Add extra protection verifying the Signature algorithm used on SignedInfo element, not only rely on the xmlseclibs verify / verifySignature methods.
0 commit comments