package
1.33.2
Repository: https://github.com/influxdata/telegraf.git
Documentation: pkg.go.dev

# Functions

Ciphers returns the list of supported ciphers.
InsecureCiphers returns the list of insecure ciphers among the list of given ciphers.
ParseCiphers returns a `[]uint16` by received `[]string` key that represents ciphers from crypto/tls.
ParseTLSVersion returns a `uint16` by received version string key that represents tls version from crypto/tls.

# Constants

# Variables

# Structs

ClientConfig represents the standard client TLS config.
ServerConfig represents the standard server TLS config.