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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Sun Nov 3 15:57:56 CET 2019




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

> +	_gnutls_gen_cert_client_crt,
> +	NULL,
> +	gen_vko_gost_client_kx,
> +	_gnutls_gen_cert_client_crt_vrfy,
> +	_gnutls_gen_cert_server_cert_req,
> +
> +	proc_vko_gost_server_crt,
> +	_gnutls_proc_crt,
> +	NULL,
> +	proc_vko_gost_client_kx,
> +	_gnutls_proc_cert_client_crt_vrfy,
> +	_gnutls_proc_cert_cert_req
> +};
> +
> +static int
> +calc_ukm(gnutls_session_t session, gnutls_datum_t *ukm)

VKO_KDF_GOST (for CTR-ACPKM-OMAP ciphersuites) will use full length (16 bytes). I will give this API a thought though.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1097#note_239307286
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/20191103/6153df43/attachment.html>


More information about the Gnutls-devel mailing list