safing-jess/tools/gostdlib
Daniel 31216b0885 Remediate SAF-01-005 Crypto: Unnecessary Configurability Considered Dangerous (Medium)
This is a rather large commit, as the change from a toolset to the new cipher suite system has a large impact.
2020-01-24 16:04:15 +01:00
..
aes-ctr.go Initial commit 2020-01-13 00:15:58 +01:00
aes-gcm.go Initial commit 2020-01-13 00:15:58 +01:00
chacha20-poly1305.go Initial commit 2020-01-13 00:15:58 +01:00
ed25519.go Remediate SAF-01-001 Crypto: Secure Key Deletion Ineffective (Medium) 2020-01-20 14:10:43 +01:00
hkdf.go Initial commit 2020-01-13 00:15:58 +01:00
hmac.go Initial commit 2020-01-13 00:15:58 +01:00
pbkdf2.go Initial commit 2020-01-13 00:15:58 +01:00
poly1305.go Initial commit 2020-01-13 00:15:58 +01:00
rsa-keys.go Remediate SAF-01-001 Crypto: Secure Key Deletion Ineffective (Medium) 2020-01-20 14:10:43 +01:00
rsa-oaep.go Remediate SAF-01-005 Crypto: Unnecessary Configurability Considered Dangerous (Medium) 2020-01-24 16:04:15 +01:00
rsa-pss.go Initial commit 2020-01-13 00:15:58 +01:00
salsa20.go Initial commit 2020-01-13 00:15:58 +01:00
scrypt.go Remediate SAF-01-002 Crypto: Password KDF Vulnerable to GPU/ASIC Attacks (Medium) 2020-01-24 11:07:57 +01:00