]> git.ipfire.org Git - thirdparty/gnutls.git/commit
Add MAC api to support copying of instances
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Tue, 29 Nov 2016 22:32:30 +0000 (01:32 +0300)
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Mon, 24 Jun 2019 00:08:23 +0000 (03:08 +0300)
commit92daa9548dfd53490e6e463e4ce5185cdd766be0
tree14f3e6caac7ce8a9fe4279c1b476050ceec7732e
parent7d8fd3aee4d71e1cd79ab5c980d137b363283a33
Add MAC api to support copying of instances

GOST ciphersuites requires continuously computing MAC of all the
previously sent or received data. The easies way to support that is to
add support for copy function, that creates MAC instance with the same
internal state.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
lib/crypto-backend.h
lib/hash_int.c
lib/hash_int.h
lib/includes/gnutls/crypto.h