]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Change filename encryption to use CTS mode
authorTheodore Ts'o <tytso@mit.edu>
Mon, 6 Apr 2015 00:39:57 +0000 (20:39 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 6 Apr 2015 00:39:57 +0000 (20:39 -0400)
commitf7257a93f965703afafffff826eebf9ef70612e5
treeacdcc8c95c8b15bb20f4dbd646ea6c3b05616744
parent8afaf3be33fe129357cb616ca6939077d6e5ead9
Change filename encryption to use CTS mode

Previously we were using a weird hybrid CBC/CTS.  Switch things so we
are using straight CTS; this corresponds to changes made in the latest
ext4 encryption patches.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/ext2_fs.h
misc/e4crypt.c
misc/mke2fs.c