summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2018-11-22 11:54:45 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2018-11-22 11:54:45 +0200
commite8d741436203d79dd73da09db594d46310732b3f (patch)
tree6794a721cd59cb36068d5e1eb5ff8c24390f01f7
parent3fe2832d93b1103f40c14c319bb4793d74ba0a9a (diff)
downloadpysaml2-e8d741436203d79dd73da09db594d46310732b3f.tar.gz
Release version 4.6.4v4.6.4
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--CHANGELOG.md20
-rw-r--r--VERSION2
2 files changed, 21 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d03dd86..d2483303 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog
+## 4.6.4 (2018-11-22)
+
+- Make use of the sign argument to entity.Entity::apply_binding when binding is
+ HTTP-Redirect. Reminder: use [authn_requests_signed configuration option][0]
+ to indicate that Authentication Requests sent by the SP must be signed
+- Add want_assertions_or_response_signed configuration option - see
+ [documentation][1] about the introduced behaviour
+- Fix code for idp and sp examples
+- Do not require assertion conditions
+- Fix response encoding format
+- Various code improvements for config, sigver, client_base, client,
+ ecp_client, ecp, s2repoze and entity modules
+- Support non-ascii attribute values for encryption and decryption
+
+Thanks to @johanlundberg @skoranda @yuqing0708 @erakli
+
+ [0]: https://github.com/IdentityPython/pysaml2/blob/master/docs/howto/config.rst#authn-requests-signed
+ [1]: https://github.com/IdentityPython/pysaml2/blob/master/docs/howto/config.rst#want-assertions-or-response-signed
+
+
## 4.6.3 (2018-10-08)
Do not map between attribute FriendlyName and attribute Name when no
diff --git a/VERSION b/VERSION
index 83da99bc..ef36c9a7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.6.3
+4.6.4