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

fix: Force extended length apdu for export object #16

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

sosthene-nitrokey
Copy link
Collaborator

Basically the SE050 will never respond with more than 256 bytes when responding to a short apdu This was not an issue previously since we only ever exported keys that were smaller than that.

We cannot really dynamically force the extended apdu based on the key type because this information is not available in the command.

Basically the SE050 will never respond with more than 256 bytes when responding to a short apdu
This was not an issue previously since we only ever exported keys that were smaller than that.

We cannot really dynamically force the extended apdu based on the key type because this information is
not available in the command.
@sosthene-nitrokey sosthene-nitrokey merged commit 2926468 into main Aug 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants