libgocryptfs/internal
Jakob Unterwurzacher 49b597f07c prefer_openssl: autodetect whether to use OpenSSL or Go GCM
Go GCM is faster than OpenSSL if the CPU has AES instructions
and you are running Go 1.6+.

The "-openssl" option now defaults to "auto".

"gocryptfs -debug -version" displays the result of the autodetection.

See https://github.com/rfjakob/gocryptfs/issues/23 for details and
benchmarks.
2016-05-12 00:42:42 +02:00
..
configfile Enable openssl in tests to support old Go versions 2016-03-03 00:59:58 +01:00
contentenc Enable openssl in tests to support old Go versions 2016-03-03 00:59:58 +01:00
cryptocore stupidgcm: skip tests on Go 1.4 and older 2016-05-05 00:09:08 +02:00
fusefrontend fusefrontend: fix panic due to concurrently unregistered wlock 2016-05-08 23:21:20 +02:00
nametransform longnames: fix fsstress failure, use dirfd 2016-04-10 21:31:08 +02:00
prefer_openssl prefer_openssl: autodetect whether to use OpenSSL or Go GCM 2016-05-12 00:42:42 +02:00
stupidgcm stupidgcm: set dummy locking callback. 2016-05-05 00:09:08 +02:00
toggledlog longnames part II: Rename, Unlink, Rmdir, Mknod, Mkdir + tests 2016-02-07 14:02:09 +01:00