Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CipherSuites = map[string]uint16{}/* 350 elements not displayed */
A map of of cipher suites, along with their IDs
See https://www.iana.org/assignments/tls-parameters/tls-parameters.xml
View Source
var TLSVersions = map[string]uint16{ "TLS v1.0": tls.VersionTLS10, "TLS v1.1": tls.VersionTLS11, "TLS v1.2": tls.VersionTLS12, "TLS v1.3": tls.VersionTLS13, }
A map of TLS versions, along with their IDs
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.