summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2020-12-08 15:29:16 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2020-12-08 15:29:16 +0200
commit96b508fbd37dff33f4572702dc11cac1bb317cfe (patch)
tree8c58efbb57e39745f7bcc7728464af90d8ebe4ab /CHANGELOG.md
parentb4abecf337817ae09ca4d5fce95a58a2ac7307f9 (diff)
downloadpysaml2-96b508fbd37dff33f4572702dc11cac1bb317cfe.tar.gz
Release version 6.4.0v6.4.0
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3dbf8e99..96b7fb85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
+## 6.4.9 (2020-12-08)
+
+- Add preferred signing and digest algorithms configuration options:
+ Use the new configuration options `signing_algorithm` and `digest_algorithm`.
+- Fix signed SAML AuthnRequest and Response when HTTP-Redirect binding is used:
+ Previously, the query params `Signature` and `SigAlg` were not included.
+- Ignore duplicate RequestedAttribute entries when filtering attributes
+- tests: Avoid reuse of old test data files
+
+
## 6.3.1 (2020-11-11)
- Fix extraction of RegistrationInfo when no information is available