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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Tue Nov 5 13:19:07 CET 2019




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

> +	}
> +
> +	if (info != NULL && info->ncerts != 0) {
> +		ret = _gnutls_get_auth_info_pcert(&peer_cert,
> +				session->security_parameters.
> +				server_ctype, info);
> +
> +		if (ret < 0) {
> +			gnutls_assert();
> +			goto cleanup;
> +		}
> +
> +		has_pcert = 1;
> +	}
> +
> +	ret = _gnutls_gost_keytrans_decrypt(has_pcert ? &peer_cert.pubkey->params : NULL,

Dropping `have_pcert` part. Only ephemeral keys should be supported.

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


More information about the Gnutls-devel mailing list