tls

package
v2.0.90 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2023 License: Apache-2.0 Imports: 14 Imported by: 12

Documentation

Index

Constants

View Source
const Type = "tls"

Variables

This section is empty.

Functions

func Dial

func Dial(destination, name string, i *identity.TokenId, timeout time.Duration) (transport.Conn, error)

func DialWithLocalBinding

func DialWithLocalBinding(destination, name, localBinding string, i *identity.TokenId, timeout time.Duration) (transport.Conn, error)

func Listen

func Listen(bindAddress, name string, i *identity.TokenId, acceptF func(transport.Conn)) (io.Closer, error)

Types

type AddressParser

type AddressParser struct{}

func (AddressParser) Parse

func (ap AddressParser) Parse(s string) (transport.Address, error)

type Connection

type Connection struct {
	*tls.Conn
	// contains filtered or unexported fields
}

func NewConnection added in v2.0.72

func NewConnection(detail *transport.ConnectionDetail, conn *tls.Conn) *Connection

func (*Connection) Detail

func (self *Connection) Detail() *transport.ConnectionDetail

func (*Connection) PeerCertificates

func (self *Connection) PeerCertificates() []*x509.Certificate

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL