libgocryptfs/tests
Sebastian Lackner f3c777d5ea main: Add '-devrandom' commandline option
Allows to use /dev/random for generating the master key instead of the
default Go implementation. When the kernel random generator has been
properly initialized both are considered equally secure, however:

* Versions of Go prior to 1.9 just fall back to /dev/urandom if the
  getrandom() syscall would be blocking (Go Bug #19274)

* Kernel versions prior to 3.17 do not support getrandom(), and there
  is no check if the random generator has been properly initialized
  before reading from /dev/urandom

This is especially useful for embedded hardware with low-entroy. Please
note that generation of the master key might block indefinitely if the
kernel cannot harvest enough entropy.
2017-11-21 23:37:06 +01:00
..
cli main: Add '-devrandom' commandline option 2017-11-21 23:37:06 +01:00
defaults tests: add diriv cache race test 2017-08-10 21:01:19 +02:00
example_filesystems fusefrontend_reverse: fix 176-byte names 2017-10-01 13:50:25 +02:00
hkdf_sanity tests: add hkdf_sanity tests with broken example filesystem 2017-03-18 16:48:58 +01:00
matrix Drop Go 1.4 compatability code everywhere 2017-03-05 17:44:14 +01:00
plaintextnames Fix misspellings 2016-10-24 19:18:13 +02:00
reverse fusefrontend_reverse: workaround ext4 test failure 2017-10-03 21:15:17 +02:00
stress_tests tests: fsstress-gocryptfs.bash: sync up with EncFS 2017-07-21 23:34:44 +02:00
test_helpers fusefrontend: implement path decryption via ctlsock 2017-05-07 21:01:39 +02:00
canonical-benchmarks.bash benchmarks: add streaming read benchmark 2017-06-27 00:04:58 +02:00
dl-linux-tarball.bash tests: OSX compat: use OSX-style "stat -f" 2017-02-16 19:10:36 +01:00
fuse-unmount.bash OSX compat: replace fusermount calls with fuse-unmount.bash 2017-02-15 23:02:01 +01:00
maxlen.bash maxlen.bash: result was 1 too high 2016-10-04 10:26:22 +02:00