crypto/x509.Certificate.Subject (field)
10 uses
	crypto/x509 (current package)
		parser.go#L930: 	cert.Subject.FillFromRDNSequence(subjectRDNs)
		verify.go#L104: 	if !c.hasSANExtension() && matchHostnames(c.Subject.CommonName, h.Host) {
		verify.go#L144: 		certName := e.hintCert.Subject.CommonName
		verify.go#L146: 			if len(e.hintCert.Subject.Organization) > 0 {
		verify.go#L147: 				certName = e.hintCert.Subject.Organization[0]
		x509.go#L702: 	Subject             pkix.Name
		x509.go#L1445: 	return asn1.Marshal(cert.Subject.ToRDNSequence())
		x509.go#L1767: 		Issuer:              c.Subject.ToRDNSequence(),
	crypto/tls
		common.go#L1446: 		if x509Cert.Subject.CommonName != "" && len(x509Cert.DNSNames) == 0 {
		common.go#L1447: 			c.NameToCertificate[x509Cert.Subject.CommonName] = cert
|  | 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. |