Lines Matching refs:Handshake
129 // past the TLS handshake.
139 // wait for a TLS handshake. Zero means no timeout.
1058 var timer *time.Timer // for canceling TLS handshake
1068 err := tlsConn.Handshake()
1124 // Handshake here, in case DialTLS didn't. TLSNextProto below
1129 if err := tc.Handshake(); err != nil {
2266 func (tlsHandshakeTimeoutError) Error() string { return "net/http: TLS handshake timeout" }