-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update core. support Get Challenge of opengpg
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule canokey-core
updated
13 files
+2 −0 | applets/ctap/ctap.c | |
+1 −1 | applets/ctap/secret.c | |
+1 −1 | applets/oath/oath.c | |
+14 −3 | applets/openpgp/openpgp.c | |
+1 −0 | include/openpgp.h | |
+2 −0 | interfaces/NFC/fm.c | |
+34 −10 | interfaces/USB/class/kbdhid/kbdhid.c | |
+1 −0 | interfaces/USB/class/kbdhid/kbdhid.h | |
+44 −32 | interfaces/USB/class/kbdhid/usbd_kbdhid.c | |
+3 −2 | interfaces/USB/class/kbdhid/usbd_kbdhid.h | |
+1 −1 | interfaces/USB/class/webusb/webusb.c | |
+8 −0 | src/apdu.c | |
+7 −0 | test-via-pcsc/openpgp_test.go |