Lines Matching refs:Client
158 NegotiatedProtocolIsMutual bool // negotiated protocol was advertised by server (client side only)
159 ServerName string // server name requested by client, if any (server side only)
175 // TLS Client Authentication.
192 masterSecret []byte // MasterSecret generated by client on a full handshake
198 // by a client to resume a TLS session with a given server. ClientSessionCache
236 // CipherSuites lists the CipherSuites supported by the client (e.g.
240 // ServerName indicates the name of the server requested by the client
242 // client is using SNI (see
246 // SupportedCurves lists the elliptic curves supported by the client.
252 // SupportedPoints lists the point formats supported by the client.
258 // SignatureSchemes lists the signature and hash schemes that the client
264 // SupportedProtos lists the application protocols supported by the client.
273 // SupportedVersions lists the TLS versions supported by the client.
275 // version advertised by the client, so values other than the greatest
287 // of control from a client.
327 // A Config structure is used to configure a TLS client or server.
345 // client-authentication may set either Certificates or
358 // ClientHelloInfo. It will only be called if the client supplies SNI
367 // certificate from a client. If set, the contents of Certificates will
382 // received from a client. It may return a non-nil Config in order to
402 // certificate verification by either a TLS client or server. It
424 // in the client's handshake to support virtual hosting unless it is
429 // TLS Client Authentication. The default is NoClientCert.
433 // that servers use if required to verify a client certificate
437 // InsecureSkipVerify controls whether a client verifies the
450 // client's most preferred ciphersuite, or the server's most preferred
541 // being used concurrently by a TLS client or server.
771 // writeKeyLog logs client random and master secret if logging was enabled by
796 // crypto.Decrypter, with an RSA or ECDSA PublicKey. For a client
797 // (performing client authentication), this must be a crypto.Signer
808 // processing for TLS clients doing client authentication. If nil, the