[gnutls-devel] GnuTLS | Enhance the configuration file capabilities (!1013)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri Jun 14 10:09:37 CEST 2019




Dmitry Eremin-Solenikov started a new discussion on lib/algorithms/ecc.c: https://gitlab.com/gnutls/gnutls/merge_requests/1013#note_181319996

>  		int i = 0;
>  
>  		GNUTLS_ECC_CURVE_LOOP(
> -			if (_gnutls_pk_curve_exists(p->id))
> +			if (p->supported)

p->supported should be filled by calling `_gnutls_pk_curve_exists`-like function, as different nettle versions may support different curves.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1013#note_181319996
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/20190614/8dfff302/attachment-0001.html>


More information about the Gnutls-devel mailing list