libgocryptfs/internal
Jakob Unterwurzacher 477071d673 speed: fix build for Go 1.4 and lower
Old Go versions miss cipher.NewGCMWithNonceSize, which causes:

  internal/speed/speed.go:95: undefined: cipher.NewGCMWithNonceSize
2017-02-23 00:04:51 +01:00
..
configfile tests: configfile: add missing newlines in verbose output 2017-02-16 19:45:20 +01:00
contentenc Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +01:00
cryptocore Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +01:00
ctlsock ctlsock: handle non-canonical empty paths 2017-02-05 18:17:30 +01:00
fusefrontend ctlsock: better error message for forward mode path decryption 2017-01-29 18:55:52 +01:00
fusefrontend_reverse tests: reverse: check Access() call 2017-02-16 21:20:29 +01:00
nametransform Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +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: fix build for Go 1.4 and lower 2017-02-23 00:04:51 +01:00
stupidgcm Implement "gocryptfs -speed" 2017-02-22 23:56:34 +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