summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2020-01-08 21:37:28 +0300
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2020-01-08 22:08:27 +0300
commit51f7edbcc7e8cf84383f5446f451d2286dfae81f (patch)
tree08bfdc635bac6a78c15186996d333457c43d2a59 /doc
parenta548099bad390fd1b9d47f296dc039728a6db45d (diff)
downloadgnutls-51f7edbcc7e8cf84383f5446f451d2286dfae81f.tar.gz
doc: document GOST cipher and MAC algorithms
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/cha-intro-tls.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi
index b95abc6b81..6600fe9890 100644
--- a/doc/cha-intro-tls.texi
+++ b/doc/cha-intro-tls.texi
@@ -179,6 +179,12 @@ ARCFOUR-128 is a compatible algorithm with RSA's RC4 algorithm, which is conside
secret. It is a considered to be broken, and is only used for compatibility
purposed. For this reason it is not enabled by default.
+@item GOST28147-TC26Z-CNT @tab
+Legacy (stream) @tab
+TLS 1.2 @tab
+This is a 64-bit block cipher GOST 28147-89 with TC26Z S-Box working in CNT
+mode. It is one of the approved ciphers in Russia. It is not enabled by default.
+
@item NULL @tab
Legacy (stream) @tab
TLS 1.0, TLS 1.1, TLS 1.2 @tab
@@ -211,6 +217,11 @@ An HMAC based on SHA2-256. Outputs 256 bits of data.
@item MAC-SHA384 @tab
An HMAC based on SHA2-384. Outputs 384 bits of data.
+@item GOST28147-TC26Z-IMIT @tab
+This is a 64-bit block cipher GOST 28147-89 with TC26Z S-Box working in special
+MAC mode called Imitovstavks. It is one of the approved MAC algorithms in
+Russia. Outputs 32 bits of data. It is not enabled by default.
+
@item MAC-AEAD @tab
This indicates that an authenticated encryption algorithm, such as
GCM, is in use.