[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 9 21:19:42 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/algorithms/groups.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1883#note_2151076716

 > +	  .pk = GNUTLS_PK_MLKEM768,
 > +	  .tls_id = 0x11EB,
 > +	  .next = &group_secp256r1 },

```suggestion:-5+0
	{ .name = "SECP256R1-MLKEM768",
	  .id = GNUTLS_GROUP_EXP_SECP256R1_MLKEM768,
	  .curve = GNUTLS_ECC_CURVE_SECP256R1,
	  .pk = GNUTLS_PK_ECDSA,
	  .tls_id = 0x11EB,
	  .next = &group_mlkem768 },
```
SECP256R1-MLKEM768 should be the other way around (original order), see my other comment.


-- 
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/20241009/f999362f/attachment.html>


More information about the Gnutls-devel mailing list