mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 04:27:36 +03:00
Refactor: enable flexible external configuration
This commit is contained in:
parent
690d770374
commit
112951f6d7
28 changed files with 625 additions and 1876 deletions
|
@ -20,7 +20,7 @@ type clientHelloMsg struct {
|
|||
serverName string
|
||||
ocspStapling bool
|
||||
scts bool
|
||||
ems bool
|
||||
ems bool // [UTLS]
|
||||
supportedCurves []CurveID
|
||||
supportedPoints []uint8
|
||||
ticketSupported bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue