Skip to content

Commit

Permalink
Supporting X25519MLKEM768 key encapsulation for TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
hwupathum authored Mar 3, 2025
1 parent 6130467 commit 74922b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public class HttpUtil {
private static final String CHUNKING_CONFIG = "chunking_config";
private static final String ILLEGAL_FUNCTION_INVOKED = "illegal respond: response has already been sent";
private static final String JAVA_CONFIG_TLS_NAMED_GROUPS = "jdk.tls.namedGroups";
private static final String[] DEFAULT_NAMED_GROUPS = { "X25519Kyber768Draft00", "x25519", "secp256r1",
private static final String[] DEFAULT_NAMED_GROUPS = { "X25519MLKEM768", "x25519", "secp256r1",
"secp384r1", "secp521r1" };

/**
Expand Down

0 comments on commit 74922b1

Please sign in to comment.