[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:55:13 CET 2019
Nikos Mavrogiannopoulos started a new discussion on lib/auth/vko_gost.c:
> + ret =
> + _gnutls_get_auth_info_pcert(&peer_cert,
> + session->security_parameters.
> + server_ctype, info);
> +
> + if (ret < 0) {
> + gnutls_assert();
> + return ret;
> + }
> +
> + /* just in case we are resuming a session */
> + gnutls_pk_params_release(&session->key.kshare.ecdh_params);
> +
> + gnutls_pk_params_init(&session->key.kshare.ecdh_params);
> +
> + curve = peer_cert.pubkey->params.curve;
Where do we restrict this key exchange to gost curves / certs?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/920#note_144297130
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/2e619744/attachment.html>
More information about the Gnutls-devel
mailing list