From 0fc8cf0013be2d6c014610f70fa109592b0e8df9 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 18 Jun 2021 10:31:31 +0200 Subject: [PATCH] NEWS: Add news for 5.9.3 --- NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/NEWS b/NEWS index 7c982f032..831d37f97 100644 --- 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