[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
Mon Oct 14 17:14:16 CEST 2024
Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/1883 was reviewed by Geert Hendrickx
--
Geert Hendrickx started a new discussion on lib/ext/supported_groups.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1883#note_2157749867
> - } else if (IS_EC(group->pk)) {
> + } else if (IS_EC(group->pk) ||
> + IS_KEM(group->pk)) {
This only works for hybrids where the PQC KEM comes last, eg. for X25519-KYBER768 or SECP256R1-MLKEM768, but not for X25519-MLKEM768, where it comes first.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1883
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/20241014/992f73b2/attachment.html>
More information about the Gnutls-devel
mailing list