From: Andreas Steffen Date: Wed, 21 Feb 2007 13:07:39 +0000 (-0000) Subject: SHA-2 fixes and add-ons X-Git-Tag: 4.0.7~38 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=cd3958f86a7a531c4deea0ec4cc8c554f572e30a SHA-2 fixes and add-ons --- diff --git a/NEWS b/NEWS index 03ffe6c..964cf01 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +strongswan-4.0.8 +---------------- + +- Support of SHA2_384 hash function for protecting IKEv1 + negotiations and support of SHA2 signatures in X.509 certificates. + +- Fixed a serious bug in the computation of the SHA2-512 HMAC + function. Introduced automatic self-test of all IKEv1 hash + and hmac functions during pluto startup. Failure of a self-test + currently issues a warning only but does not exit pluto [yet]. + + strongswan-4.0.7 ----------------