summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-05-07 14:49:05 +0300
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-05-13 19:00:00 +0300
commitc1441665abe761536b3ed67d36b12f2198be6b12 (patch)
tree11af326b80d8f0356b28dbb4fe9dd756729fa8b4 /NEWS
parent9620d12f28db2aeb252512922ab319555608b82a (diff)
downloadgnutls-c1441665abe761536b3ed67d36b12f2198be6b12.tar.gz
lib/nettle: fix carry flag in Streebog code
Fix carry flag being calculated incorrectly in Streebog code. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b2e312e62b..4dfb78f26c 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ See the end for copying conditions.
** libgnutls: the gnutls_srp_set_server_credentials_function can be used
with the 8192 parameters as well (#995).
+** libgnutls: Fix calculation of Streebog digests (incorrect carry operation in
+ 512 bit addition)
+
** API and ABI modifications:
gnutls_prf_early: Added