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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Thu Nov 7 14:06:17 CET 2019




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

> +		goto cleanup;
> +	}
> +
> +	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;
> +	}
> +

I will explain this in the documentation.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1097#note_241419975
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/20191107/5119c207/attachment-0001.html>


More information about the Gnutls-devel mailing list