summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/gnutls.h.in
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2018-06-14 15:37:20 +0300
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-09-28 14:18:46 +0300
commitc589e198b34d2244dc233b44aec38a72842f953d (patch)
treee9917817af84a2df469b73a58b63147eafd1347a /lib/includes/gnutls/gnutls.h.in
parentea536f9fc678592e756e6c0feb41602daea08e81 (diff)
downloadgnutls-c589e198b34d2244dc233b44aec38a72842f953d.tar.gz
nettle: provide GOST 28147-89 IMIT MAC support
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'lib/includes/gnutls/gnutls.h.in')
-rw-r--r--lib/includes/gnutls/gnutls.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index fa16dd9a7a..6b35c44342 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -291,6 +291,7 @@ typedef enum {
* @GNUTLS_MAC_SHA3_256: Reserved; unimplemented.
* @GNUTLS_MAC_SHA3_384: Reserved; unimplemented.
* @GNUTLS_MAC_SHA3_512: Reserved; unimplemented.
+ * @GNUTLS_MAC_GOST28147_TC26Z_IMIT: The GOST 28147-89 working in IMIT mode with TC26 Z S-box.
*
* Enumeration of different Message Authentication Code (MAC)
* algorithms.
@@ -324,6 +325,7 @@ typedef enum {
GNUTLS_MAC_AES_GMAC_128 = 205,
GNUTLS_MAC_AES_GMAC_192 = 206,
GNUTLS_MAC_AES_GMAC_256 = 207,
+ GNUTLS_MAC_GOST28147_TC26Z_IMIT = 208,
} gnutls_mac_algorithm_t;
/**