Update changelog and gocryptfs-xray manpage

This commit is contained in:
Jakob Unterwurzacher 2019-01-04 19:39:10 +01:00
parent 117dc3f2cc
commit 7f0de69fe2
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,10 @@ DESCRIPTION
Available options are listed below.
#### -aessiv
Assume AES-SIV mode instead of AES-GCM when examining an encrypted file.
Is not needed and has no effect in `-dumpmasterkey` mode.
#### -dumpmasterkey
Decrypts and shows the master key.

View File

@ -176,6 +176,8 @@ v1.7, in progress (v1.7-beta1 released 2019-01-03)
* Reverse mode: fix excluded, unaccessible files showing up in directory listings
([#285](https://github.com/rfjakob/gocryptfs/issues/285),
[#286](https://github.com/rfjakob/gocryptfs/issues/286))
* gocryptfs-xray: add `-aessiv` flag for correctly parsing AES-SIV format files
([#299](https://github.com/rfjakob/gocryptfs/issues/299))
v1.6.1, 2018-12-12
* Fix "Operation not supported" chmod errors on Go 1.11