Skip to content

Commit 9d151db

Browse files
committed
fix: Chrome 131 parrot needs to send ML-KEM keyshare too
1 parent 877cd49 commit 9d151db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

u_parrots.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ func utlsIdToSpec(id ClientHelloID) (ClientHelloSpec, error) {
861861
&SCTExtension{},
862862
&KeyShareExtension{[]KeyShare{
863863
{Group: CurveID(GREASE_PLACEHOLDER), Data: []byte{0}},
864-
{Group: X25519Kyber768Draft00},
864+
{Group: X25519MLKEM768},
865865
{Group: X25519},
866866
}},
867867
&PSKKeyExchangeModesExtension{[]uint8{

0 commit comments

Comments
 (0)