Refactor: enable flexible external configuration

This commit is contained in:
Sergey Frolov 2018-06-19 11:06:51 -04:00 committed by sergeyfrolov
parent 690d770374
commit 112951f6d7
28 changed files with 625 additions and 1876 deletions

View file

@ -20,7 +20,7 @@ type clientHelloMsg struct {
serverName string
ocspStapling bool
scts bool
ems bool
ems bool // [UTLS]
supportedCurves []CurveID
supportedPoints []uint8
ticketSupported bool