Home | History | Annotate | Download | only in runner

Lines Matching refs:supported

212 // supportedSignatureAlgorithms contains the default supported signature
366 // NextProtos is a list of supported, application level protocols.
395 // CipherSuites is a list of supported cipher suites. If CipherSuites
396 // is nil, TLS uses a list of suites supported by the implementation.
432 // If zero, then the maximum version supported by this package is used,
443 // all supported curves will have public values sent. This field is ignored
489 // supported signature algorithms to sign with.
493 // supported signature algorithms that are accepted.
724 // supported versions extension.
728 // supported versions extension with the values from array.
732 // specifed wire version rather than the version supported by either
1497 // SendSupportedPointFormats, if not nil, is the list of supported point
1503 // supported curves list in the ServerHello (TLS 1.2) or
1634 // is supported.
1865 PrivateKey crypto.PrivateKey // supported types: *rsa.PrivateKey, *ecdsa.PrivateKey
2112 return errors.New("tls: peer unexpectedly supported PSS")
2121 return errors.New("tls: peer unexpectedly supported PSS in certificates")