Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractExtension ¶
ExtractExtension returns true and the value of the given oid If any.
func GetTLSServerName ¶
func GetTLSServerName( addrAndPort string, service *policy.ApplicationService, ) (name string, err error)
GetTLSServerName provides the server name to use in TLS config based on service configuration and destination IP.
Types ¶
type ListenerType ¶
type ListenerType int
ListenerType are the types of listeners that can be used.
const ( TCPApplication ListenerType = iota TCPNetwork HTTPApplication HTTPNetwork HTTPSApplication HTTPSNetwork )
Values of ListenerType
Click to show internal directories.
Click to hide internal directories.