[gnutls-devel] GnuTLS | DH and ECDH keys tests (!990)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Fri May 17 09:30:53 CEST 2019
Nikos Mavrogiannopoulos started a new discussion on lib/nettle/pk.c: https://gitlab.com/gnutls/gnutls/merge_requests/990#note_171302772
> goto dh_cleanup;
> }
>
> + /* if we have Q check that y ^ q mod p == 1 */
> + if (q != NULL) {
Checking a little the code, it seems that this will never be executed (Q is never set in TLS even for known-rfc7919- parameters). Is that ok?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/990#note_171302772
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/20190517/9bb1e7b3/attachment.html>
More information about the Gnutls-devel
mailing list