summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2018-10-28 15:44:15 +0300
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2018-10-28 15:44:55 +0300
commita266e0027a7fd295be9b5d90407083c99660de36 (patch)
tree2b822921ad513e6e08ecac15347af20ecae5e01e
parent48589d36edda9cb80be37a3bbdcf4e055c12292f (diff)
downloadgnutls-a266e0027a7fd295be9b5d90407083c99660de36.tar.gz
NEWS: Add entry mentioning fix of S-BOXes for CryptoPro-B,-C,-D variants
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d6f73255d8..652845d1b1 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ See the end for copying conditions.
** p11tool: fix initialization of security officer's PIN with the --initialize-so-pin
option (#561)
+** In two previous versions GNUTLS_CIPHER_GOST28147_CPB/CPC/CPD_CFB ciphers
+ have incorrectly used CryptoPro-A S-BOX instead of proper (CryptoPro-B/-C/-D
+ S-BOXes). They are fixed now.
+
** API and ABI modifications:
GNUTLS_AUTO_REAUTH: Added
GNUTLS_CIPHER_AES_128_CFB8: Added