[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
Sat Feb 23 19:53:19 CET 2019


Nikos Mavrogiannopoulos started a new discussion on lib/auth/vko_gost.c:

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

no ret is set here. Apart from that, it means that one could not se gost with an HSM... that quite a limitation. Cannot we use higher level operations?

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


More information about the Gnutls-devel mailing list