You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -5649,6 +5650,7 @@ int testSupportedGroups(struct sslCheckOptions *options) {
5649
5650
#defineNID_TYPE_SECP256R1MLKEM768 9
5650
5651
#defineNID_TYPE_SECP384R1MLKEM1024 10
5651
5652
#defineNID_TYPE_BRAINPOOL_TLS13 11
5653
+
#defineNID_TYPE_X25519Kyber768Draft00 12
5652
5654
5653
5655
/* Bit strength of DHE 2048 and 3072-bit moduli is taken directly from NIST SP 800-57 pt.1, rev4., pg. 53; DHE 4096, 6144, and 8192 are estimated using that document. */
5654
5656
structgroup_key_exchangegroup_key_exchanges[] = {
@@ -5704,6 +5706,7 @@ int testSupportedGroups(struct sslCheckOptions *options) {
0 commit comments