summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2018-10-26 20:04:44 +0200
committerWerner Koch <wk@gnupg.org>2018-10-26 20:04:44 +0200
commitf1fe145a2958ba7a51113d35a83cfc676a920a86 (patch)
tree5b70e6eb26bd68751dcd4d7fd6fd06172cfe447f /NEWS
parent7e662680c170968661ee0105d132813f8281d229 (diff)
downloadlibgcrypt-f1fe145a2958ba7a51113d35a83cfc676a920a86.tar.gz
Merge release info from 1.8.4
--
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a4841b38..aa58fda8 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,20 @@ Noteworthy changes in version 1.9.0 (unreleased) [C22/A3/R0]
* Bug fixes
+ - Fix infinite loop due to applications using fork the wrong
+ way. [#3491][also in 1.8.4]
+
+ - Fix possible leak of a few bits of secret primes to pageable
+ memory. [#3848][also in 1.8.4]
+
+ - Fix possible hang in the RNG (1.8.3 only). [#4034][also in 1.8.4]
+
+ - Several minor fixes. [#4102,#4208,#4209,#4210,#4211,#4212]
+ [also in 1.8.4]
+
+ - On Linux always make use of getrandom if possible and then use
+ its /dev/urandom behaviour. [#3894][also in 1.8.4]
+
- Use blinding for ECDSA signing to mitigate a novel side-channel
attack. [#4011,CVE-2018-0495] [also in 1.8.3, 1.7.10]
@@ -36,6 +50,7 @@ Noteworthy changes in version 1.9.0 (unreleased) [C22/A3/R0]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Version 1.8.2 (2017-12-13)
Version 1.8.3 (2018-06-13)
+ Version 1.8.4 (2018-10-26)
Noteworthy changes in version 1.8.1 (2017-08-27) [C22/A2/R1]