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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Wed Nov 6 15:48:58 CET 2019




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

> +	cert_auth_info_t info = _gnutls_get_auth_info(session, GNUTLS_CRD_CERTIFICATE);
> +	gnutls_pcert_st peer_cert;
> +	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);

I wouldn't like to touch `_gnutls_gost_keytrans_decrypt()` as that part is directly usable for CMS files (yes, there is no support for CMS in GnuTLS, I just hope to return to that topic sometimes in the future).

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


More information about the Gnutls-devel mailing list