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
path:
root
/
internal
/
stupidgcm
Age
Commit message (
Expand
)
Author
2020-02-15
merge prefer_openssl package into stupidgcm
Jakob Unterwurzacher
2018-12-27
Assorted spelling fixes.
Sebastian Lackner
2018-05-10
stupidgcm: return error on too short input instead of panicing
Jakob Unterwurzacher
2018-04-08
Fix the easy golint warnings
Jakob Unterwurzacher
2018-02-18
stupidgcm: create private copy of the key
Jakob Unterwurzacher
2018-02-18
main: try to wipe cryptocore's secret keys on unmount
Jakob Unterwurzacher
2018-02-17
stupidgcm: implement key wipe
Jakob Unterwurzacher
2018-02-17
stupidgcm: switch to pointer receivers
Jakob Unterwurzacher
2017-07-14
macos: make testing without openssl work properly
Jakob Unterwurzacher
2017-07-14
stupidgcm: fix openssl 1.1 build failure
Jakob Unterwurzacher
2017-07-01
stupidgcm: add test for in-place Open
Jakob Unterwurzacher
2017-06-30
stupidgcm: Open: if "dst" is big enough, use it as the output buffer
Jakob Unterwurzacher
2017-06-29
stupidgcm: use "dst" as the output buffer it is big enough
Jakob Unterwurzacher
2017-05-07
exitcodes: pull all exit code definitions into the package
Jakob Unterwurzacher
2017-04-24
forcedecode: tighten checks
Jakob Unterwurzacher
2017-04-23
Add -forcedecode
danim7
2017-03-05
Drop Go 1.4 compatability code everywhere
Jakob Unterwurzacher
2017-02-24
stupidgcm: drop only external dependecy
Jakob Unterwurzacher
2017-02-24
speed: add benchmark.bash helper
Jakob Unterwurzacher
2017-02-22
Implement "gocryptfs -speed"
Jakob Unterwurzacher
2016-12-10
stupidgcm: Fix without_openssl build failure
Jakob Unterwurzacher
2016-12-10
Replace all calls to naked panic() with log.Panic()
Jakob Unterwurzacher
2016-10-04
A few more lint fixes
Jakob Unterwurzacher
2016-10-04
lint fixes
Valient Gough
2016-10-04
without_openssl: support compiling completely without openssl
Jakob Unterwurzacher
2016-09-26
reverse: switch from GCM-SIV to AES-SIV
v1.1-beta1
Jakob Unterwurzacher
2016-09-25
stupidgcm: add GCM-SIV benchmark
Jakob Unterwurzacher
2016-09-25
Implement changes proposed by gosimple.
Jakob Unterwurzacher
2016-07-04
stupidgcm: use __builtin_trap()
Jakob Unterwurzacher
2016-05-22
stupidgcm: add benchmark.bash wrapper
Jakob Unterwurzacher
2016-05-05
stupidgcm: set dummy locking callback.
v0.10-rc2
Jakob Unterwurzacher
2016-05-05
stupidgcm: skip tests on Go 1.4 and older
Jakob Unterwurzacher
2016-05-05
Revert "stupidgcm: print openssl error stack before panicing"
Jakob Unterwurzacher
2016-05-05
stupidgcm: reorder calls to support openssl <= 1.0.1c
Jakob Unterwurzacher
2016-05-04
stupidgcm: print openssl error stack before panicing
Jakob Unterwurzacher
2016-05-04
stupidgcm: fix copy-paste error in panic message
Jakob Unterwurzacher
2016-05-04
stupidgcm: add our own thin wrapper around openssl gcm
Jakob Unterwurzacher