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 | |||
2017-05-27 | cryptocore: improve comments and add tests for hkdfDerive | Jakob Unterwurzacher | |
These should make it easier to re-implement the key derivation that was enabled with the "HKDF" feature flag. | |||
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. |