Skip to content

Commit

Permalink
fix: extMasterSecret mismatch with extended_master_secret extension
Browse files Browse the repository at this point in the history
  • Loading branch information
adotkhan committed Jul 18, 2024
1 parent 841ef93 commit fcb96b8
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 fcb96b8

Please sign in to comment.