crypto/x509.Certificate.Raw (field)
17 uses
crypto/x509 (current package)
cert_pool.go#L176: return s.haveSum[sha256.Sum224(cert.Raw)]
cert_pool.go#L184: s.addCertFunc(sha256.Sum224(cert.Raw), string(cert.RawSubject), func() (*Certificate, error) {
cert_pool.go#L239: s.addCertFunc(sha256.Sum224(cert.Raw), string(cert.RawSubject), func() (*Certificate, error) {
cert_pool.go#L291: s.addCertFunc(sha256.Sum224(cert.Raw), string(cert.RawSubject), func() (*Certificate, error) {
parser.go#L896: cert.Raw = input
parser.go#L1081: if len(der) != len(cert.Raw) {
parser.go#L1097: der = der[len(cert.Raw):]
verify.go#L545: if len(c.Raw) == 0 {
verify.go#L553: if len(c.Raw) == 0 {
x509.go#L705: Raw []byte // Complete ASN.1 DER content (certificate, signature algorithm and signature).
x509.go#L917: return bytes.Equal(c.Raw, other.Raw)
crypto/tls
handshake_client.go#L695: if !bytes.Equal(c.peerCertificates[0].Raw, certMsg.certificates[0]) {
ticket.go#L156: b.AddBytes(cert.Raw)
ticket.go#L181: s = append(s, c.Raw)
github.com/jackc/pgx/v5/pgconn
auth_scram.go#L405: h.Write(cert.Raw)
google.golang.org/grpc/credentials
tls.go#L93: v.RemoteCertificate = t.State.PeerCertificates[0].Raw