crypto/x509.CertPool.AddCert (method)
7 uses
crypto/x509 (current package)
cert_pool.go#L168: func (s *CertPool) AddCert(cert *Certificate) {
root_darwin.go#L109: pool.AddCert(cert)
crypto/tls
handshake_client.go#L844: opts.Intermediates.AddCert(cert)
handshake_server.go#L796: opts.Intermediates.AddCert(cert)
github.com/jackc/pgconn
config.go#L603: opts.Intermediates.AddCert(cert)
github.com/lib/pq
ssl.go#L171: opts.Intermediates.AddCert(cert)
net/http/httptest
server.go#L173: certpool.AddCert(s.certificate)
![]() |
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. |