Skip to content

Commit 11d7979

Browse files
author
David Cooper
committed
Support draft-kwiatkowski-tls-ecdhe-mlkem and draft-tls-westerbaan-xyber768d00
This commit adds support for the three code points in draft-kwiatkowski-tls-ecdhe-mlkem and the code point 0x6399 from draft-tls-westerbaan-xyber768d00. The group 0x6399 uses a pre-standard version of Kyber and is considered obsolete.
1 parent 0c71658 commit 11d7979

File tree

3 files changed

+82
-20
lines changed

3 files changed

+82
-20
lines changed

etc/curves-mapping.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@
4545
0x01,0x02 - ffdhe4096 ffdhe4096
4646
0x01,0x03 - ffdhe6144 ffdhe6144
4747
0x01,0x04 - ffdhe8192 ffdhe8192
48+
0x11,0xeb - SecP256r1MLKEM768 SecP256r1MLKEM768
49+
0x11,0xec - X25519MLKEM768 X25519MLKEM768
50+
0x11,0xed - SecP384r1MLKEM1024 SecP384r1MLKEM1024
51+
0x63,0x99 - X25519Kyber768Draft00 X25519Kyber768Draft00

0 commit comments

Comments
 (0)