]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
NEWS: Add news for 5.9.3
authorTobias Brunner <tobias@strongswan.org>
Fri, 18 Jun 2021 08:31:31 +0000 (10:31 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 18 Jun 2021 08:31:31 +0000 (10:31 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 7c982f03237e2c236352aeb096d70f7ca5122c1d..831d37f971600374dec0d9172211f687cacdd6d5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,22 @@ strongswan-5.9.3
 
 - Added AES_ECB, SHA-3 and SHAKE-256 support to wolfssl plugin.
 
+- Added AES_CCM and SHA-3 signature support to openssl plugin.
+
+- The x509 and openssl plugins now consider the authorityKeyIdentifier, if
+  available, before verifying signatures, which avoids unnecessary signature
+  verifications after a CA key rollover if both certificates are loaded.
+
+- The pkcs11 plugin better handles optional attributes like CKA_TRUSTED, which
+  previously depended on a version check.
+
+- charon-nm now supports using SANs as client identities, not only full DNs.
+
+- charon-tkm now handles IKE encryption.
+
+- A MOBIKE update is sent again if a a change in the NAT mappings is detected
+  but the endpoints stay the same.
+
 - Converted most of the test case scenarios to the vici interface