From 8a2e1a543aa793bf234838b8ba03b28c43f802a8 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 23 Jun 2016 20:53:14 +0200 Subject: tests: add v0.7-plaintextnames example filesystem The v0.6-plaintextnames example FS lacks the GCMIV128 feature flag, is no longer mountable and can no longer be used for testing. Add a new "-plaintextnames" filesystem created by gocryptfs v0.7. There have been no format changes to "-plaintextnames" since then. --- tests/example_filesystems/v0.7-plaintextnames/abs | 1 + .../v0.7-plaintextnames/gocryptfs.conf | 15 +++++++++++++++ tests/example_filesystems/v0.7-plaintextnames/rel | 1 + tests/example_filesystems/v0.7-plaintextnames/status.txt | Bin 0 -> 60 bytes 4 files changed, 17 insertions(+) create mode 120000 tests/example_filesystems/v0.7-plaintextnames/abs create mode 100644 tests/example_filesystems/v0.7-plaintextnames/gocryptfs.conf create mode 120000 tests/example_filesystems/v0.7-plaintextnames/rel create mode 100644 tests/example_filesystems/v0.7-plaintextnames/status.txt (limited to 'tests/example_filesystems/v0.7-plaintextnames') diff --git a/tests/example_filesystems/v0.7-plaintextnames/abs b/tests/example_filesystems/v0.7-plaintextnames/abs new file mode 120000 index 0000000..e1740fa --- /dev/null +++ b/tests/example_filesystems/v0.7-plaintextnames/abs @@ -0,0 +1 @@ +/a/b/c/d \ No newline at end of file diff --git a/tests/example_filesystems/v0.7-plaintextnames/gocryptfs.conf b/tests/example_filesystems/v0.7-plaintextnames/gocryptfs.conf new file mode 100644 index 0000000..9b462a3 --- /dev/null +++ b/tests/example_filesystems/v0.7-plaintextnames/gocryptfs.conf @@ -0,0 +1,15 @@ +{ + "EncryptedKey": "13f9NLdlS20w26T0bukhVrqhumJOHhRyntEJb2y2BJK+K1kulklQGT6gxSWPsjDqw5514h9/euMiKMwc", + "ScryptObject": { + "Salt": "b2ZD+7sN6b/lchJbYT+4K73tscC6WwbGrdxHuFjhOT4=", + "N": 1024, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 2, + "FeatureFlags": [ + "GCMIV128", + "PlaintextNames" + ] +} \ No newline at end of file diff --git a/tests/example_filesystems/v0.7-plaintextnames/rel b/tests/example_filesystems/v0.7-plaintextnames/rel new file mode 120000 index 0000000..8279c75 --- /dev/null +++ b/tests/example_filesystems/v0.7-plaintextnames/rel @@ -0,0 +1 @@ +status.txt \ No newline at end of file diff --git a/tests/example_filesystems/v0.7-plaintextnames/status.txt b/tests/example_filesystems/v0.7-plaintextnames/status.txt new file mode 100644 index 0000000..86ae6dc Binary files /dev/null and b/tests/example_filesystems/v0.7-plaintextnames/status.txt differ -- cgit v1.2.3