aboutsummaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2021-09-07speed: add decryption benchmarksJakob Unterwurzacher
2021-09-07speed: add bEncrypt helper, reuse dst bufferJakob Unterwurzacher
2021-09-07stupidgcm: use aead_seal for gcm as wellJakob Unterwurzacher
2021-09-07stupidgcm: replace chacha20poly1305_seal with generic aead_sealJakob Unterwurzacher
2021-09-07stupidgcm: batch C calls in chacha20poly1305_sealJakob Unterwurzacher
2021-09-07-speed: add XChaCha20-Poly1305-OpenSSLJakob Unterwurzacher
2021-09-07stupidgcm: add stupidXchacha20poly1305Jakob Unterwurzacher
2021-09-07stupidgcm: stupidChacha20poly1305: normalize panic messagesJakob Unterwurzacher
2021-09-07stupidgcm: stupidChacha20poly1305: use byte array for keyJakob Unterwurzacher
2021-09-02stupidgcm: add testWipe testJakob Unterwurzacher
2021-09-02stupidgcm: deduplicate tests 2/2Jakob Unterwurzacher
2021-09-02stupidgcm: deduplicate tests 1/2Jakob Unterwurzacher
2021-09-02stupidgcm: add chacha20poly1305 via opensslJakob Unterwurzacher
2021-08-30fusefrontend: remove leftover PrintfJakob Unterwurzacher
2021-08-30Unbreak hyperlinks broken by go mod v2 conversionJakob Unterwurzacher
2021-08-30Reimplement -serialize_reads flag using new SyncRead mount flagJakob Unterwurzacher
2021-08-30Remove serialize_reads packageJakob Unterwurzacher
2021-08-25-devrandom: make flag a no-opJakob Unterwurzacher
2021-08-24-speed: note that -xchacha is selectableJakob Unterwurzacher
2021-08-23contentenc: remove unused NonceMode constantsJakob Unterwurzacher
2021-08-23speed: use algo names from cryptocoreJakob Unterwurzacher
2021-08-23cryptocore: add NonceSize to AEADTypeEnumJakob Unterwurzacher
2021-08-23configfile: add Validate() function, support FlagXChaCha20Poly1305Jakob Unterwurzacher
2021-08-23Add partial XChaCha20-Poly1305 support (mount flag only)Jakob Unterwurzacher
2021-08-23go mod: declare module version v2Jakob Unterwurzacher
2021-08-23ensurefds012: package comment should preceded package statementJakob Unterwurzacher
2021-08-21configfile: pass struct to Create 2/2Jakob Unterwurzacher
2021-08-21configfile: pass struct to Create 1/2Jakob Unterwurzacher
2021-08-21cryptocore: drop IVLen helper varJakob Unterwurzacher
2021-08-20-deterministic-names: implement for reverse mode, tooJakob Unterwurzacher
2021-08-20-deterministic-names: accept flag on -initJakob Unterwurzacher
2021-08-20Implement -deterministic-names: extended -zerodirivJakob Unterwurzacher
2021-08-19Flag -zerodiriv to create all diriv as all zero byte filesJose M Perez
2021-08-19syscallcompat: use early return in asUser()Jakob Unterwurzacher
2021-08-19golangci-lint: fix issues found by "unused" and "deadcode"Jakob Unterwurzacher
2021-08-19golangci-lint: fix issues found by gosimpleJakob Unterwurzacher
2021-08-19tlog: switch from golang.org/x/crypto/ssh/terminal to golang.org/x/termJakob Unterwurzacher
2021-08-18Update dependenciesJakob Unterwurzacher
2021-08-18Fix issues found by ineffassignJakob Unterwurzacher
2021-08-18reverse: fix "exclude all but" caseJakob Unterwurzacher
2021-08-16reverse mode: implement -one-file-systemJakob Unterwurzacher
2021-08-16inomap: update outdated wording in commentsJakob Unterwurzacher
2021-08-16inomap: warn on first use of spillMapJakob Unterwurzacher
2021-08-11syscallcompat: use BTRFS_SUPER_MAGIC from unix libJakob Unterwurzacher
2021-08-11syscallcompat: move quirks logic here & fix darwinJakob Unterwurzacher
2021-08-02fusefrontend: add quirks for MacOS ExFATJakob Unterwurzacher
2021-07-31fusefrontend: -sharedstorage: present stable inode numbersJakob Unterwurzacher
2021-07-31fusefrontend: prepareAtSyscall: handle error when opening ourselvesJakob Unterwurzacher
2021-07-29fusefrontend: implement fsync on directoriesJakob Unterwurzacher
2021-07-29fido2: actually drop `-v` flagJakob Unterwurzacher