Skip to content

Commit

Permalink
update core (FIDO-related bugs fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
z4yx committed Jul 12, 2020
1 parent d68cecf commit e48ff59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canokey-core
Submodule canokey-core updated 48 files
+15 −6 applets/ctap/ctap-parser.c
+51 −30 applets/ctap/ctap.c
+1 −1 applets/ctap/u2f.c
+9 −1 interfaces/NFC/nfc.c
+1 −1 interfaces/USB/class/ccid/ccid.c
+10 −12 interfaces/USB/class/ctaphid/ctaphid.c
+1 −1 interfaces/USB/class/webusb/webusb.c
+33 −0 test-real/shunit2/.githooks/generic
+41 −0 test-real/shunit2/.githooks/pre-commit.shellcheck
+3 −0 test-real/shunit2/.gitignore
+40 −0 test-real/shunit2/.travis.yml
+46 −0 test-real/shunit2/CODE_OF_CONDUCT.md
+201 −0 test-real/shunit2/LICENSE
+636 −0 test-real/shunit2/README.md
+212 −0 test-real/shunit2/doc/CHANGES-2.1.md
+104 −0 test-real/shunit2/doc/RELEASE_NOTES-2.1.0.txt
+88 −0 test-real/shunit2/doc/RELEASE_NOTES-2.1.1.txt
+83 −0 test-real/shunit2/doc/RELEASE_NOTES-2.1.2.txt
+84 −0 test-real/shunit2/doc/RELEASE_NOTES-2.1.3.txt
+100 −0 test-real/shunit2/doc/RELEASE_NOTES-2.1.4.txt
+128 −0 test-real/shunit2/doc/RELEASE_NOTES-2.1.5.txt
+112 −0 test-real/shunit2/doc/RELEASE_NOTES-2.1.6.txt
+66 −0 test-real/shunit2/doc/RELEASE_NOTES-2.1.7.md
+56 −0 test-real/shunit2/doc/RELEASE_NOTES-2.1.8.md
+13 −0 test-real/shunit2/doc/TODO.txt
+15 −0 test-real/shunit2/doc/contributors.md
+34 −0 test-real/shunit2/doc/design_doc.txt
+9 −0 test-real/shunit2/examples/equality_test.sh
+15 −0 test-real/shunit2/examples/lineno_test.sh
+17 −0 test-real/shunit2/examples/math.inc
+25 −0 test-real/shunit2/examples/math_test.sh
+79 −0 test-real/shunit2/examples/mkdir_test.sh
+80 −0 test-real/shunit2/examples/mock_file.sh
+33 −0 test-real/shunit2/examples/mock_file_test.sh
+16 −0 test-real/shunit2/examples/party_test.sh
+31 −0 test-real/shunit2/examples/suite_test.sh
+47 −0 test-real/shunit2/init_githooks.sh
+1,222 −0 test-real/shunit2/lib/shflags
+295 −0 test-real/shunit2/lib/versions
+1,416 −0 test-real/shunit2/shunit2
+63 −0 test-real/shunit2/shunit2_args_test.sh
+388 −0 test-real/shunit2/shunit2_asserts_test.sh
+139 −0 test-real/shunit2/shunit2_failures_test.sh
+263 −0 test-real/shunit2/shunit2_macros_test.sh
+324 −0 test-real/shunit2/shunit2_misc_test.sh
+38 −0 test-real/shunit2/shunit2_standalone_test.sh
+253 −0 test-real/shunit2/shunit2_test_helpers
+191 −0 test-real/shunit2/test_runner

0 comments on commit e48ff59

Please sign in to comment.