Commit graph

15 commits

Author SHA1 Message Date
Viktor Dragomiretskyy
859f163520 Fix some imports so that demo stuff is still working. 2019-06-29 20:46:26 +12:00
Viktor Dragomiretskyy
59e01f2df0 DB init part of the pairing added. Pairing is done, YAY! 2019-06-29 20:01:27 +12:00
Viktor Dragomiretskyy
c5c3912506 A bit more refactoring. Calibration now works (sort of). 2019-06-29 18:15:35 +12:00
Viktor Dragomiretskyy
bf2a590813 A bit of refactoring and a start at calibration part of pairing 2019-06-27 23:38:33 +12:00
Viktor Dragomiretskyy
7368cd8d4f Add padding to private key encryption. Now compartible with windows version. 2019-06-20 10:11:06 +12:00
Viktor Dragomiretskyy
164a0a9e91 Upload firmware works! 2019-06-19 19:14:47 +12:00
Viktor Dragomiretskyy
974cb1a7c1 Flash partition works! 2019-06-19 18:21:19 +12:00
Viktor Dragomiretskyy
828aa54618 Added an ability to do a factory reset and partition the flash. (first steps to enable the pairing) 2019-06-19 14:22:49 +12:00
Viktor Dragomiretskyy
8a282299ed Merge remote-tracking branch 'origin/master' 2019-05-29 16:13:42 +12:00
Viktor Dragomiretskyy
443aca2720 Added some decompilation for timeslot table blobs. 2019-05-29 16:11:46 +12:00
uunicorn
64432d777d
Create README.md 2019-05-27 20:45:15 +12:00
Viktor Dragomiretskyy
ae7f5f9a3b A couple of small tweaks
- added a [lame] way to cancel an active capture
- detect when usb device is disconnected (seems to work fine with suspend/resume)
- try to gracefully end dbus service when device is disconnected
2019-05-27 20:01:17 +12:00
Viktor Dragomiretskyy
b690db7498 Added a sample DBus service which can impersoname fprintd 2019-05-23 00:16:46 +12:00
Viktor Dragomiretskyy
ef6ce24a26 A couple of improvements
- make TLS session persistent:
  once open, you can save TLS state with tls.save() and
  restore it next time by calling tls.load() instad of tls.open().
  State is saved in tls.dict file.
- a small standalone script added which can be used to keep an open
  file descriptor to the device. Without it tls.load() wont work.
- identify() function added
- added methods to associate blobs with fingers. Windows seems to be
  using these blobs to save certificates for the users to establish
  trust with potentially removable devices (it is sort of documented in
  winbio specs)
2019-05-21 22:41:54 +12:00
Viktor Dragomiretskyy
a7e203f958 First commit 2019-05-20 01:38:13 +12:00