tls

package
v0.15.1 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2021 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Overview

Package tls is intended to provide a minimal set of compatible interfaces with the Go standard library's tls package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dial

func Dial(network, address string, config *Config) (*net.TCPSerialConn, error)

Dial makes a TLS network connection. It tries to provide a mostly compatible interface to tls.Dial(). Dial connects to the given network address.

Types

type Config

type Config struct {
}

Config is a placeholder for future compatibility with tls.Config.

Jump to

Keyboard shortcuts

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