tlsutil

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2015 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RSAKeySize = 2048
)

Variables

View Source
var (
	Duration90d  = time.Hour * 24 * 90
	Duration365d = time.Hour * 24 * 365
)

Functions

func NewPrivateKey

func NewPrivateKey() (*rsa.PrivateKey, error)

func NewSelfSignedCACertificate

func NewSelfSignedCACertificate(cfg CACertConfig, key *rsa.PrivateKey) (*x509.Certificate, error)

func NewSignedClientCertificate

func NewSignedClientCertificate(cfg ClientCertConfig, key *rsa.PrivateKey, caCert *x509.Certificate, caKey *rsa.PrivateKey) (*x509.Certificate, error)

func NewSignedServerCertificate

func NewSignedServerCertificate(cfg ServerCertConfig, key *rsa.PrivateKey, caCert *x509.Certificate, caKey *rsa.PrivateKey) (*x509.Certificate, error)

func WriteCertificatePEMBlock

func WriteCertificatePEMBlock(out io.Writer, cert *x509.Certificate) error

func WritePrivateKeyPEMBlock

func WritePrivateKeyPEMBlock(out io.Writer, key *rsa.PrivateKey) error

Types

type CACertConfig

type CACertConfig struct {
	CommonName   string
	Organization string
}

type ClientCertConfig

type ClientCertConfig struct {
	CommonName  string
	DNSNames    []string
	IPAddresses []string
}

type ServerCertConfig

type ServerCertConfig struct {
	CommonName  string
	DNSNames    []string
	IPAddresses []string
}

Jump to

Keyboard shortcuts

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