[gnutls-devel] GnuTLS | Implement new requirements for GOST PublicKeyParameters (!1070)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Wed Sep 25 21:04:30 CEST 2019




Dmitry Eremin-Solenikov commented on a discussion on lib/algorithms/ecc.c: https://gitlab.com/gnutls/gnutls/merge_requests/1070#note_222164376

>  	 .gost_curve = 1,
>  	 .supported = 1,
>  	},
> +	{
> +	 .name = "TC26-512-C",
> +	 .oid = "1.2.643.7.1.2.1.2.3",
> +	 .id = GNUTLS_ECC_CURVE_GOST512C,
> +	 .pk = GNUTLS_PK_GOST_12_512,
> +	 .size = 64,
> +	 .gost_curve = 1,
> +	 .supported = 1,
> +	},
> +	{
> +	 .name = "GOST-256-TEST",
> +	 .oid = "1.2.643.2.2.35.0",
> +	 .id = GNUTLS_ECC_CURVE_GOST256TEST,

It is not used in the field, but it is used in examples. I guess I'd remove this patch, especially since it's not supported by nettle backend (yet).

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1070#note_222164376
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/20190925/a862caab/attachment-0001.html>


More information about the Gnutls-devel mailing list