[gnutls-devel] GnuTLS | DH and ECDH keys tests (!990)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Fri May 17 21:57:51 CEST 2019
Simo Sorce commented on a discussion on lib/nettle/pk.c: https://gitlab.com/gnutls/gnutls/merge_requests/990#note_171686272
> goto dh_cleanup;
> }
>
> + /* if we have Q check that y ^ q mod p == 1 */
> + if (q != NULL) {
Note that my additions do not change anything in TLS yet, so we can have both my patches in so CAVS/ACVP tests can be performed and also just disable DHE in TLS1.2 so we do not have to fail badly when y^q mod p does not pass with arbitrary DH primes
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/990#note_171686272
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/39487906/attachment.html>
More information about the Gnutls-devel
mailing list