Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-03 | fido2: quote argument strings in debug output | Jakob Unterwurzacher | |
Tested using gocryptfs -init -debug -fido2 "hello world" cipherdir Output before: callFidoCommand: executing "/usr/bin/fido2-cred" with args [fido2-cred -M -h -v hello world] After: callFidoCommand: executing "/usr/bin/fido2-cred" with args ["fido2-cred" "-M" "-h" "-v" "hello world"] Related: https://github.com/rfjakob/gocryptfs/issues/571 | |||
2020-09-12 | Add support for FIDO2 tokens | Pavol Rusnak | |