configfile: disable Raw64 for now
Raw64 is supported (but was disabled by default) since gocryptfs v1.2. However, the implementation was buggy because it forgot about long names and symlinks. Disable it for now by default and enable it later, together with HKDF.
This commit is contained in:
parent
445b5019e3
commit
a8fd8a2516
@ -64,9 +64,9 @@ func CreateConfFile(filename string, password string, plaintextNames bool, logN
|
||||
cf.FeatureFlags = append(cf.FeatureFlags, knownFlags[FlagDirIV])
|
||||
cf.FeatureFlags = append(cf.FeatureFlags, knownFlags[FlagEMENames])
|
||||
cf.FeatureFlags = append(cf.FeatureFlags, knownFlags[FlagLongNames])
|
||||
cf.FeatureFlags = append(cf.FeatureFlags, knownFlags[FlagRaw64])
|
||||
// TODO enable this and release as v1.3-beta1 once we have enough test
|
||||
// TODO enable these and release as v1.3-beta1 once we have enough test
|
||||
// coverage
|
||||
//cf.FeatureFlags = append(cf.FeatureFlags, knownFlags[FlagRaw64])
|
||||
//cf.FeatureFlags = append(cf.FeatureFlags, knownFlags[FlagHKDF])
|
||||
}
|
||||
if aessiv {
|
||||
|
Loading…
x
Reference in New Issue
Block a user