index
:
gocryptfs
570
LockSharedStorage
allow_other
codeql
dependabot
det
master
next
paralin-update-deps
setup-go-v3
testing_init
Mirror of gocryptfs source code on Github
https://github.com/rfjakob/gocryptfs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-14
-speed: drop useless tab at end of line
Jakob Unterwurzacher
2021-09-12
README: highlight changes in v2.2, simplify pkg.go.dev link
Jakob Unterwurzacher
2021-09-10
README: update changelog
Jakob Unterwurzacher
2021-09-10
inomap: deterministically set root device
Jakob Unterwurzacher
2021-09-10
README: update changelog for v2.2-beta1
v2.2.0-beta1
Jakob Unterwurzacher
2021-09-10
Update README & MANPAGE
Jakob Unterwurzacher
2021-09-10
cli: drop -forcedecode flag
Jakob Unterwurzacher
2021-09-10
test.bash: call out if build-without-openssl.bash failed
Jakob Unterwurzacher
2021-09-10
profiling: accept parameters & show actual command lines
Jakob Unterwurzacher
2021-09-08
-speed: show which xchacha implementation is preferred
Jakob Unterwurzacher
2021-09-08
tests/matrix: test xchacha with and without openssl
Jakob Unterwurzacher
2021-09-08
Make -openssl also apply to xchacha
Jakob Unterwurzacher
2021-09-08
stupidgcm: add PreferOpenSSL{AES256GCM,Xchacha20poly1305}
Jakob Unterwurzacher
2021-09-07
stupidgcm: normalize constructor naming
Jakob Unterwurzacher
2021-09-07
stupidgcm: revamp package documentation
Jakob Unterwurzacher
2021-09-07
stupidgcm: unexport stupidGCM struct
Jakob Unterwurzacher
2021-09-07
stupidgcm: allow zero-length input data
Jakob Unterwurzacher
2021-09-07
stupidgcm: fix build with CGO_ENABLED=1 without_openssl
Jakob Unterwurzacher
2021-09-07
stupidgcm: NewChacha20poly1305: avoid slice append
Jakob Unterwurzacher
2021-09-07
stupidgcm: add testConcurrency
Jakob Unterwurzacher
2021-09-07
stupidgcm: cache C.EVP_chacha20_poly1305()
Jakob Unterwurzacher
2021-09-07
stupidgcm: add BenchmarkCCall
Jakob Unterwurzacher
2021-09-07
speed: add BenchmarkStupidChacha
Jakob Unterwurzacher
2021-09-07
stupidgcm: replace naked panics
Jakob Unterwurzacher
2021-09-07
stupidgcm: fix without_openssl build
Jakob Unterwurzacher
2021-09-07
test.bash: only check go files for naked panic
Jakob Unterwurzacher
2021-09-07
stupidgcm: introduce stupidAEADCommon and use for both chacha & gcm
Jakob Unterwurzacher
2021-09-07
stupidgcm: stupidChacha20poly1305.Open: batch C calls in aead_open
Jakob Unterwurzacher
2021-09-07
speed: add decryption benchmarks
Jakob Unterwurzacher
2021-09-07
speed: add bEncrypt helper, reuse dst buffer
Jakob Unterwurzacher
2021-09-07
stupidgcm: use aead_seal for gcm as well
Jakob Unterwurzacher
2021-09-07
stupidgcm: replace chacha20poly1305_seal with generic aead_seal
Jakob Unterwurzacher
2021-09-07
stupidgcm: batch C calls in chacha20poly1305_seal
Jakob Unterwurzacher
2021-09-07
-speed: add XChaCha20-Poly1305-OpenSSL
Jakob Unterwurzacher
2021-09-07
stupidgcm: add stupidXchacha20poly1305
Jakob Unterwurzacher
2021-09-07
stupidgcm: stupidChacha20poly1305: normalize panic messages
Jakob Unterwurzacher
2021-09-07
stupidgcm: stupidChacha20poly1305: use byte array for key
Jakob Unterwurzacher
2021-09-02
stupidgcm: add testWipe test
Jakob Unterwurzacher
2021-09-02
stupidgcm: deduplicate tests 2/2
Jakob Unterwurzacher
2021-09-02
stupidgcm: deduplicate tests 1/2
Jakob Unterwurzacher
2021-09-02
stupidgcm: add chacha20poly1305 via openssl
Jakob Unterwurzacher
2021-09-01
tests/matrix: don't leak fds in TestConcurrentReadCreate
Jakob Unterwurzacher
2021-09-01
*: trim trailing whitespace
a1346054
2021-09-01
*: fix spelling
a1346054
2021-09-01
shell scripts: fix shellcheck warnings
a1346054
2021-08-30
README: explain where -xchacha makes sense
Jakob Unterwurzacher
2021-08-30
fusefrontend: remove leftover Printf
Jakob Unterwurzacher
2021-08-30
Unbreak hyperlinks broken by go mod v2 conversion
Jakob Unterwurzacher
2021-08-30
README: compress Installation section
Jakob Unterwurzacher
2021-08-30
README: update changelog
Jakob Unterwurzacher
[next]