Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-01 | trezor: add TrezorPayload | Jakob Unterwurzacher | |
TrezorPayload stores 32 random bytes used for unlocking the master key using a Trezor security module. The randomness makes sure that a unique unlock value is used for each gocryptfs filesystem. | |||
2018-07-01 | configfile: reduce function name stutter | Jakob Unterwurzacher | |
configfile.LoadConfFile() -> configfile.Load() configfile.CreateConfFile() -> configfile.Create() | |||
2018-07-01 | trezor: exit with usage error if used together with -extpass | Jakob Unterwurzacher | |
Using an external program for the Trezor PIN is not supported at the moment. | |||
2018-07-01 | trezor: add basic "-init -trezor" test | Jakob Unterwurzacher | |
Verify that the Trezor feature flag is set after "-init -trezor". |