libgocryptfs/cryptfs
Jakob Unterwurzacher e6b7353f4e Switch nonce generation to purely random
The old implementation of counting up from a random starting
point had the problem that is allowed an attacker to find out
the write order of the blocks.
2015-10-04 21:36:16 +02:00
..
config_file.go Run go fmt 2015-10-04 14:49:47 +02:00
content_test.go Run go fmt 2015-10-04 14:49:47 +02:00
cryptfs.go Run go fmt 2015-10-04 14:49:47 +02:00
cryptfs_content.go Run go fmt 2015-10-04 14:49:47 +02:00
cryptfs_names.go Run go fmt 2015-10-04 14:49:47 +02:00
intrablock.go Run go fmt 2015-10-04 14:49:47 +02:00
kdf.go Run go fmt 2015-10-04 14:49:47 +02:00
log.go Fix xfstests generic/030 failure 2015-10-04 00:26:20 +02:00
names_test.go Run go fmt 2015-10-04 14:49:47 +02:00
nonce.go Switch nonce generation to purely random 2015-10-04 21:36:16 +02:00
openssl_aead.go Run go fmt 2015-10-04 14:49:47 +02:00