crypto/x509.Certificate.RawTBSCertificate (field)
3 uses
crypto/x509 (current package)
parser.go#L834: cert.RawTBSCertificate = tbs
x509.go#L630: RawTBSCertificate []byte // Certificate part of raw ASN.1 DER content.
x509.go#L795: return checkSignature(c.SignatureAlgorithm, c.RawTBSCertificate, c.Signature, parent.PublicKey, debugAllowSHA1)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)