libgocryptfs/internal/nametransform
Jakob Unterwurzacher e574a6cc1f nametransform: hide detailed padding error behind the debug flag
unPad16 returns detailed errors including the position of the
incorrect bytes. Kill a possible padding oracle by lumping
everything into a generic error.

The detailed error is only logged if debug is active.
2016-07-03 15:35:58 +02:00
..
diriv.go Rename nametransform, contentenc source files 2016-06-16 19:02:47 +02:00
diriv_cache.go Move dirIVCache to its own file 2016-02-06 20:27:28 +01:00
longnames.go Rename internal "toggledlog" package to "tlog" 2016-06-15 23:30:44 +02:00
longnames_test.go longnames: fix fsstress failure, use dirfd 2016-04-10 21:31:08 +02:00
names.go nametransform: hide detailed padding error behind the debug flag 2016-07-03 15:35:58 +02:00
names_test.go nametransform: drop unused noiv functions 2016-06-23 21:39:04 +02:00
pad16.go Run go fmt 2016-02-06 20:23:36 +01:00