Age | Commit message (Expand) | Author |
2021-09-10 | cli: drop -forcedecode flag | Jakob Unterwurzacher |
2021-08-30 | Unbreak hyperlinks broken by go mod v2 conversion | Jakob Unterwurzacher |
2021-08-23 | contentenc: remove unused NonceMode constants | Jakob Unterwurzacher |
2021-08-23 | go mod: declare module version v2 | Jakob Unterwurzacher |
2021-06-21 | Improve startup debug output | Jakob Unterwurzacher |
2021-05-26 | contentenc: add PlainOffToCipherOff helper | Jakob Unterwurzacher |
2021-05-26 | contentenc: fix CipherSizeToPlainSize non-monoticity | Jakob Unterwurzacher |
2021-05-26 | contentenc: update comments | Jakob Unterwurzacher |
2021-05-26 | tests: contentenc: add TestSizeToSize | Jakob Unterwurzacher |
2020-05-17 | Update go-fuse import path to github.com/hanwen/go-fuse/v2 | Jakob Unterwurzacher |
2020-02-15 | contentenc: encryptBlocksParallel: explain why last part runs in new goroutine | Jakob Unterwurzacher |
2020-02-15 | contentenc: move parallel encryption into encryptBlocksParallel | Jakob Unterwurzacher |
2019-10-06 | contentenc: add explicit test for all-zero header | Jakob Unterwurzacher |
2019-02-17 | ParseHeader: print hexdump on error | Jakob Unterwurzacher |
2018-12-27 | configfile: Explicitly wipe scrypt derived key after decrypting/encrypting ma... | Sebastian Lackner |
2018-12-27 | Assorted spelling fixes. | Sebastian Lackner |
2018-07-15 | contentenc: reserve one extra block in pool plaintext buffers | Jakob Unterwurzacher |
2018-04-02 | fsck: clean up log output | Jakob Unterwurzacher |
2018-03-25 | fusefrontend: add xattr support | Jakob Unterwurzacher |
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 |