aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-10-09 00:59:00 +0200
committerJakob Unterwurzacher2016-10-09 00:59:00 +0200
commit9ab6c64a49d6870ccd6f504e4e0c86163d34382a (patch)
tree7e232a8ac8fa7d34f52ff6072f4c22735b73ae0c
parenta985096b50666172425610a66cbfa0997a23db6e (diff)
Update Changelog for v1.1-rc1v1.1-rc1
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff037de..df91ee3 100644
--- a/README.md
+++ b/README.md
@@ -115,6 +115,17 @@ RM: 4.42
Changelog
---------
+v1.1-rc1, 2016-10-09
+* **Add reverse mode ([#34](https://github.com/rfjakob/gocryptfs/issues/34))**
+ * AES-SIV (RFC5297) encryption to implement deterministic encryption
+ securely. Uses the excellent
+ [jacobsa/crypto](https://github.com/jacobsa/crypto) library.
+ * New command-line options: `-reverse`, `-aessiv`
+ * Filesystems using reverse mode can only be mounted with gocryptfs v1.1
+ and later.
+* The default, forward mode, stays fully compatible with older versions.
+ Forward mode will keep using GCM because it is much faster.
+
v1.0, 2016-07-17
* Deprecate very old filesystems, stage 3/3
* Filesystems created by v0.6 can no longer be mounted