mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
Implement GetOutKeystream()
This commit is contained in:
parent
004572df2e
commit
08a039c453
2 changed files with 12 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
## Low-level access to handshake
|
||||
* Read/write access to all bits of client hello message.
|
||||
* Read access to fields of ClientHandshakeState, which, among other things, includes ServerHello and MasterSecret.
|
||||
* Read keystream. Can be used to "write" something in ciphertext.
|
||||
## ClientHello fingerprinting resistance
|
||||
Golang's ClientHello has a very unique fingerprint, which especially sticks out on mobile clients,
|
||||
where Golang is not too popular yet.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue