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

Commits on Mar 18, 2020

  1. Fix for Extended APDUs

    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.
    darconeous committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    6bc4f99 View commit details
    Browse the repository at this point in the history