mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 04:27:36 +03:00
Update handshake_client_tls13.go
Co-authored-by: Gaukas Wang <i@gauk.as>
This commit is contained in:
parent
8ee89b12a7
commit
e1cc6b186d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ type clientHandshakeStateTLS13 struct {
|
|||
serverHello *serverHelloMsg
|
||||
hello *clientHelloMsg
|
||||
ecdheParams ecdheParameters
|
||||
keySharesEcdheParams KeySharesEcdheParameters
|
||||
keySharesEcdheParams KeySharesEcdheParameters // [UTLS]
|
||||
|
||||
session *ClientSessionState
|
||||
earlySecret []byte
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue