7ce0738338
Implemented automated certificate generation.
...
Removed existing certificates as private key was shared.
Updated makefile to require certificate generation.
2019-09-09 17:06:47 +01:00
701127496c
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-08 20:27:47 +01:00
528662a081
Fix missing signal handling.
...
Plug signal handler into additional signal. Fixes no cleanup (corruption)
on stopping.
May impact #6 .
2019-09-08 20:25:36 +01:00
80b552012d
Fixed constant re-opening kernel pipe.
2019-09-07 17:23:41 +01:00
Michael Kuc
aeb9c89be8
Save immediately on persistent state modification.
...
Modifications for #6 .
2019-08-29 16:20:42 +01:00
ad250d14e3
Fixed U2FDevice attempting to update every microsecond.
2019-08-23 13:37:51 +01:00
f7dea03132
Reformat
2019-08-23 13:32:41 +01:00
55d1fd738f
Update gitignore.
...
Added clang-formatting specification.
2019-08-23 13:32:03 +01:00
0ce5793414
Hopefully improved attestation certificate creation README.
...
Fixes #3 .
2019-08-05 13:00:50 +01:00
4ce52d4da3
Replaced incorrect #if with #ifdef.
...
Fixes #2 .
2019-08-05 12:49:59 +01:00
a426a70dcf
Fixed terminateHandler typo.
...
Fixes #1 .
2019-08-05 12:31:06 +01:00
c0ca093e83
Fixed branch path.
2019-06-26 16:56:02 +01:00
fc96017efd
Refer to android branch on main readme.
2019-06-26 16:53:29 +01:00
b942713cc9
Correct architecture.
2019-06-26 13:09:20 +01:00
06d7e8e9a8
Fixes for cross-platform build.
2019-06-26 13:02:45 +01:00
605fa0b691
Improved build for cross-compilation.
2019-06-26 12:26:27 +01:00
7bf3804846
Compile fixes for alternative compilers.
2019-06-26 11:26:25 +01:00
ee5365c44f
Added cleaning submodules to build.
2019-06-22 19:18:29 +01:00
613b607e1a
Fixed link in README.
...
Markdown formatting fix.
2019-06-22 16:21:34 +01:00
731b52d816
Fixed unidentified command. Fixed erroring.
2019-06-22 16:17:30 +01:00
e7eba249f5
Fixed build.
2019-06-22 12:32:45 +01:00
2956db9b06
Fixed macros for architectures.
2019-06-19 21:56:21 +01:00
1ca7d61d88
Set architecture.
2019-06-19 19:42:20 +01:00
241922a16c
Refactored main functionality to allow easier adoption into other
...
projects.
2019-06-19 19:28:56 +01:00
6f329f7f3d
Fixed warnings.
2019-06-19 19:27:39 +01:00
407d147356
Improved Makefile. Added initial Android support.
2019-06-15 22:54:43 +01:00
01b523d072
Improved Makefile. Added initial Android support.
2019-06-15 22:54:43 +01:00
fe525cb634
Updated USB VID & PID.
...
Also fixed missing image for Readme.
2018-09-25 13:57:34 +01:00
3d05208e1a
Removed spurious init.txt file.
2018-08-13 17:06:35 +01:00
2d5f897a4a
Added license header to files.
2018-08-13 17:05:17 +01:00
5d92adf0d0
Added license
2018-08-13 16:57:05 +01:00
84d9e786bc
Replaced TOC.
2018-08-13 16:48:05 +01:00
d895b98fac
Fixed paths.
2018-08-13 16:40:19 +01:00
34c8898801
Improved readme.
2018-08-13 17:01:34 +01:00
d513724b0e
Improved service.
2018-08-12 13:03:59 +00:00
5c908d8530
Made a service to enable auto-starting.
2018-08-12 12:00:38 +00:00
0de7ee2fd7
Updated readme.
2018-08-12 12:17:01 +01:00
a51b8955e2
Improved error handling.
2018-08-12 10:12:42 +00:00
c53386c4f4
Moved temp log files.
2018-08-12 09:43:58 +00:00
76d92d4cd7
Renamed project.
2018-08-12 09:38:39 +00:00
cf69741c24
Reused ACT (led0) light as activity light.
2018-08-12 11:33:41 +01:00
2b01dbc605
Added ping command functionality.
2018-08-10 18:31:22 +00:00
a20c190fea
Improved U2F HID error handling.
...
Fixed U2FMessage's error reporting.
Implemented better error reporting.
2018-08-10 14:24:26 +00:00
2ced303d3a
Improved U2F APDU Message error handling.
2018-08-10 13:13:38 +00:00
5d1d0ccb63
Cleaned up messages.
2018-08-10 12:00:03 +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
673577a601
Fixed missing header guards.
2018-08-05 19:41:44 +00:00
6e10642ba4
Updated README to reflect submodule addition.
2018-08-05 19:38:43 +00:00
da9a91681c
Implemented authentication.
...
Near feature complete.
2018-08-05 19:32:07 +00:00
a14dddfc05
Improved README.
2018-07-31 00:11:57 +00:00