mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix parts of client hello generation.
Inspired by wide internet discussions and #30513.
This commit is contained in:
@@ -205,12 +205,12 @@ using BigNumContext = openssl::Context;
|
||||
S("\x44\xcd\x00\x05\x00\x03\x02\x68\x32"_q);
|
||||
}
|
||||
StartPermutationElement(); {
|
||||
S("\xfe\x02"_q);
|
||||
S("\xfe\x0d"_q);
|
||||
OpenScope();
|
||||
S("\x00\x00\x01\x00\x01"_q);
|
||||
R(1);
|
||||
S("\x00\x20"_q);
|
||||
R(20);
|
||||
R(32);
|
||||
OpenScope();
|
||||
E();
|
||||
CloseScope();
|
||||
|
||||
Reference in New Issue
Block a user