From 098b323f683de6b3c41378c977b26ae93486dee0 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 1 Aug 2016 21:01:21 +0200 Subject: Fix securefs max filename len --- docs/comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/comparison.md b/docs/comparison.md index 7c39a36..a8ac066 100644 --- a/docs/comparison.md +++ b/docs/comparison.md @@ -98,7 +98,7 @@ File Names | Encryption | EME [4] | CBC | CBC | CBC | SIV | GCM (B+ dir DB) | GCM (dir DB) | | Prefix leak | no (EME) | no (HMAC used as IV) | no (HMAC used as IV) | yes [2] | no (SIV) | no (GCM) | no (GCM) | | Identical names leak | no (per-directory IV) | no (path chaining) | no (path chaining) | yes [1] | yes [3] | no (GCM) | no (GCM) | -| Maximum name length [5] | 256 {2} | 176 | 176 | 144 | 1026 | 255 | 1025 | +| Maximum name length [5] | 256 {2} | 176 | 176 | 144 | 1026 | 256 | 1025 | | Directory flattening {1} | no | no | no | no | yes | yes | yes | References: -- cgit v1.2.3