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

jpki/iso7816: explicitly check for PIN length != 0 on VERIFY #2911

Merged
merged 2 commits into from
Feb 7, 2024

Commits on Oct 23, 2023

  1. jpki/iso7816: explicityl check for PIN length != 0 on VERIFY

    If we want to verify the PIN, we don't want the status request, which
    results in an almost identical APDU (VERIFY APDU with no data). However,
    as the request for verifying the PIN results in a CASE 3 APDU,
    `sc_check_apdu()` will check for missing data for the verification so
    that an error is returned and no PIN bypass is possible.
    frankmorgner committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a2e36f7 View commit details
    Browse the repository at this point in the history
  2. support pinpad

    frankmorgner committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a45d3e7 View commit details
    Browse the repository at this point in the history