Yubico / python-fido2

Provides library functionality for FIDO 2.0, including communication with a device over USB.
BSD 2-Clause "Simplified" License
432 stars 109 forks source link

Fixes for TPM support #73

Closed baloo closed 5 years ago

baloo commented 5 years ago

Got libtss2 working, I've been able to play a bit with a tpm and have it generate an ECC key. I used that to generate a test missing from #72.

Also a minor fix for da5056913be4fba0392f4710a81e2ee0f3a8aa99 renaming a field.

somewhat superseeds #72

baloo commented 5 years ago

merged in master. (Thanks!)