diff options
author | Martin Willi <martin@strongswan.org> | 2009-11-26 10:27:35 +0100 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-11-26 10:39:26 +0100 |
commit | 52fd0ef9e09d0bb7362e521c04e59b4712703f75 (patch) | |
tree | a77f7a62dde865b48d1d2c661fc4794b2b00e97f | |
parent | 6780edc07eafcc3680f4c947a1b70272ce069c29 (diff) | |
download | strongswan-52fd0ef9e09d0bb7362e521c04e59b4712703f75.tar.bz2 strongswan-52fd0ef9e09d0bb7362e521c04e59b4712703f75.tar.xz |
Added NEWS about SHA2 changes
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ---------------- |