MCPcopy Create free account
hub / github.com/XTLS/Go / cipherSuites

Method cipherSuites

common.go:962–967  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

960}
961
962func (c *Config) cipherSuites() []uint16 {
963 if c.CipherSuites != nil {
964 return c.CipherSuites
965 }
966 return defaultCipherSuites
967}
968
969var supportedVersions = []uint16{
970 VersionTLS13,

Callers 4

SupportsCertificateMethod · 0.80
makeClientHelloMethod · 0.80
pickCipherSuiteMethod · 0.80
checkForResumptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected