[gnutls-devel] GnuTLS | WIP: GOST key exchange support (!1097)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Tue Nov 5 14:01:37 CET 2019
Dmitry Eremin-Solenikov commented on a discussion on lib/algorithms.h: https://gitlab.com/gnutls/gnutls/merge_requests/1097#note_240231975
> unsigned sig_size; /* the size of curve signatures in bytes (EdDSA) */
> unsigned gost_curve;
> bool supported;
> + gnutls_group_t group;
It's not new mapping. It adds backwards mapping to match `group->curve`.
An alternative would be to drop `_gnutls_session_supports_group(session, group->id)` check in client key exchange code (where it checks that server's certificate curve is enabled on a client).
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1097#note_240231975
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/20191105/d42d9e37/attachment.html>
More information about the Gnutls-devel
mailing list