File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,17 @@ RM: 4.42
115115Changelog
116116---------
117117
118+ v1.1-rc1, 2016-10-09
119+ * ** Add reverse mode ([ #34 ] ( https://github.com/rfjakob/gocryptfs/issues/34 ) )**
120+ * AES-SIV (RFC5297) encryption to implement deterministic encryption
121+ securely. Uses the excellent
122+ [ jacobsa/crypto] ( https://github.com/jacobsa/crypto ) library.
123+ * New command-line options: ` -reverse ` , ` -aessiv `
124+ * Filesystems using reverse mode can only be mounted with gocryptfs v1.1
125+ and later.
126+ * The default, forward mode, stays fully compatible with older versions.
127+ Forward mode will keep using GCM because it is much faster.
128+
118129v1.0, 2016-07-17
119130* Deprecate very old filesystems, stage 3/3
120131 * Filesystems created by v0.6 can no longer be mounted
You can’t perform that action at this time.
0 commit comments