Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateCache ¶
CertificateCache is ...
func NewCertificateCache ¶
func NewCertificateCache(cert, key string) (c *CertificateCache, err error)
NewCertificateCache is ...
func (*CertificateCache) CreateCert ¶
func (c *CertificateCache) CreateCert(commonName string) (cert *tls.Certificate, err error)
CreateCert is ...
func (*CertificateCache) GetCertificate ¶
func (c *CertificateCache) GetCertificate(clientHello *tls.ClientHelloInfo) (cert *tls.Certificate, err error)
GetCertificate is ...
Click to show internal directories.
Click to hide internal directories.