9 Commits

Author SHA1 Message Date
dac4617d70 Use client-server processing to avoid constant super-user invocation. 2019-09-05 21:37:33 +01:00
01dad2ee0a Reformatting. 2019-08-23 13:27:30 +01:00
0606772cc3 Basic U2FDevice implementation. 2019-08-23 13:00:22 +01:00
2f8e417d00 Fix building on Android NDK. 2019-08-18 17:22:01 +01:00
f3fa1d29ba Replaced incorrect #if with #ifdef.
Fixes #2.
2019-08-05 13:07:07 +01:00
06d7e8e9a8 Fixes for cross-platform build. 2019-06-26 13:02:45 +01:00
2d5f897a4a Added license header to files. 2018-08-13 17:05:17 +01:00
48840ad36c Added resumable loading, along with signal handling.
This version can store state after receiving SIGINT.
This is achieved by polling FIFO read state;
2018-08-09 20:23:23 +00:00
86af080ba6 Added registration.
Currently doesn't return any valid result, hence host believes device
failed to register, however, insecure storage of keys does occur.
2018-07-31 00:09:25 +00:00