# Functions
ParseCiphers parses ciphersuites from the comma-separated string into recognized slice.
ParseMinVersion parses the specified minimum TLS version for the Nomad agent.
RegionSpecificWrapper is used to invoke a static Region and turns a RegionWrapper into a Wrapper type.
ShouldReloadRPCConnections compares two TLS Configurations and determines whether they differ such that RPC connections should be reloaded.
Wrap a net.Conn into a client tls connection, performing any additional verification as needed.
# Type aliases
RegionWrapper is a function that is used to wrap a non-TLS connection and returns an appropriate TLS connection or error.
Wrapper wraps a connection and enables TLS on it.