Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertPool ¶
type CertPool interface { // Get returns the cert pool, optionally adding the provided certs Get() (*x509.CertPool, error) //Add allows adding certificates to CertPool //Call Get() after Add() to get the updated certpool Add(certs ...*x509.Certificate) }
CertPool is a thread safe wrapper around the x509 standard library cert pool implementation.
func NewCertPool ¶
NewCertPool new CertPool implementation
Click to show internal directories.
Click to hide internal directories.