libgocryptfs/internal
Jakob Unterwurzacher 874e4fb5e9 cryptocore: rename "BackendTypeEnum" -> "AEADTypeEnum"
There are two independent backends, one for name encryption,
the other one, AEAD, for file content.

"BackendTypeEnum" only applies to AEAD (file content), so make that
clear in the name.
2017-03-05 17:10:57 +01:00
..
configfile configfile: define HKDF flag 2017-03-05 12:08:12 +01:00
contentenc Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +01:00
cryptocore cryptocore: rename "BackendTypeEnum" -> "AEADTypeEnum" 2017-03-05 17:10:57 +01:00
ctlsock ctlsock: handle non-canonical empty paths 2017-02-05 18:17:30 +01:00
exitcodes exitcodes: define code 12 for "password incorrect" 2017-02-26 19:25:23 +01:00
fusefrontend cryptocore: rename "BackendTypeEnum" -> "AEADTypeEnum" 2017-03-05 17:10:57 +01:00
fusefrontend_reverse cryptocore: use eme v1.1 interface 2017-03-05 13:58:24 +01:00
nametransform cryptocore: use eme v1.1 interface 2017-03-05 13:58:24 +01:00
prefer_openssl prefer_openssl: default to Go GCM on OSX 2016-12-10 21:04:17 +01:00
readpassword readpassword: limit password length to 1000 bytes 2017-02-13 09:13:22 +01:00
siv_aead Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +01:00
speed speed: add benchmark.bash helper 2017-02-24 09:38:50 +01:00
stupidgcm stupidgcm: drop only external dependecy 2017-02-24 09:46:10 +01:00
syscallcompat syscallcompat: OSX compat: fix variable warnings 2017-02-16 19:23:17 +01:00
tlog tlog: better comment for the terminal colors 2017-01-26 20:01:45 +01:00