crypto/x509.Certificate.RawSubject (field)
10 uses
crypto/x509 (current package)
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#L925: cert.RawSubject = subjectSeq
verify.go#L573: if !bytes.Equal(child.RawIssuer, c.RawSubject) {
verify.go#L872: if !bytes.Equal(candidate.RawSubject, cert.RawSubject) {
x509.go#L690: RawSubject []byte // DER encoded Subject
x509.go#L1441: if len(cert.RawSubject) > 0 {
x509.go#L1442: return cert.RawSubject, nil
 |
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. |