[gnutls-devel] GnuTLS | Implement new requirements for GOST PublicKeyParameters (!1070)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Wed Oct 2 15:46:38 CEST 2019
Dmitry Eremin-Solenikov commented on a discussion on lib/nettle/pk.c: https://gitlab.com/gnutls/gnutls/merge_requests/1070#note_225058216
> return nettle_get_gost_256cpa();
> case GNUTLS_ECC_CURVE_GOST512A:
> return nettle_get_gost_512a();
> + case GNUTLS_ECC_CURVE_GOST256B:
No. They are supported by GnuTLS, but not supported by underlying Nettle library. In fact I have the feeling that we should change `ecc_curve->supported` to `ecc_curve->disabled`. WDYT?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1070#note_225058216
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/20191002/446f1426/attachment.html>
More information about the Gnutls-devel
mailing list