crypto/x509.Certificate.Raw (field)
16 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#L839: cert.Raw = input
parser.go#L1024: if len(der) != len(cert.Raw) {
parser.go#L1040: der = der[len(cert.Raw):]
verify.go#L759: if len(c.Raw) == 0 {
verify.go#L767: if len(c.Raw) == 0 {
x509.go#L687: Raw []byte // Complete ASN.1 DER content (certificate, signature algorithm and signature).
x509.go#L829: return bytes.Equal(c.Raw, other.Raw)
crypto/tls
cache.go#L73: cc.Delete(string(e.cert.Raw))
handshake_client.go#L695: if !bytes.Equal(c.peerCertificates[0].Raw, certMsg.certificates[0]) {
ticket.go#L153: b.AddBytes(cert.Raw)
ticket.go#L176: s = append(s, c.Raw)
 |
The pages are generated with Golds v0.7.6. (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. |