[gnutls-devel] GnuTLS | WIP: GOST key exchange support (!1097)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Sun Nov 3 15:58:09 CET 2019




Dmitry Eremin-Solenikov commented on a discussion on lib/auth/vko_gost.c: https://gitlab.com/gnutls/gnutls/merge_requests/1097#note_239307310

> +	int has_pcert = 0;
> +	gnutls_datum_t ukm;
> +	gnutls_datum_t cek;
> +	int len;
> +
> +	if (group == NULL)
> +		return gnutls_assert_val(GNUTLS_E_ECC_NO_SUPPORTED_CURVES);
> +
> +	DECR_LEN(data_size, 1);
> +	if (data[0] != (ASN1_TAG_SEQUENCE | ASN1_CLASS_STRUCTURED))
> +		return gnutls_assert_val(GNUTLS_E_RECEIVED_ILLEGAL_PARAMETER);
> +	i += 1;
> +
> +	ret = asn1_get_length_der(&data[i], data_size, &len);
> +	if (ret < 0)
> +		return gnutls_assert_val(_gnutls_asn2err(ret));

ack, fixed. thank you.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1097#note_239307310
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/20191103/e5d51d7e/attachment-0001.html>


More information about the Gnutls-devel mailing list