crypto/x509.Certificate.RawSubject (field)
11 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#L982: cert.RawSubject = subjectSeq
verify.go#L450: if !bytes.Equal(child.RawIssuer, c.RawSubject) {
verify.go#L689: if !bytes.Equal(candidate.RawSubject, cert.RawSubject) {
verify.go#L1223: isSelfSigned := bytes.Equal(cert.RawIssuer, cert.RawSubject)
x509.go#L708: RawSubject []byte // DER encoded Subject
x509.go#L1524: if len(cert.RawSubject) > 0 {
x509.go#L1525: return cert.RawSubject, nil
 |
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. |