summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-09-28 21:23:17 +0300
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-09-28 21:23:17 +0300
commit2902a436cb0fbb3d9706a182c87d2625fed0c3d9 (patch)
treef68eb773cf4c0093f0ac3a69a7ddc108e362aab3
parentb2694067f685d0956c49b4f1d8e77509312756ab (diff)
downloadgnutls-2902a436cb0fbb3d9706a182c87d2625fed0c3d9.tar.gz
NEWS: document previous changes [ci skip]
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-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)