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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Tue Sep 3 09:51:37 CEST 2019




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

> +	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();

Added return. HSM for now is unsupported, as I see no easy way to use it. Let's wait for GOST extensions to crawl closer to PKCS#11 standard (or at least in p11-kit).

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


More information about the Gnutls-devel mailing list