summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 48ddeb37..d7e9bd9a 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,11 @@ Noteworthy changes in version 1.8.0 (unreleased) [C21/A1/R_]
- Fix error code handling of mlock calls. [also in 1.7.4]
+ - Fix possible timing attack on EdDSA session key. [also in 1.7.7]
+
+ - Fix long standing bug in secure memory implementation which could
+ lead to a segv on free. [bug#3027] [also in 1.7.7]
+
* Interface changes relative to the 1.7.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -67,6 +72,7 @@ Noteworthy changes in version 1.8.0 (unreleased) [C21/A1/R_]
* Release dates of 1.7.x versions:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ Version 1.7.7 (2017-06-02) [C21/A1/R7]
Version 1.7.6 (2017-01-18) [C21/A1/R6]
Version 1.7.5 (2016-12-15) [C21/A1/R5]
Version 1.7.4 (2016-12-09) [C21/A1/R4]