diff --git a/u_handshake_client.go b/u_handshake_client.go index ba40a862..79158d7e 100644 --- a/u_handshake_client.go +++ b/u_handshake_client.go @@ -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),