Update another TLS ClientHello.

This commit is contained in:
levlam 2023-04-18 18:24:57 +03:00
parent 35327de43d
commit afefdbcca0

View File

@ -107,11 +107,10 @@ class TlsHello {
Op::zero(32),
Op::string("\x20"),
Op::random(32),
Op::string("\x00\x36"),
Op::string("\x00\x2a"),
Op::grease(0),
Op::string("\x13\x01\x13\x02\x13\x03\xc0\x2c\xc0\x2b\xcc\xa9\xc0\x30\xc0\x2f\xcc\xa8\xc0\x24\xc0\x23\xc0\x0a"
"\xc0\x09\xc0\x28\xc0\x27\xc0\x14\xc0\x13\x00\x9d\x00\x9c\x00\x3d\x00\x3c\x00\x35\x00\x2f\xc0\x08"
"\xc0\x12\x00\x0a\x01\x00\x01\x7d"),
Op::string("\x13\x01\x13\x02\x13\x03\xc0\x2c\xc0\x2b\xcc\xa9\xc0\x30\xc0\x2f\xcc\xa8\xc0\x0a\xc0\x09\xc0\x14"
"\xc0\x13\x00\x9d\x00\x9c\x00\x35\x00\x2f\xc0\x08\xc0\x12\x00\x0a\x01\x00\x01\x89"),
Op::grease(2),
Op::string("\x00\x00\x00\x00"),
Op::begin_scope(),
@ -133,7 +132,7 @@ class TlsHello {
Op::key(),
Op::string("\x00\x2d\x00\x02\x01\x01\x00\x2b\x00\x0b\x0a"),
Op::grease(6),
Op::string("\x03\x04\x03\x03\x03\x02\x03\x01"),
Op::string("\x03\x04\x03\x03\x03\x02\x03\x01\x00\x1b\x00\x03\x02\x00\x01"),
Op::grease(3),
Op::string("\x00\x01\x00\x00\x15")};
#else