Skip to content

Commit b81d8e3

Browse files
committed
Include X25519MLKEM768 in default supported groups
1 parent da49073 commit b81d8e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tls/src/main/java/org/bouncycastle/jsse/provider/NamedGroupInfo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ private All(int namedGroup, String jcaAlgorithm1, String jcaAlgorithm2)
156156
NamedGroup.ffdhe2048,
157157
NamedGroup.ffdhe3072,
158158
NamedGroup.ffdhe4096,
159+
NamedGroup.X25519MLKEM768,
159160
};
160161

161162
static class PerConnection

0 commit comments

Comments
 (0)