Skip to content

Commit

Permalink
Update Changelog for v1.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
rfjakob committed Oct 8, 2016
1 parent a985096 commit 9ab6c64
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ab6c64

Please sign in to comment.