nettle/gost: support building with GOST-enabled Nettle
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Thu, 11 Jul 2019 18:37:08 +0000 (21:37 +0300)
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Sun, 14 Jul 2019 09:16:49 +0000 (12:16 +0300)
commitda8e1b83208f8736acf29a138be9ec4495418b1f
treee58597d2f3cff6db41f6509fb8dc674a02df1a1c
parent594572ab8055146e6d5941b580044bb0a6dbc87c
nettle/gost: support building with GOST-enabled Nettle

Nettle library starts to gain support for GOST algorithms. Support
building GnuTLS with GOST-enabled nettle library.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
17 files changed:
configure.ac
lib/nettle/cipher.c
lib/nettle/gost/gost28147.c
lib/nettle/gost/gost28147.h
lib/nettle/gost/gosthash94-meta.c
lib/nettle/gost/gosthash94.c
lib/nettle/gost/gosthash94.h
lib/nettle/gost/hmac-gost.h
lib/nettle/gost/hmac-gosthash94.c
lib/nettle/gost/hmac-streebog.c
lib/nettle/gost/pbkdf2-gost.h
lib/nettle/gost/pbkdf2-hmac-gosthash94.c
lib/nettle/gost/pbkdf2-hmac-streebog.c
lib/nettle/gost/streebog-meta.c
lib/nettle/gost/streebog.c
lib/nettle/gost/streebog.h
lib/nettle/mac.c