4dac7dd014
Allow on-demand file loading and unloading.
2019-09-10 21:42:04 +01:00
89b4b7d949
Additional error handling for rarer states.
...
Ensure std::map::at is not blindly applied without checking that the key
actually exists.
Fixes crashes where u2f client on PC/browser expects channel open, but
service has been restarted.
2019-09-10 17:22:52 +01:00
c14c6d0f0d
Fix incorrect paths for debug files.
2019-09-10 10:31:06 +01:00
1497e620c1
fixup! Fix host-descriptor deleter specialisation.
2019-09-07 16:43:16 +01:00
5921e6ea48
Fix host-descriptor deleter specialisation.
2019-09-06 13:41:40 +01:00
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
06d7e8e9a8
Fixes for cross-platform build.
2019-06-26 13:02:45 +01:00
6f329f7f3d
Fixed warnings.
2019-06-19 19:27:39 +01:00
01b523d072
Improved Makefile. Added initial Android support.
2019-06-15 22:54:43 +01:00
2d5f897a4a
Added license header to files.
2018-08-13 17:05:17 +01:00
c53386c4f4
Moved temp log files.
2018-08-12 09:43:58 +00: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
da9a91681c
Implemented authentication.
...
Near feature complete.
2018-08-05 19:32:07 +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