]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - NEWS
android: Import RSA/PSS flag
[thirdparty/strongswan.git] / NEWS
diff --git a/NEWS b/NEWS
index 18f28b81c087285cbebe511db70dd8330a3c801e..5fa07817cac97aa0f77ff8ef8ff2cbf62a628e8c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,24 @@
+strongswan-5.7.0
+----------------
+
+- The pki tool accepts a xmppAddr otherName as a subjectAlternativeName using
+  the syntax --san xmppaddr:<jid>.
+
+- Implementation of RFC 8412 "Software Inventory Message and Attributes (SWIMA)
+  for PA-TNC"
+
+- Added support for fuzzing the PA-TNC (RFC 5792) and PB-TNC (RFC 5793) NEA
+  protocols on Google's OSS-Fuzz infrastructure.
+
+
 strongswan-5.6.3
 ----------------
 
-- Fixes a vulnerability in the stroke plugin, which did not check the received
+- Fixed a DoS vulnerability in the IKEv2 key derivation if the openssl plugin is
+  used in FIPS mode and HMAC-MD5 is negotiated as PRF.
+  This vulnerability has been registered as CVE-2018-10811.
+
+- Fixed a vulnerability in the stroke plugin, which did not check the received
   length before reading a message from the socket. Unless a group is configured,
   root privileges are required to access that socket, so in the default
   configuration this shouldn't be an issue.