[gnutls-devel] GnuTLS | Support GOST cipher suite MAC calculation (!1098)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Thu Oct 17 15:52:20 CEST 2019
Dmitry Eremin-Solenikov commented on a discussion on lib/constate.c: https://gitlab.com/gnutls/gnutls/merge_requests/1098#note_231902748
> session->security_parameters.cs = cs;
> params->cipher = cipher_algo;
> params->mac = mac_algo;
> +#ifdef ENABLE_GOST
> + params->continuous_mac = cs->flags & GNUTLS_CIPHER_SUITE_CONTINUOUS_MAC;
It is used in `_gnutls_init_record_state()`, where there is no session (and thus no way to get `cs`.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1098#note_231902748
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20191017/28ab0f3e/attachment.html>
More information about the Gnutls-devel
mailing list