Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RequireSecureTransport = atomic.NewBool(false)
RequireSecureTransport Process global variables
View Source
var SupportCipher = make(map[string]struct{}, len(tlsCipherString))
SupportCipher maintains cipher supported by TiDB.
Functions ¶
func CipherSuiteName ¶
CipherSuiteName convert tls num to string. Taken from https://testssl.sh/openssl-rfc.mapping.html .
func VersionName ¶
VersionName is like `tls.VersionName()` from crypto/tls, but tries to match the names in MySQL/OpenSSL
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.