Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:24 +05 2020. DO NOT EDIT.
Index ¶
- func CertificateRequestInfoSupportsCertificate(cri *tls.CertificateRequestInfo, c *tls.Certificate) error
- func CipherSuiteName(id uint16) string
- func CipherSuites() []*tls.CipherSuite
- func Client(conn net.Conn, config *tls.Config) *tls.Conn
- func ClientHelloInfoSupportsCertificate(chi *tls.ClientHelloInfo, c *tls.Certificate) error
- func ConfigClone(c *tls.Config) *tls.Config
- func ConnClose(c *tls.Conn) error
- func ConnCloseWrite(c *tls.Conn) error
- func ConnConnectionState(c *tls.Conn) tls.ConnectionState
- func ConnHandshake(c *tls.Conn) error
- func ConnLocalAddr(c *tls.Conn) net.Addr
- func ConnOCSPResponse(c *tls.Conn) []byte
- func ConnRead(c *tls.Conn, b []byte) (int, error)
- func ConnRemoteAddr(c *tls.Conn) net.Addr
- func ConnSetDeadline(c *tls.Conn, t time.Time) error
- func ConnSetReadDeadline(c *tls.Conn, t time.Time) error
- func ConnSetWriteDeadline(c *tls.Conn, t time.Time) error
- func ConnVerifyHostname(c *tls.Conn, host string) error
- func ConnWrite(c *tls.Conn, b []byte) (int, error)
- func ConnectionStateExportKeyingMaterial(cs *tls.ConnectionState, label string, context []byte, length int) ([]byte, error)
- func Dial(network, addr string, config *tls.Config) (*tls.Conn, error)
- func DialWithDialer(dialer *net.Dialer, network, addr string, config *tls.Config) (*tls.Conn, error)
- func InsecureCipherSuites() []*tls.CipherSuite
- func Listen(network, laddr string, config *tls.Config) (net.Listener, error)
- func NewLRUClientSessionCache(capacity int) tls.ClientSessionCache
- func NewListener(inner net.Listener, config *tls.Config) net.Listener
- func RecordHeaderErrorError(e tls.RecordHeaderError) string
- func Server(conn net.Conn, config *tls.Config) *tls.Conn
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CertificateRequestInfoSupportsCertificate ¶
func CertificateRequestInfoSupportsCertificate(cri *tls.CertificateRequestInfo, c *tls.Certificate) error
func CipherSuiteName ¶
func CipherSuites ¶
func CipherSuites() []*tls.CipherSuite
func ClientHelloInfoSupportsCertificate ¶
func ClientHelloInfoSupportsCertificate(chi *tls.ClientHelloInfo, c *tls.Certificate) error
func ConnCloseWrite ¶
func ConnConnectionState ¶
func ConnConnectionState(c *tls.Conn) tls.ConnectionState
func ConnHandshake ¶
func ConnOCSPResponse ¶
func DialWithDialer ¶
func InsecureCipherSuites ¶
func InsecureCipherSuites() []*tls.CipherSuite
func NewLRUClientSessionCache ¶
func NewLRUClientSessionCache(capacity int) tls.ClientSessionCache
func RecordHeaderErrorError ¶
func RecordHeaderErrorError(e tls.RecordHeaderError) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.