Versions in this module Expand all Collapse all v1 v1.0.0 Dec 22, 2019 Changes in this version + const DefaultMaxSize + const RSAKeyLength + var DefaultTLSConfig = &tls.Config + type CA struct + func NewCA(certCA, certKey []byte, metrics CertificateMetrics, maxSize int, ...) (*CA, error) + func (c *CA) Close() + func (c *CA) Get(host string) (*tls.Config, error) + type CertificateMetrics interface + DropCertificate func() + NewCertificate func() Other modules containing this package github.com/9seconds/httransform/v2