diff options
author | Werner Koch <wk@gnupg.org> | 2017-08-27 09:22:09 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2017-08-27 09:22:09 +0200 |
commit | 80fd8615048c3897b91a315cca22ab139b056ccd (patch) | |
tree | 42ae6126e5c08c1202bb660bfab29662c7ae794b /NEWS | |
parent | bf76acbf0da6b0f245e491bec12c0f0a1b5be7c9 (diff) | |
download | libgcrypt-80fd8615048c3897b91a315cca22ab139b056ccd.tar.gz |
Release 1.8.1libgcrypt-1.8.1
* configure.ac: Set LT version to C22/A2/R1.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,6 +1,19 @@ -Noteworthy changes in version 1.8.1 (unreleased) [C22/A2/R_] +Noteworthy changes in version 1.8.1 (2017-08-27) [C22/A2/R1] ------------------------------------------------ + * Bug fixes: + + - Mitigate a local side-channel attack on Curve25519 dubbed "May + the Fourth be With You". [CVE-2017-0379] [also in 1.7.9] + + - Add more extra bytes to the pool after reading a seed file. + + - Add the OID SHA384WithECDSA from RFC-7427 to SHA-384. + + - Fix build problems with the Jitter RNG + + - Fix assembler code build problems on Rasbian (ARMv8/AArch32-CE). + Noteworthy changes in version 1.8.0 (2017-07-18) [C22/A2/R0] ------------------------------------------------ |