const crypto/x509.CANotAuthorizedForThisName

6 uses

	crypto/x509 (current package)
		verify.go#L34: 	CANotAuthorizedForThisName
		verify.go#L75: 	case CANotAuthorizedForThisName:
		verify.go#L520: 			return CertificateInvalidError{c, CANotAuthorizedForThisName, err.Error()}
		verify.go#L524: 			return CertificateInvalidError{c, CANotAuthorizedForThisName, fmt.Sprintf("%s %q is excluded by constraint %q", nameType, name, constraint)}
		verify.go#L541: 			return CertificateInvalidError{c, CANotAuthorizedForThisName, err.Error()}
		verify.go#L550: 		return CertificateInvalidError{c, CANotAuthorizedForThisName, fmt.Sprintf("%s %q is not permitted by any constraint", nameType, name)}