crypto/x509.Certificate.RawSubject (field)
9 uses
crypto/x509 (current package)
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#L894: cert.RawSubject = subjectSeq
verify.go#L565: if !bytes.Equal(child.RawIssuer, c.RawSubject) {
verify.go#L864: if !bytes.Equal(candidate.RawSubject, cert.RawSubject) {
x509.go#L681: RawSubject []byte // DER encoded Subject
x509.go#L1398: if len(cert.RawSubject) > 0 {
x509.go#L1399: return cert.RawSubject, nil
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. |