fix: incorrect firefox nss parrot ECH params (#272)

This commit is contained in:
Gaukas Wang 2023-12-15 23:32:10 -07:00 committed by GitHub
parent 2d6258a928
commit c4ba3ff3af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1293,16 +1293,12 @@ func utlsIdToSpec(id ClientHelloID) (ClientHelloSpec, error) {
KdfId: dicttls.HKDF_SHA256,
AeadId: dicttls.AEAD_AES_128_GCM,
},
{
KdfId: dicttls.HKDF_SHA256,
AeadId: dicttls.AEAD_AES_256_GCM,
},
{
KdfId: dicttls.HKDF_SHA256,
AeadId: dicttls.AEAD_CHACHA20_POLY1305,
},
},
CandidatePayloadLens: []uint16{128, 223}, // +16: 144, 239
CandidatePayloadLens: []uint16{223}, // +16: 239
},
},
}, nil