Age | Commit message (Expand) | Author |
2017-05-01 | contentenc: downgrade "interrupted write?" warning to debug | Jakob Unterwurzacher |
2017-04-24 | forcedecode: tighten checks | Jakob Unterwurzacher |
2017-04-23 | Add -forcedecode | danim7 |
2017-03-07 | contentenc: catch integer underflow in file size calculation | Jakob Unterwurzacher |
2017-03-05 | full stack: implement HKDF support | Jakob Unterwurzacher |
2017-03-05 | configfile: switch to 128-bit IVs for master key encryption | Jakob Unterwurzacher |
2016-12-10 | Replace all calls to naked panic() with log.Panic() | Jakob Unterwurzacher |
2016-10-28 | fusefrontend: I/O error instead of panic on all-zero nonce | Jakob Unterwurzacher |
2016-10-04 | lint fixes | Valient Gough |
2016-09-29 | reverse: use per-purpose nonce generation | Jakob Unterwurzacher |
2016-09-26 | reverse: switch from GCM-SIV to AES-SIVv1.1-beta1 | Jakob Unterwurzacher |
2016-09-25 | contentenc: rename constant "IVBitLen" to "DefaultIVBits" and clarify comment | Jakob Unterwurzacher |
2016-09-25 | contentenc: add "ExternalNonce" mode | Jakob Unterwurzacher |
2016-09-25 | reverse: derive file ID and block IVs from file paths | Jakob Unterwurzacher |
2016-09-25 | contentenc: add GCM-SIV support | Jakob Unterwurzacher |
2016-09-25 | cryptocore: add support for GCM-SIV | Jakob Unterwurzacher |
2016-09-25 | reverse: print value in file offset panic | Jakob Unterwurzacher |
2016-09-25 | contentenc: add helpers for reverse mode | Jakob Unterwurzacher |
2016-09-25 | conentenc: handle zero-sized files in PlainSizeToCipherSize | Jakob Unterwurzacher |
2016-07-06 | Add godoc comments to all internal packages | Jakob Unterwurzacher |
2016-07-02 | fusefronted: move Truncate() and Allocate() to their own file | Jakob Unterwurzacher |
2016-07-02 | contentenc: rename PlaintextRange and CiphertextRange | Jakob Unterwurzacher |
2016-07-01 | fusefrontend: coalesce grows in Truncate() | Jakob Unterwurzacher |
2016-06-16 | Rename nametransform, contentenc source files | Jakob Unterwurzacher |
2016-06-15 | Rename internal "toggledlog" package to "tlog" | Jakob Unterwurzacher |
2016-03-03 | Enable openssl in tests to support old Go versions | Jakob Unterwurzacher |
2016-02-07 | longnames part II: Rename, Unlink, Rmdir, Mknod, Mkdir + testsv0.9-rc1 | Jakob Unterwurzacher |
2016-02-06 | Run go fmt | Jakob Unterwurzacher |
2016-02-06 | Fix tests - were broken by the refactoring | Jakob Unterwurzacher |
2016-02-06 | Major refactoring: Split up "cryptfs" into several internal packages | Jakob Unterwurzacher |