func crypto/x509.ParseCertificate
11 uses
crypto/x509 (current package)
cert_pool.go#L218: cert, err := ParseCertificate(certBytes)
cert_pool.go#L229: lazyCert.v, _ = ParseCertificate(certBytes)
root_darwin.go#L124: return ParseCertificate(der)
x509.go#L1547: func ParseCertificate(asn1Data []byte) (*Certificate, error) {
crypto/tls
common.go#L1236: if x509Cert, err = x509.ParseCertificate(cert); err != nil {
common.go#L1331: return x509.ParseCertificate(c.Certificate[0])
handshake_client.go#L828: cert, err := x509.ParseCertificate(asn1Data)
handshake_server.go#L776: if certs[i], err = x509.ParseCertificate(asn1Data); err != nil {
tls.go#L325: x509Cert, err := x509.ParseCertificate(cert.Certificate[0])
github.com/jackc/pgconn
config.go#L588: cert, err := x509.ParseCertificate(asn1Data)
net/http/httptest
server.go#L168: s.certificate, err = x509.ParseCertificate(s.TLS.Certificates[0].Certificate[0])
![]() |
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. |