summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-09-28 18:24:56 +0000
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-09-28 18:24:56 +0000
commit477d44b3a3afffd05b275b9d40e4e66c6b55d68c (patch)
treec2b20e9721de325e2454ebd5e54d0b07cf7a4446 /NEWS
parent320137bf17c6ba80b7b866339e9aaf9ef558ad57 (diff)
parent2902a436cb0fbb3d9706a182c87d2625fed0c3d9 (diff)
downloadgnutls-477d44b3a3afffd05b275b9d40e4e66c6b55d68c.tar.gz
Merge branch 'gost-split-1' into 'master'
GOST-CNT split, part 1 See merge request gnutls/gnutls!1072
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4165de6e7a..2a29f50649 100644
--- a/NEWS
+++ b/NEWS
@@ -25,10 +25,16 @@ See the end for copying conditions.
** libgnutls: the server now selects the highest TLS protocol version,
if TLS 1.3 is enabled and the client advertises an older protocol version first (#837).
+** libgnutls: added support for GOST 28147-89 cipher in CNT (GOST counter) mode
+ and MAC generation based on GOST 28147-89 (IMIT). For description of the
+ modes see RFC 5830. S-Box is id-tc26-gost-28147-param-Z (TC26Z) defined in
+ RFC 7836.
+
** API and ABI modifications:
gnutls_aead_cipher_encryptv2: Added
gnutls_aead_cipher_decryptv2: Added
-
+GNUTLS_CIPHER_GOST28147_TC26Z_CNT: Added
+GNUTLS_MAC_GOST28147_TC26Z_IMIT: Added
* Version 3.6.9 (released 2019-07-25)