Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |