Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Fix for Extended APDUs #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

darconeous
Copy link

@darconeous darconeous commented Mar 17, 2020

Not all Java Cards that support extended APDUs have APDU buffer lengths long enough to include the attestation certificate. This causes registration to fail when extended APDUs are used, as is the case with iOS.

The fix is to build the extended responses incrementally instead of staging them all at once in the APDU buffer.

Note that this fix alone is not enough to enable support for native iOS usage (although it is required to do so). See #12 for more information.

Not all Java Cards that support extended APDUs have APDU buffer
lengths long enough to include the attestation certificate. This
causes registration to fail when extended APDUs are used, as is the
case with iOS.

The fix is to build the extended responses incrementally instead of
staging them all at once in the APDU buffer.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant