Skip to content

Commit 23de245

Browse files
authored
fix: extMasterSecret mismatch with extended_master_secret extension (#307)
Signed-off-by: Gaukas Wang <i@gaukas.wang>
1 parent 4a28d1a commit 23de245

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

u_handshake_client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ func (c *Conn) makeClientHelloForApplyPreset() (*clientHelloMsg, clientKeyShareP
219219
vers: clientHelloVersion,
220220
compressionMethods: []uint8{compressionNone},
221221
random: make([]byte, 32),
222-
extendedMasterSecret: true,
223222
ocspStapling: true,
224223
scts: true,
225224
serverName: hostnameInSNI(config.ServerName),

0 commit comments

Comments
 (0)