Skip to content

Commit

Permalink
fix: extMasterSecret mismatch with extended_master_secret extension (#…
Browse files Browse the repository at this point in the history
…307)

Signed-off-by: Gaukas Wang <i@gaukas.wang>
  • Loading branch information
adotkhan committed Jul 20, 2024
1 parent 4a28d1a commit 23de245
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion u_handshake_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ func (c *Conn) makeClientHelloForApplyPreset() (*clientHelloMsg, clientKeyShareP
vers: clientHelloVersion,
compressionMethods: []uint8{compressionNone},
random: make([]byte, 32),
extendedMasterSecret: true,
ocspStapling: true,
scts: true,
serverName: hostnameInSNI(config.ServerName),
Expand Down

0 comments on commit 23de245

Please sign in to comment.