aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-11-26 10:27:35 +0100
committerMartin Willi <martin@strongswan.org>2009-11-26 10:39:26 +0100
commit52fd0ef9e09d0bb7362e521c04e59b4712703f75 (patch)
treea77f7a62dde865b48d1d2c661fc4794b2b00e97f
parent6780edc07eafcc3680f4c947a1b70272ce069c29 (diff)
downloadstrongswan-52fd0ef9e09d0bb7362e521c04e59b4712703f75.tar.bz2
strongswan-52fd0ef9e09d0bb7362e521c04e59b4712703f75.tar.xz
Added NEWS about SHA2 changes
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7af5ad26c..54b8a514a 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,11 @@ strongswan-4.3.6
- IKEv2 EAP-SIM and EAP-AKA share joint libsimaka library
+- Added required userland changes for proper SHA256 and SHA384/512 in ESP that
+ will be introduced with Linux 2.6.33. The "sha256"/"sha2_256" keyword now
+ configures the kernel with 128 bit truncation, not the non-standard 96
+ bit truncation used by previous releases. To use the old 96 bit truncation
+ scheme, the new "sha256_96" proposal keyword has been introduced.
strongswan-4.3.5
----------------