Skip to content

Commit

Permalink
TLS: Switch from X25519MLKEM768 to MLKEM768X25519 as per upcoming I-D…
Browse files Browse the repository at this point in the history
… update.

post-quantum-cryptography/draft-kwiatkowski-tls-ecdhe-mlkem#26
Signed-off-by: Loganaden Velvindron <[email protected]>
Signed-off-by: Jaykishan Mutkawoa <[email protected]>
Signed-off-by: Kavish Nadan <[email protected]>
  • Loading branch information
loganaden authored and AndersBroman committed Dec 11, 2024
1 parent c19db07 commit 89b152b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epan/dissectors/packet-tls-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ const value_string ssl_extension_curves[] = {
{ 514, "MLKEM1024"}, /* draft-connolly-tls-mlkem-key-agreement-03 */
{ 2570, "Reserved (GREASE)" }, /* RFC 8701 */
{ 4587, "SecP256r1MLKEM768" }, /* draft-kwiatkowski-tls-ecdhe-mlkem-02 */
{ 4588, "X25519MLKEM768" }, /* draft-kwiatkowski-tls-ecdhe-mlkem-02 */
{ 4588, "MLKEM768X25519" }, /* draft-kwiatkowski-tls-ecdhe-mlkem */
{ 6682, "Reserved (GREASE)" }, /* RFC 8701 */
{ 10794, "Reserved (GREASE)" }, /* RFC 8701 */
{ 14906, "Reserved (GREASE)" }, /* RFC 8701 */
Expand Down

0 comments on commit 89b152b

Please sign in to comment.