mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
fix: extMasterSecret mismatch with extended_master_secret extension (#307)
Signed-off-by: Gaukas Wang <i@gaukas.wang>
This commit is contained in:
parent
4a28d1af44
commit
23de245734
1 changed files with 0 additions and 1 deletions
|
@ -219,7 +219,6 @@ func (c *Conn) makeClientHelloForApplyPreset() (*clientHelloMsg, clientKeyShareP
|
||||||
vers: clientHelloVersion,
|
vers: clientHelloVersion,
|
||||||
compressionMethods: []uint8{compressionNone},
|
compressionMethods: []uint8{compressionNone},
|
||||||
random: make([]byte, 32),
|
random: make([]byte, 32),
|
||||||
extendedMasterSecret: true,
|
|
||||||
ocspStapling: true,
|
ocspStapling: true,
|
||||||
scts: true,
|
scts: true,
|
||||||
serverName: hostnameInSNI(config.ServerName),
|
serverName: hostnameInSNI(config.ServerName),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue