Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-25 | configfile: always validate all scrypt parameters | Jakob Unterwurzacher | |
This makes sure we cannot get weak parameters passed through a rougue gocryptfs.conf. | |||
2017-02-25 | configfile: rename "kdf.go" -> "scrypt.go" | Jakob Unterwurzacher | |
This really only handles scrypt and no other key-derivation functions. Renaming the files prevents confusion once we introduce HKDF. renamed: internal/configfile/kdf.go -> internal/configfile/scrypt.go renamed: internal/configfile/kdf_test.go -> internal/configfile/scrypt_test.go |