[gnutls-devel] GnuTLS | WIP: GOST key exchange support (!1097)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Sun Nov 3 16:00:57 CET 2019
Dmitry Eremin-Solenikov commented on a discussion on lib/auth/vko_gost.c: https://gitlab.com/gnutls/gnutls/merge_requests/1097#note_239307615
> + if (has_pcert)
> + gnutls_pcert_deinit(&peer_cert);
> +
> + gnutls_pk_params_release(&session->key.kshare.ecdh_params);
> + _gnutls_free_datum(&ukm);
> +
> + return ret;
> +}
> +
> +static int print_priv_key(gnutls_pk_params_st *params)
> +{
> + int ret;
> + size_t bytes = 0;
> + uint8_t priv_buf[512/8];
> + char buf[512 / 4 + 1];
> +
Done
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1097#note_239307615
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/5027fbe9/attachment.html>
More information about the Gnutls-devel
mailing list