Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-07 | tests: split example_filesystems into its own package | Jakob Unterwurzacher | |
Running these tests from integration_tests' TestMain() was awkward because they were run twice with unchanged settings. integration_tests tests everything with OpenSSL and with native Go crypto, but this does not take affect for the example filesystems. To make this work, test_helpers is also split into its own package. | |||
2016-06-06 | tests: error out properly on mount failure | Jakob Unterwurzacher | |
In TestMain we call os.Exit as before, but inside actual tests we now call t.Fatal(). | |||
2016-06-04 | tests: recreate v0.7 example filesystem with -scryptn=10 | Jakob Unterwurzacher | |
Speeds TestExampleFSv07 from 0.46 seconds to 0.07 seconds. | |||
2016-06-04 | tests: add v0.9 example filesystem with a 255-byte filename | Jakob Unterwurzacher | |
gocryptfs v0.9 introduced long file names, so lets add an example filesystem that has that feature flag set. Operations on long file names are tested in the regular integration tests as well. | |||
2015-12-19 | Increase GCM IV size from 96 to 128 bits | Jakob Unterwurzacher | |
This pushes back the birthday bound for collisions to make it virtually irrelevant. | |||
2015-12-10 | tests: test read-write directory operations on all example filesystems | Jakob Unterwurzacher | |
2015-12-10 | tests: add v0.6-plaintextnames example filesystem | Jakob Unterwurzacher | |
2015-12-08 | tests: add v0.6 example filesystem with EME | Jakob Unterwurzacher | |
2015-12-08 | Add EME filename encryption & enable it by default | Jakob Unterwurzacher | |
2015-12-06 | tests: recreate v0.5 example filesystems with -scryptn=10 | Jakob Unterwurzacher | |
Cuts the mount time in half, from 0.788s to 0.321s. | |||
2015-11-29 | Run go fmt | Jakob Unterwurzacher | |
2015-11-28 | tests: add v0.5 example filesystem (with DirIV!) | Jakob Unterwurzacher | |
2015-11-28 | tests: verify that symlinks work | Jakob Unterwurzacher | |
2015-11-28 | diriv: use "DirIV" flag to discern and support mounting old filesystems | Jakob Unterwurzacher | |
2015-11-27 | Run go fmt | Jakob Unterwurzacher | |
2015-11-27 | tests: create all-zero gocryptfs.diriv in resetTmpDir() | Jakob Unterwurzacher | |
Tests were failing because this file was missing | |||
2015-11-15 | tests: add example_filesystems, test password and -masterkey mount | Jakob Unterwurzacher | |