const crypto/x509.CANotAuthorizedForThisName

6 uses

	crypto/x509 (current package)
		verify.go#L32: 	CANotAuthorizedForThisName
		verify.go#L73: 	case CANotAuthorizedForThisName:
		verify.go#L518: 			return CertificateInvalidError{c, CANotAuthorizedForThisName, err.Error()}
		verify.go#L522: 			return CertificateInvalidError{c, CANotAuthorizedForThisName, fmt.Sprintf("%s %q is excluded by constraint %q", nameType, name, constraint)}
		verify.go#L539: 			return CertificateInvalidError{c, CANotAuthorizedForThisName, err.Error()}
		verify.go#L548: 		return CertificateInvalidError{c, CANotAuthorizedForThisName, fmt.Sprintf("%s %q is not permitted by any constraint", nameType, name)}