[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:50:06 CET 2019
Dmitry Eremin-Solenikov commented on a discussion on lib/nettle/pk.c: https://gitlab.com/gnutls/gnutls/merge_requests/1097#note_239306538
> + if (curve == NULL)
> + return
> + gnutls_assert_val
> + (GNUTLS_E_ECC_UNSUPPORTED_CURVE);
> +
> + ret = _gost_params_to_pubkey(pub, &ecc_pub, curve);
> + if (ret < 0)
> + return gnutls_assert_val(ret);
> +
> + ret = _gost_params_to_privkey(priv, &ecc_priv, curve);
> + if (ret < 0) {
> + ecc_point_clear(&ecc_pub);
> + return gnutls_assert_val(ret);
> + }
> +
> + if (nonce == NULL)
fixed
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1097#note_239306538
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/60346d44/attachment-0001.html>
More information about the Gnutls-devel
mailing list