MCPcopy
hub / github.com/caddyserver/caddy / SupportedCipherSuites

Function SupportedCipherSuites

modules/caddytls/values.go:45–47  ·  view source on GitHub ↗

SupportedCipherSuites returns a list of all the cipher suites Caddy supports. The list is NOT ordered by security preference.

()

Source from the content-addressed store, hash-verified

43// SupportedCipherSuites returns a list of all the cipher suites
44// Caddy supports. The list is NOT ordered by security preference.
45func SupportedCipherSuites() []*tls.CipherSuite {
46 return tls.CipherSuites()
47}
48
49// defaultCipherSuites is the ordered list of all the cipher
50// suites we want to support by default, assuming AES-NI

Callers 2

buildEnvMethod · 0.92
CipherSuiteIDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected