mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-06 13:37:36 +03:00
Update EMS comment: implemented due to popularity
This commit is contained in:
parent
8dcadf2736
commit
47f47cf66d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ type clientHelloMsg struct {
|
||||||
serverName string
|
serverName string
|
||||||
ocspStapling bool
|
ocspStapling bool
|
||||||
scts bool
|
scts bool
|
||||||
ems bool // [UTLS]
|
ems bool // [UTLS] actually implemented due to its prevalence
|
||||||
supportedCurves []CurveID
|
supportedCurves []CurveID
|
||||||
supportedPoints []uint8
|
supportedPoints []uint8
|
||||||
ticketSupported bool
|
ticketSupported bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue