type crypto/x509.CertPool
24 uses
crypto/x509 (current package)
cert_pool.go#L19: type CertPool struct {
cert_pool.go#L55: func NewCertPool() *CertPool {
cert_pool.go#L56: return &CertPool{
cert_pool.go#L64: func (s *CertPool) len() int {
cert_pool.go#L72: func (s *CertPool) cert(n int) (*Certificate, error) {
cert_pool.go#L76: func (s *CertPool) copy() *CertPool {
cert_pool.go#L77: p := &CertPool{
cert_pool.go#L105: func SystemCertPool() (*CertPool, error) {
cert_pool.go#L120: func (s *CertPool) findPotentialParents(cert *Certificate) []*Certificate {
cert_pool.go#L160: func (s *CertPool) contains(cert *Certificate) bool {
cert_pool.go#L168: func (s *CertPool) AddCert(cert *Certificate) {
cert_pool.go#L182: func (s *CertPool) addCertFunc(rawSum224 sum224, rawSubject string, getCert func() (*Certificate, error)) {
cert_pool.go#L206: func (s *CertPool) AppendCertsFromPEM(pemCerts []byte) (ok bool) {
cert_pool.go#L242: func (s *CertPool) Subjects() [][]byte {
root.go#L17: systemRoots *CertPool
root.go#L21: func systemRootsPool() *CertPool {
root_darwin.go#L23: func loadSystemRoots() (*CertPool, error) {
verify.go#L205: Intermediates *CertPool
verify.go#L208: Roots *CertPool
crypto/tls
common.go#L597: RootCAs *x509.CertPool
common.go#L616: ClientCAs *x509.CertPool
github.com/aws/aws-sdk-go/aws/session
session.go#L564: func loadCertPool(r io.Reader) (*x509.CertPool, error) {
google.golang.org/grpc/credentials
tls.go#L156: func NewClientTLSFromCert(cp *x509.CertPool, serverNameOverride string) TransportCredentials {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |