[gnutls-devel] GnuTLS | Add GOST-CNT ciphersuite support (!1119)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Sun Nov 24 12:47:24 CET 2019
Dmitry Eremin-Solenikov commented on a discussion on lib/priority.c: https://gitlab.com/gnutls/gnutls/merge_requests/1119#note_249516487
> #endif
> #ifdef ENABLE_DHE
> GNUTLS_KX_DHE_RSA,
> +#endif
> +#ifdef ENABLE_GOST
> + GNUTLS_KX_VKO_GOST_12,
I'd prefer appending rather than replacing `NORMAL`. However the problem is that priorities in the pgroup are static. We already have handlers that change priority lists (`_gnutls_priority_update_fips()` and `_gnutls_priority_update_non_aesni()`).
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1119#note_249516487
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/20191124/dcdceeb7/attachment.html>
More information about the Gnutls-devel
mailing list