Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-18 | Add "-allow_other" command-line option | Jakob Unterwurzacher | |
As requested in https://github.com/rfjakob/gocryptfs/issues/26 , this adds the option to allow other users to access the filesystem. | |||
2016-05-12 | prefer_openssl: add amd64 constraint | Jakob Unterwurzacher | |
Optimized assembly versions for Go GCM are only available on amd64. | |||
2016-05-12 | prefer_openssl: autodetect whether to use OpenSSL or Go GCM | Jakob Unterwurzacher | |
Go GCM is faster than OpenSSL if the CPU has AES instructions and you are running Go 1.6+. The "-openssl" option now defaults to "auto". "gocryptfs -debug -version" displays the result of the autodetection. See https://github.com/rfjakob/gocryptfs/issues/23 for details and benchmarks. | |||
2016-04-17 | Update manpage with "longnames" option, explain feature flag options | Jakob Unterwurzacher | |
2016-01-31 | Add new "-wpanic" option and enable it for the automated tests | Jakob Unterwurzacher | |
2016-01-24 | Update MANPAGE with new options | Jakob Unterwurzacher | |
2016-01-06 | Add EXAMPLES to manpage | Jakob Unterwurzacher | |
2015-12-19 | Increase GCM IV size from 96 to 128 bits | Jakob Unterwurzacher | |
This pushes back the birthday bound for collisions to make it virtually irrelevant. | |||
2015-12-08 | Add EME filename encryption & enable it by default | Jakob Unterwurzacher | |
2015-12-04 | Update manpage with -diriv and -scryptnv0.5 | Jakob Unterwurzacher | |
2015-12-01 | Move docs to Documentation folder | Jakob Unterwurzacher | |