[gnutls-devel] GnuTLS | Add support for CNT_IMIT TLS 1.2 GOST cipher suite (!920)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Thu Oct 10 10:00:43 CEST 2019




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

> +	i += len;
> +
> +	cek.data = &data[i];
> +	cek.size = ret;
> +
> +	DECR_LEN(data_size, ret);
> +
> +	if (data_size != 0)
> +		return gnutls_assert_val(GNUTLS_E_UNEXPECTED_PACKET_LENGTH);
> +
> +	ret = calc_ukm(session, &ukm);
> +	if (ret < 0)
> +		return gnutls_assert_val(ret);
> +
> +	if (!privkey || privkey->type != GNUTLS_PRIVKEY_X509) {
> +		gnutls_assert();

Now I can answer on HSM usage. VKO operation uses `C_DeriveKey` function, which is an equivalent to `_gnutls_gost_vko_key()` from `lib/vko.c`.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/920#note_228572185
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/20191010/e683571c/attachment-0001.html>


More information about the Gnutls-devel mailing list