solo1/fido2
Enrik Berkhan fe24b9edd1 POC: add ed25519 support based on libsodium (PC) or salty (solo).
For now:

- libsodium(-dev) is expected to be preinstalled on build system for PC
build
2020-10-17 14:40:41 +02:00
..
extensions Add missing declaration, and comment out wallet message 2019-08-20 11:34:35 +02:00
Makefile small fixes 2019-11-22 19:02:52 -05:00
apdu.c return SW_WRONG_LENGTH for incorrect lc 2019-08-30 16:37:17 +08:00
apdu.h return SW_WRONG_LENGTH for incorrect lc 2019-08-30 16:37:17 +08:00
cose_key.h POC: add ed25519 support based on libsodium (PC) or salty (solo). 2020-10-17 14:40:41 +02:00
crypto.c POC: add ed25519 support based on libsodium (PC) or salty (solo). 2020-10-17 14:40:41 +02:00
crypto.h POC: add ed25519 support based on libsodium (PC) or salty (solo). 2020-10-17 14:40:41 +02:00
ctap.c POC: add ed25519 support based on libsodium (PC) or salty (solo). 2020-10-17 14:40:41 +02:00
ctap.h POC: add ed25519 support based on libsodium (PC) or salty (solo). 2020-10-17 14:40:41 +02:00
ctap_errors.h refactor fido2 user presence handling & increase timeout to 29s 2019-08-23 13:19:28 +08:00
ctap_parse.c POC: add ed25519 support based on libsodium (PC) or salty (solo). 2020-10-17 14:40:41 +02:00
ctap_parse.h Implement commands for management of resident keys 2020-03-21 11:59:22 -04:00
ctaphid.c add reboot command for better testing 2020-03-25 14:57:39 -04:00
ctaphid.h add reboot command for better testing 2020-03-25 14:57:39 -04:00
data_migration.c move sense of "backup" from ctap to device layer 2019-11-22 19:02:52 -05:00
data_migration.h Add initial STATE migration code 2019-08-20 11:34:45 +02:00
device.c cleanup 2020-03-25 14:57:39 -04:00
device.h add rk delete implementations 2020-03-25 14:57:39 -04:00
example_app.h refactor to use libsolo 2019-11-22 19:02:52 -05:00
log.c Implement commands for management of resident keys 2020-03-21 11:59:22 -04:00
log.h Implement commands for management of resident keys 2020-03-21 11:59:22 -04:00
storage.h store all info in same page, dont use authenticator state 2019-10-27 10:25:00 -04:00
stubs.c update license to apache2 + mit 2019-02-12 17:18:17 -05:00
test_power.c update license to apache2 + mit 2019-02-12 17:18:17 -05:00
u2f.c add credProtect extension 2020-03-25 14:57:39 -04:00
u2f.h check FIDO2 credential IDs in U2F 2019-10-08 16:10:29 -04:00
util.c update license to apache2 + mit 2019-02-12 17:18:17 -05:00
util.h update license to apache2 + mit 2019-02-12 17:18:17 -05:00
version.c Update version.c 2020-03-16 14:59:01 -04:00
version.h Store version in the bootloader. Debug code. 2019-08-24 10:17:43 +02:00
version.mk build fido2 locally as lib 2019-11-22 19:02:52 -05:00