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

Issue 60 handle both firmwares for hotp #64

Merged
merged 5 commits into from
May 16, 2016

Commits on May 16, 2016

  1. Handle HOTP counter for both Nitrokey Pro (ulong) and Storage (text)

    Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
    szszszsz committed May 16, 2016
    Configuration menu
    Copy the full SHA
    5220df1 View commit details
    Browse the repository at this point in the history
  2. Check HOTP counter text length and save only 7 digits or issue warning

    Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
    szszszsz committed May 16, 2016
    Configuration menu
    Copy the full SHA
    fbc017d View commit details
    Browse the repository at this point in the history
  3. Read back HOTP counter value for Nitrokey Pro

    Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
    szszszsz committed May 16, 2016
    Configuration menu
    Copy the full SHA
    35a69a1 View commit details
    Browse the repository at this point in the history
  4. Fix: check ulong for HOTP counter, not long

    Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
    szszszsz committed May 16, 2016
    Configuration menu
    Copy the full SHA
    e28c460 View commit details
    Browse the repository at this point in the history
  5. Limit counter digits count to 7 for Nitrokey Storage

    Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
    szszszsz committed May 16, 2016
    Configuration menu
    Copy the full SHA
    640f2a9 View commit details
    Browse the repository at this point in the history