crypto/x509.Certificate.RawSubject (field)
8 uses
crypto/x509 (current package)
cert_pool.go#L172: s.addCertFunc(sha256.Sum224(cert.Raw), string(cert.RawSubject), func() (*Certificate, error) {
cert_pool.go#L226: s.addCertFunc(sha256.Sum224(cert.Raw), string(cert.RawSubject), func() (*Certificate, error) {
root_darwin.go#L129: return bytes.Equal(cert.RawSubject, cert.RawIssuer)
verify.go#L586: if !bytes.Equal(child.RawIssuer, c.RawSubject) {
x509.go#L633: RawSubject []byte // DER encoded Subject
x509.go#L1298: out.RawSubject = in.TBSCertificate.Subject.FullBytes
x509.go#L2004: if len(cert.RawSubject) > 0 {
x509.go#L2005: return cert.RawSubject, nil
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |