Age | Commit message (Expand) | Author |
2017-10-19 | contentenc: reserve one additional block in CReqPool | Jakob Unterwurzacher |
2017-10-17 | fusefrontend: clamp oversized reads | Jakob Unterwurzacher |
2017-09-17 | contentenc: deduplicate AD packing into new concatAD() func | Jakob Unterwurzacher |
2017-09-17 | contentenc: DecryptBlocks: give block number counter a clearer name | Jakob Unterwurzacher |
2017-08-21 | Fix misspellings reported by goreportcard.com | Jakob Unterwurzacher |
2017-07-14 | macos: make testing without openssl work properly | Jakob Unterwurzacher |
2017-07-02 | contentenc: MergeBlocks: short-circuit the trivial case | Jakob Unterwurzacher |
2017-06-30 | contentenc: add PReqPool and use it in DecryptBlocks | Jakob Unterwurzacher |
2017-06-29 | contentenc: add safer "bPool" pool variant; add pBlockPool | Jakob Unterwurzacher |
2017-06-20 | contentenc: use sync.Pool memory pools for encryption | Jakob Unterwurzacher |
2017-06-11 | contentenc: parallelize encryption for 128kiB writes | Jakob Unterwurzacher |
2017-06-07 | contentenc: move EncryptBlocks() loop into its own functions | Jakob Unterwurzacher |
2017-06-01 | fusefrontend: write: consolidate and move encryption to contentenc | Jakob Unterwurzacher |
2017-06-01 | Fix two comments | Jakob Unterwurzacher |
2017-05-25 | contenenc: reject all-zero file ID | Jakob Unterwurzacher |
2017-05-25 | contentenc: better error reporting in ParseHeader | Jakob Unterwurzacher |
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 |