Skip to content

Commit 9ab6c64

Browse files
committed
Update Changelog for v1.1-rc1
1 parent a985096 commit 9ab6c64

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@ RM: 4.42
115115
Changelog
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+
118129
v1.0, 2016-07-17
119130
* Deprecate very old filesystems, stage 3/3
120131
* Filesystems created by v0.6 can no longer be mounted

0 commit comments

Comments
 (0)