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.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,20 @@
1
1
# python3-saml changelog
2
+
### 1.2.4 (May 18, 2017)
3
+
* Publish KeyDescriptor[use=encryption] only when required
4
+
*[#57](https://github.com/onelogin/python3-saml/pull/57) Be able to register future SP x509cert on the settings and publish it on SP metadata
5
+
*[#57](https://github.com/onelogin/python3-saml/pull/57) Be able to register more than 1 Identity Provider x509cert, linked with an specific use (signing or encryption
6
+
*[#57](https://github.com/onelogin/python3-saml/pull/57) Allow metadata to be retrieved from source containing data of multiple entities
7
+
*[#57](https://github.com/onelogin/python3-saml/pull/57) Adapt IdP XML metadata parser to take care of multiple IdP certtificates and be able to inject the data obtained on the settings.
8
+
* Be able to relax SSL Certificate verification when retrieving idp metadata
9
+
* Checking the status of response before assertion count
10
+
* Allows underscores in URL hosts
11
+
* Add a Pyramid demo
12
+
* Be able to provide a NameIDFormat to LogoutRequest
13
+
* Add DigestMethod support. Add sign_algorithm and digest_algorithm par
14
+
ameters to sign_metadata and add_sign.
15
+
* Validate serial number as string to work around libxml2 limitation
0 commit comments