Commit graph

8 commits

Author SHA1 Message Date
Arvid Norlander
c4597a7202
Add .idea for PyCharm to .gitignore. 2020-08-03 19:34:20 +02:00
Viktor Dragomiretskyy
504f5316b5 Add a service to restart python3-validity on suspend/resume. Thanks to @flops 2020-07-17 00:23:30 +12:00
Viktor Dragomiretskyy
cefc2f6ff5 Attempt to start from udev. 2020-07-12 04:08:51 +12:00
Viktor Dragomiretskyy
23498ba122 Added debian packaging 2020-07-10 17:48:51 +12:00
Viktor Dragomiretskyy
19f49e038b Initial setuptools packaging 2020-07-10 15:00:36 +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
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