crypto/x509.VerifyOptions.Intermediates (field)
18 uses
crypto/x509 (current package)
verify.go#L200: Intermediates *CertPool
verify.go#L548: for i := 0; i < opts.Intermediates.len(); i++ {
verify.go#L549: c, _, err := opts.Intermediates.cert(i)
verify.go#L788: {intermediateCertificate, opts.Intermediates.findPotentialParents(c)},
crypto/tls
common.go#L1885: opts.Intermediates = x509.NewCertPool()
common.go#L1887: opts.Intermediates.AddCert(cert)
handshake_client.go#L1129: Intermediates: x509.NewCertPool(),
handshake_client.go#L1133: opts.Intermediates.AddCert(cert)
handshake_client.go#L1152: Intermediates: x509.NewCertPool(),
handshake_client.go#L1156: opts.Intermediates.AddCert(cert)
handshake_server.go#L971: Intermediates: x509.NewCertPool(),
handshake_server.go#L976: opts.Intermediates.AddCert(cert)
github.com/refraction-networking/utls
handshake_client.go#L1154: Intermediates: x509.NewCertPool(),
handshake_client.go#L1170: opts.Intermediates.AddCert(cert)
handshake_client.go#L1190: Intermediates: x509.NewCertPool(),
handshake_client.go#L1205: opts.Intermediates.AddCert(cert)
handshake_server.go#L939: Intermediates: x509.NewCertPool(),
handshake_server.go#L944: opts.Intermediates.AddCert(cert)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |