crypto/x509.Certificate.Raw (field)
15 uses
crypto/x509 (current package)
cert_pool.go#L164: return s.haveSum[sha256.Sum224(cert.Raw)]
cert_pool.go#L172: s.addCertFunc(sha256.Sum224(cert.Raw), string(cert.RawSubject), func() (*Certificate, error) {
cert_pool.go#L226: s.addCertFunc(sha256.Sum224(cert.Raw), string(cert.RawSubject), func() (*Certificate, error) {
root_darwin.go#L91: untrustedRoots[string(cert.Raw)] = true
root_darwin.go#L108: if !untrustedRoots[string(cert.Raw)] {
verify.go#L761: if len(c.Raw) == 0 {
verify.go#L769: if len(c.Raw) == 0 {
x509.go#L630: Raw []byte // Complete ASN.1 DER content (certificate, signature algorithm and signature).
x509.go#L754: return bytes.Equal(c.Raw, other.Raw)
x509.go#L1295: out.Raw = in.Raw
crypto/tls
handshake_client.go#L513: if !bytes.Equal(c.peerCertificates[0].Raw, certMsg.certificates[0]) {
handshake_server.go#L726: certsFromClient = append(certsFromClient, cert.Raw)
handshake_server_tls13.go#L739: certsFromClient = append(certsFromClient, cert.Raw)
google.golang.org/grpc/credentials
tls.go#L54: v.RemoteCertificate = t.State.PeerCertificates[0].Raw
 |
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. |