Searched defs:CertPool (Results 1 – 4 of 4) sorted by relevance
17 type CertPool struct { struct18 byName map[string][]int // cert.RawSubject => index into lazyCerts22 lazyCerts []lazyCert29 haveSum map[sum224]bool35 systemPool bool73 func (s *CertPool) len() int {81 func (s *CertPool) cert(n int) (*Certificate, func([]*Certificate) error, error) {87 func (s *CertPool) Clone() *CertPool {132 func (s *CertPool) findPotentialParents(cert *Certificate) []potentialParent {172 func (s *CertPool) contains(cert *Certificate) bool {[all …]
61 func SetFallbackRoots(roots *CertPool) {
3175 func allCerts(t *testing.T, p *CertPool) []*Certificate {3185 func certPoolEqual(a, b *CertPool) bool {
2014 func testChainAgainstOpenSSL(t *testing.T, leaf *Certificate, intermediates, roots *CertPool) (stri…