const crypto/x509.CANotAuthorizedForThisName

6 uses

	crypto/x509 (current package)
		verify.go#L35: 	CANotAuthorizedForThisName
		verify.go#L76: 	case CANotAuthorizedForThisName:
		verify.go#L528: 			return CertificateInvalidError{c, CANotAuthorizedForThisName, err.Error()}
		verify.go#L532: 			return CertificateInvalidError{c, CANotAuthorizedForThisName, fmt.Sprintf("%s %q is excluded by constraint %q", nameType, name, constraint)}
		verify.go#L549: 			return CertificateInvalidError{c, CANotAuthorizedForThisName, err.Error()}
		verify.go#L558: 		return CertificateInvalidError{c, CANotAuthorizedForThisName, fmt.Sprintf("%s %q is not permitted by any constraint", nameType, name)}