tlsutil

package
v3.0.0-...-97acc46 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package tlsutil provides utility functions for handling TLS.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCipherSuite

func GetCipherSuite(s string) (uint16, bool)

GetCipherSuite returns the corresponding cipher suite, and boolean value if it is supported.

func GetCipherSuites

func GetCipherSuites(ss []string) ([]uint16, error)

GetCipherSuites returns list of corresponding cipher suite IDs.

func GetTLSVersion

func GetTLSVersion(version string) (uint16, error)

GetTLSVersion returns the corresponding tls.Version or error.

func NewCert

func NewCert(certfile, keyfile string, parseFunc func([]byte, []byte) (tls.Certificate, error)) (*tls.Certificate, error)

NewCert generates TLS cert by using the given cert,key and parse function.

func NewCertPool

func NewCertPool(CAFiles []string) (*x509.CertPool, error)

NewCertPool creates x509 certPool with provided CA files.

Types

type TLSVersion

type TLSVersion string
const (
	TLSVersionDefault TLSVersion = ""
	TLSVersion12      TLSVersion = "TLS1.2"
	TLSVersion13      TLSVersion = "TLS1.3"
)

Constants for TLS versions.

Jump to

Keyboard shortcuts

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