[gnutls-devel] GnuTLS | Update liboqs version requirement to 0.11.0 to support final version of ML-KEM (!1883)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Wed Oct 30 05:39:34 CET 2024
Daiki Ueno commented on a discussion on lib/ext/supported_groups.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1883#note_2184897498
> break;
> cli_dh_pos = i;
> serv_dh_idx = j;
> - } else if (IS_EC(group->pk)) {
> + } else if (IS_EC(group->pk) ||
> + IS_KEM(group->pk)) {
I guess the issue is twofold: it indeed looks like gnutls-cli advertises X25519-MLKEM768 last, while gnutls-serv also gives X25519-MLKEM768 a lower priority. Maybe we should change the order in both.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1883#note_2184897498
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/20241030/07459d01/attachment.html>
More information about the Gnutls-devel
mailing list