Skip to content

Commit

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

Signed-off-by: Gaukas Wang <i@gaukas.wang>
  • Loading branch information
adotkhan authored Jul 20, 2024
1 parent a72c228 commit 68afa28
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
@@ -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),

0 comments on commit 68afa28

Please sign in to comment.