60 Commits

Author SHA1 Message Date
1093294b61 Fix visability issues. 2019-09-14 09:24:03 +01:00
ed1add2c60 Fix #6. Fix relying party verification.
Fix to throw error when relying party uses the wrong application
parameter when requesting a signature.
2019-09-11 15:49:50 +01:00
c8061d373f Updated READMEs with new certificate details. 2019-09-10 10:52:02 +01:00
784f3803f9 Fixed typo in Certificates.hpp.
Updated GenCErtificates.sh script to accomodate change.
2019-09-10 10:51:32 +01:00
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