Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-23 | Add partial XChaCha20-Poly1305 support (mount flag only) | Jakob Unterwurzacher | |
Mount flag only at the moment, not saved to gocryptfs.conf. https://github.com/rfjakob/gocryptfs/issues/452 | |||
2021-08-20 | -deterministic-names: accept flag on -init | Jakob Unterwurzacher | |
And store it in gocryptfs.conf (=remove DirIV feature flag). | |||
2020-09-12 | Add support for FIDO2 tokens | Pavol Rusnak | |
2019-12-28 | remove Trezor support | Pavol Rusnak | |
2018-07-01 | trezor: add skeleton for Trezor support | Jakob Unterwurzacher | |
readpassword.Trezor() is not implemented yet and returns a hardcoded dummy key. | |||
2017-03-05 | full stack: implement HKDF support | Jakob Unterwurzacher | |
...but keep it disabled by default for new filesystems. We are still missing an example filesystem and CLI arguments to explicitely enable and disable it. | |||
2017-03-05 | configfile: reject the "HKDF" flag for now | Jakob Unterwurzacher | |
This will be re-enabled once it is implemented. | |||
2017-03-05 | configfile: define HKDF flag | Jakob Unterwurzacher | |
2016-11-01 | Add support for unpadded base64 filenames, "-raw64" | Jakob Unterwurzacher | |
Through base64.RawURLEncoding. New command-line parameter "-raw64". | |||
2016-10-04 | lint fixes | Valient Gough | |
2016-09-26 | reverse: switch from GCM-SIV to AES-SIVv1.1-beta1 | Jakob Unterwurzacher | |
GCM-SIV is not yet finalized, and the reference implemenation is painfully slow at about 2 MB/s. Switch to AES-SIV. | |||
2016-09-25 | cryptocore: add support for GCM-SIV | Jakob Unterwurzacher | |
2016-06-06 | configfile: warn about missing feature flags | Jakob Unterwurzacher | |
The plan is to drop support for the oldest filesystem versions in gocryptfs v1.0. For now, we only warn the user. | |||
2016-06-05 | configfile: use map[flagIota] for feature flags | Jakob Unterwurzacher | |
This should make things saner and more extensible. It prepares the infrastructure for "required feature flags" that will be used to deprecate old gocryptfs version. |