crypto/x509.Certificate.Raw (field)
15 uses
crypto/x509 (current package)
cert_pool.go#L165: return s.haveSum[sha256.Sum224(cert.Raw)]
cert_pool.go#L173: s.addCertFunc(sha256.Sum224(cert.Raw), string(cert.RawSubject), func() (*Certificate, error) {
cert_pool.go#L227: s.addCertFunc(sha256.Sum224(cert.Raw), string(cert.RawSubject), func() (*Certificate, error) {
parser.go#L810: cert.Raw = input
parser.go#L989: if len(der) != len(cert.Raw) {
parser.go#L1005: der = der[len(cert.Raw):]
verify.go#L751: if len(c.Raw) == 0 {
verify.go#L759: if len(c.Raw) == 0 {
x509.go#L678: Raw []byte // Complete ASN.1 DER content (certificate, signature algorithm and signature).
x509.go#L811: return bytes.Equal(c.Raw, other.Raw)
crypto/tls
cache.go#L73: cc.Delete(string(e.cert.Raw))
handshake_client.go#L586: if !bytes.Equal(c.peerCertificates[0].Raw, certMsg.certificates[0]) {
ticket.go#L152: b.AddBytes(cert.Raw)
ticket.go#L175: s = append(s, c.Raw)
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |