Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement error handling for TS caller errors #332

Closed
ionut-arm opened this issue Jan 29, 2021 · 1 comment
Closed

Implement error handling for TS caller errors #332

ionut-arm opened this issue Jan 29, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request firmware framework Issues related to compatibility with Arm FF-A medium Effort label

Comments

@ionut-arm
Copy link
Member

The Trusted Service provider uses the error types defined in the PSA crypto create to cover its errors. While it's a good idea to use those for the provider, the Context underneath it should probably a new type (a mix of PSA error and TS-specific error types) in case we want to spin it off to its own crate at some point.

@ionut-arm ionut-arm added enhancement New feature or request firmware framework Issues related to compatibility with Arm FF-A labels Jan 29, 2021
@ionut-arm ionut-arm self-assigned this Jan 29, 2021
@ionut-arm ionut-arm added the medium Effort label label Feb 3, 2021
@ionut-arm
Copy link
Member Author

Was done in commit 4587fe8 in #330

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request firmware framework Issues related to compatibility with Arm FF-A medium Effort label
Projects
None yet
Development

No branches or pull requests

1 participant