Skip to content

Commit c4ba3ff

Browse files
authored
fix: incorrect firefox nss parrot ECH params (#272)
1 parent 2d6258a commit c4ba3ff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

u_parrots.go

+1-5
Original file line numberDiff line numberDiff line change
@@ -1293,16 +1293,12 @@ func utlsIdToSpec(id ClientHelloID) (ClientHelloSpec, error) {
12931293
KdfId: dicttls.HKDF_SHA256,
12941294
AeadId: dicttls.AEAD_AES_128_GCM,
12951295
},
1296-
{
1297-
KdfId: dicttls.HKDF_SHA256,
1298-
AeadId: dicttls.AEAD_AES_256_GCM,
1299-
},
13001296
{
13011297
KdfId: dicttls.HKDF_SHA256,
13021298
AeadId: dicttls.AEAD_CHACHA20_POLY1305,
13031299
},
13041300
},
1305-
CandidatePayloadLens: []uint16{128, 223}, // +16: 144, 239
1301+
CandidatePayloadLens: []uint16{223}, // +16: 239
13061302
},
13071303
},
13081304
}, nil

0 commit comments

Comments
 (0)