diff options
author | Jakob Unterwurzacher | 2021-06-27 11:17:29 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-06-27 11:17:29 +0200 |
commit | 2a9d70d48f4cc715a6864849cdec91ab08b6fd03 (patch) | |
tree | 9c397356062eaf264b07dcae37994ac08f9ecbff /README.md | |
parent | d6c8d892ffacf92f13798ee71112447100aa5a50 (diff) |
fido2: drop `-v` option (PIN request)
We used to pass `-v` on `gocryptfs -init` but not for
mount, which seems strange by itself, but more importantly,
`-v` does not work on Yubikeys.
Drop `-v`.
Fixes https://github.com/rfjakob/gocryptfs/issues/571
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -208,6 +208,9 @@ RM: 2,367 Changelog --------- +v2.1 (IN PROGRESS) +* fido2: do not request PIN on `gocryptfs -init` ([#571](https://github.com/rfjakob/gocryptfs/issues/571)) + v2.0.1, 2021-06-07 * Fix symlink creation reporting the wrong size, causing git to report it as modified ([#574](https://github.com/rfjakob/gocryptfs/issues/574)) |