diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst index 8c4db8b09..43e15b8ca 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -12,6 +12,10 @@ Version 1.11.31, Not Yet Released * Add KDF1 from ISO 18033 (GH #483) +* Fix undefined behavior in Curve25519 on platforms without a native 128-bit + integer type. This was known to produce incorrect results on 32-bit ARM + under Clang. GH #532 + * Fixes for FreeBSD (GH #517) and OpenBSD (GH #523) * Support for getting entropy from EGD is deprecated, and will be removed in @@ -19,6 +23,9 @@ Version 1.11.31, Not Yet Released system requires EGD and so the code is now dead weight. If you rely on EGD support, you should contact the developers by email or GitHub ASAP. +* Fix a bug in ANSI X9.23 padding mode, which returned one byte more + than the given block size (GH #529). + Version 1.11.30, 2016-06-19 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |