crypto/x509.Certificate.Raw (field)
19 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/refraction-networking/utls
cache.go#L73: cc.Delete(string(e.cert.Raw))
handshake_client.go#L739: 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.8.4. (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. |