tls

package
v0.0.0-...-f74919f Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2025 License: GPL-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	VersionTLS10 = 0x0301
	VersionTLS11 = 0x0302
	VersionTLS12 = 0x0303
	VersionTLS13 = 0x0304

	// Deprecated: SSLv3 is cryptographically broken, and is no longer
	// supported by this package. See golang.org/issue/32716.
	VersionSSL30 = 0x0300
)

Variables

This section is empty.

Functions

func NewDialer

func NewDialer(dialer N.Dialer, config Config) N.Dialer

func NewDialerFromOptions

func NewDialerFromOptions(ctx context.Context, router adapter.Router, dialer N.Dialer, serverAddress string, yousuocanshu option.OutboundTLSOptions) (N.Dialer, error)

func ParseTLSVersion

func ParseTLSVersion(version string) (uint16, error)

Types

type Config

type Config = aTLS.Config

func NewClient

func NewClient(ctx context.Context, serverAddress string, yousuocanshu option.OutboundTLSOptions) (Config, error)

func NewSTDClient

func NewSTDClient(ctx context.Context, serverAddress string, yousuocanshu option.OutboundTLSOptions) (Config, error)

type ConfigCompat

type ConfigCompat = aTLS.ConfigCompat

type Conn

type Conn = aTLS.Conn

func ClientHandshake

func ClientHandshake(ctx context.Context, conn net.Conn, config Config) (Conn, error)

type ConnectionState

type ConnectionState = tls.ConnectionState

type Dialer

type Dialer struct {
	// contains filtered or unexported fields
}

func (*Dialer) DialContext

func (d *Dialer) DialContext(ctx context.Context, network string, destination M.Socksaddr) (net.Conn, error)

func (*Dialer) ListenPacket

func (d *Dialer) ListenPacket(ctx context.Context, destination M.Socksaddr) (net.PacketConn, error)

type STDClientConfig

type STDClientConfig struct {
	// contains filtered or unexported fields
}

func (*STDClientConfig) Client

func (s *STDClientConfig) Client(conn net.Conn) (Conn, error)

func (*STDClientConfig) Clone

func (s *STDClientConfig) Clone() Config

func (*STDClientConfig) Config

func (s *STDClientConfig) Config() (*STDConfig, error)

func (*STDClientConfig) NextProtos

func (s *STDClientConfig) NextProtos() []string

func (*STDClientConfig) ServerName

func (s *STDClientConfig) ServerName() string

func (*STDClientConfig) SetNextProtos

func (s *STDClientConfig) SetNextProtos(nextProto []string)

func (*STDClientConfig) SetServerName

func (s *STDClientConfig) SetServerName(serverName string)

type STDConfig

type STDConfig = tls.Config

type STDConn

type STDConn = tls.Conn

type ServerConfig

type ServerConfig = aTLS.ServerConfig

type ServerConfigCompat

type ServerConfigCompat = aTLS.ServerConfigCompat

type WithSessionIDGenerator

type WithSessionIDGenerator = aTLS.WithSessionIDGenerator

Jump to

Keyboard shortcuts

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