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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
cryptocore
Age
Commit message (
Expand
)
Author
2017-08-21
Fix misspellings reported by goreportcard.com
Jakob Unterwurzacher
2017-08-16
cryptocore: add urandom + randprefetch benchmarks
Jakob Unterwurzacher
2017-08-11
main: purge masterkey from memory as soon as possible
Jakob Unterwurzacher
2017-07-14
macos: make testing without openssl work properly
Jakob Unterwurzacher
2017-06-11
cryptocore: prefetch nonces in the background
Jakob Unterwurzacher
2017-06-09
cryptocore: prefetch nonces in 512-byte blocks
Jakob Unterwurzacher
2017-06-07
cryptocore: remove lastNonce check
Jakob Unterwurzacher
2017-05-27
cryptocore: improve comments and add tests for hkdfDerive
Jakob Unterwurzacher
2017-04-29
fix golint complaints
Jakob Unterwurzacher
2017-04-23
Add -forcedecode
danim7
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
2017-03-05
Drop Go 1.4 compatability code everywhere
Jakob Unterwurzacher
2017-03-05
cryptocore: rename "BackendTypeEnum" -> "AEADTypeEnum"
Jakob Unterwurzacher
2017-03-05
cryptocore: use eme v1.1 interface
Jakob Unterwurzacher
2016-12-10
Replace all calls to naked panic() with log.Panic()
Jakob Unterwurzacher
2016-10-24
Fix misspellings
Jakob Unterwurzacher
2016-10-09
reverse: add panics against API abuse
Jakob Unterwurzacher
2016-10-04
A few more lint fixes
Jakob Unterwurzacher
2016-10-04
lint fixes
Valient Gough
2016-10-04
tests: skip tests with -openssl=false on Go 1.4 and lower
Jakob Unterwurzacher
2016-10-04
cryptocore: rename "gcm" variable to generic "aeadCipher"
Jakob Unterwurzacher
2016-10-04
cryptocore: derive 512-bit key for AES-SIV
Jakob Unterwurzacher
2016-09-26
reverse: switch from GCM-SIV to AES-SIV
v1.1-beta1
Jakob Unterwurzacher
2016-09-25
contentenc: add GCM-SIV support
Jakob Unterwurzacher
2016-09-25
cryptocore: add support for GCM-SIV
Jakob Unterwurzacher
2016-07-31
cryptocore: comment why 96-bit IVs are still supported
Jakob Unterwurzacher
2016-07-06
Add godoc comments to all internal packages
Jakob Unterwurzacher
2016-06-15
Rename internal "toggledlog" package to "tlog"
Jakob Unterwurzacher
2016-05-05
stupidgcm: skip tests on Go 1.4 and older
Jakob Unterwurzacher
2016-05-05
cryptocore: support Go 1.4 in tests
Jakob Unterwurzacher
2016-05-04
stupidgcm: completely replace spacemonkeygo/openssl
Jakob Unterwurzacher
2016-05-04
cryptocore: add API tests
Jakob Unterwurzacher
2016-03-03
Fix Go 1.4 build failure caused by a refactoring oversight
Jakob Unterwurzacher
2016-02-06
Run go fmt
Jakob Unterwurzacher
2016-02-06
Major refactoring: Split up "cryptfs" into several internal packages
Jakob Unterwurzacher