Versions in this module Expand all Collapse all v0 v0.1.2 Apr 3, 2019 Changes in this version + func AttachCertificateToSession(session *dispatch.Session, certificate x509.Certificate) + func InsertCertificate(finder string, holder *CertificateHolder) + func RemoveCertificate(finder string) + func Shutdown() + func Startup() + type CertificateHolder struct + Available bool + CertLocker sync.Mutex + Certificate x509.Certificate + CreationTime time.Time + WaitGroup sync.WaitGroup + func FindCertificate(finder string) (*CertificateHolder, bool)