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

Feature/fido2.1 #55

Merged
merged 99 commits into from
Sep 30, 2023
Merged

Feature/fido2.1 #55

merged 99 commits into from
Sep 30, 2023

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    397f1a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. add initial support for ga

    dangfan committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    4cd9123 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. make mc, ga, and pin work

    dangfan committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    f805741 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. add pin protocol 2

    dangfan committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    2a0344f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    22e8761 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b930a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. rename constants

    dangfan committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    f01b8b5 View commit details
    Browse the repository at this point in the history
  2. refactor ctap

    dangfan committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    5dee669 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    2c1ecae View commit details
    Browse the repository at this point in the history
  2. fix hmac-secret in CTAP 2.1

    dangfan committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    32685c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f01039 View commit details
    Browse the repository at this point in the history
  4. fix credProtect in CM

    dangfan committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    05d85e3 View commit details
    Browse the repository at this point in the history
  5. add support for largeBlobKey

    dangfan committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    d8b7750 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. add large blobs support

    dangfan committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    6b514c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    a084321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb25239 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    d4bc3be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62704e2 View commit details
    Browse the repository at this point in the history
  3. upgrade littlefs

    dangfan committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    dc0a62d View commit details
    Browse the repository at this point in the history
  4. upgrade tinycbor

    dangfan committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    918344b View commit details
    Browse the repository at this point in the history
  5. [CTAP] fix timer type in ga

    dangfan committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    a570587 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    247128e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    281edaa View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    a5b1619 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    a26c95d View commit details
    Browse the repository at this point in the history
  2. fix working dir

    z4yx committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    f452a29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1403b1e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. require libfido2 1.11.0

    z4yx committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    455913b View commit details
    Browse the repository at this point in the history
  2. Update tests.yml

    z4yx committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    7499ccb View commit details
    Browse the repository at this point in the history
  3. Update tests.yml

    z4yx committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    e8d11d4 View commit details
    Browse the repository at this point in the history
  4. cache libfido2

    z4yx committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    125332a View commit details
    Browse the repository at this point in the history
  5. fix RP enumeration error

    dangfan committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    b83e666 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1112c0 View commit details
    Browse the repository at this point in the history
  7. test display name

    z4yx committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    3554144 View commit details
    Browse the repository at this point in the history
  8. test RK deletion

    z4yx committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    43cd7a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. add update user information

    dangfan committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    b9f98e5 View commit details
    Browse the repository at this point in the history
  2. change all display names

    z4yx committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    f01ff5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3481a73 View commit details
    Browse the repository at this point in the history
  4. add more debug messages

    dangfan committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    6b9be46 View commit details
    Browse the repository at this point in the history
  5. add more logs

    dangfan committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    6227eb5 View commit details
    Browse the repository at this point in the history
  6. add more logs

    dangfan committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    9e06fb6 View commit details
    Browse the repository at this point in the history
  7. add more logs

    dangfan committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    db41cfc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d70589 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Merge branch 'feature/refactor_keys' into fido2.1

    # Conflicts:
    #	applets/ctap/cose-key.h
    #	applets/ctap/ctap.c
    #	applets/ctap/secret.c
    #	applets/ctap/secret.h
    #	applets/ctap/u2f.c
    dangfan committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    e707ad3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. fix uninitialized dc

    dangfan committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    d5343a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9684d50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92a04e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    2bdcdd7 View commit details
    Browse the repository at this point in the history
  2. update to latest canokey-crypto

    z4yx committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    edb6332 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ce58df View commit details
    Browse the repository at this point in the history
  4. fix uninitialized fields in dc

    z4yx committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b48c943 View commit details
    Browse the repository at this point in the history
  5. fix missing assignment

    z4yx committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c09f93a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    779505f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    9f4ebb6 View commit details
    Browse the repository at this point in the history
  2. reboot emulation in test program

    z4yx committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c55b382 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    2260508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69b03c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. fix credProtect behavior in MC

    z4yx committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    776339c View commit details
    Browse the repository at this point in the history
  2. fix credProtect behavior in GA

    z4yx committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    81c7d4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d00cffd View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    019a025 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    3e15d9f View commit details
    Browse the repository at this point in the history
  2. fix DC_META_FILE update

    z4yx committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    e8f7cd5 View commit details
    Browse the repository at this point in the history
  3. enlarge the CTAP buffer

    z4yx committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    8b77624 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    39274be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5531ce6 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    3acddbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1e4d2c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    01e66ca View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    2b91795 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcad77b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c480e6 View commit details
    Browse the repository at this point in the history
  4. fix the "up" option processing

    z4yx committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    dabd704 View commit details
    Browse the repository at this point in the history
  5. declare FIDO_2_0 in versions

    z4yx committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    484d116 View commit details
    Browse the repository at this point in the history
  6. add Wink command of U2F

    z4yx committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5216d25 View commit details
    Browse the repository at this point in the history
  7. update FIDO tests on CI

    z4yx committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c1776de View commit details
    Browse the repository at this point in the history
  8. test fido over udp

    z4yx committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3ff8554 View commit details
    Browse the repository at this point in the history
  9. place lfs-root in current dir

    z4yx committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3fd6788 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    1870751 View commit details
    Browse the repository at this point in the history
  2. test FIDO2 in NFC mode

    z4yx committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ee1d7ac View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Make fido2-tests up-to-date

    z4yx committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d54e75e View commit details
    Browse the repository at this point in the history
  2. should allow zero-length pinAuth

    z4yx committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    195f1db View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. check missing parameters later

    z4yx committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8312e65 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. fix parameter checking of CM

    z4yx committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d4241fd View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    5f6e241 View commit details
    Browse the repository at this point in the history
  2. run vendor tests

    z4yx committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    0afc345 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. fix authenticatorLargeBlobs

    z4yx committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    014d45f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    96fe3fd View commit details
    Browse the repository at this point in the history
  2. fix parameter checking of LB

    z4yx committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c99eeea View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. fix permission checking of LB

    z4yx committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ca8a00d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    97f8219 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. inconsistent DC state recovery

    z4yx committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    860c275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07335cd View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. minor changes

    z4yx committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8b35c38 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    70c8669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc706c4 View commit details
    Browse the repository at this point in the history
  3. security enhance with memcmp_s

    z4yx committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    cbef369 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. fix LB test script

    z4yx committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ef64308 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    20de9c0 View commit details
    Browse the repository at this point in the history