go/src/crypto
Filippo Valsorda 8659ad9049 crypto/internal/fips140test: require FIPS 140 mode for the ACVP wrapper
Change-Id: I6a6a46565c14cf1d924a8fcfbf6752e9646ec63d
Reviewed-on: https://go-review.googlesource.com/c/go/+/648818
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2025-02-13 02:43:08 -08:00
..
aes crypto/aes: more precise description for AES keys requirements 2025-02-10 08:30:07 -08:00
boring
cipher crypto/cipher: block non-AES CTR and CBC in fips140=only mode 2024-12-17 08:02:43 -08:00
des crypto: implement fips140=only mode 2024-11-22 03:48:06 +00:00
dsa crypto: implement fips140=only mode 2024-11-22 03:48:06 +00:00
ecdh crypto: use provided random Reader in FIPS mode 2024-12-11 13:26:50 -08:00
ecdsa crypto: fix fips140=only detection of SHA-3 2025-01-09 06:18:54 -08:00
ed25519 crypto: implement fips140=only mode 2024-11-22 03:48:06 +00:00
elliptic all: rename crypto/internal/fips to crypto/internal/fips140 2024-11-20 20:28:34 +00:00
fips140 crypto/internal/fips140/check: remove Enabled 2025-01-03 08:29:24 -08:00
hkdf crypto/hkdf: check error in TestFIPSServiceIndicator 2025-01-28 17:24:40 -08:00
hmac crypto: fix fips140=only detection of SHA-3 2025-01-09 06:18:54 -08:00
internal crypto/internal/fips140test: require FIPS 140 mode for the ACVP wrapper 2025-02-13 02:43:08 -08:00
md5 crypto/md5,crypto/sha1: apply fips140=only to Write and Sum, not New 2025-01-08 11:44:28 -08:00
mlkem crypto/mlkem: merge mlkem768.go and mlkem1024.go to improve godoc 2025-01-08 14:34:45 -08:00
pbkdf2 crypto/pbkdf2: add keyLength limit 2025-01-28 18:20:16 -08:00
rand crypto: use provided random Reader in FIPS mode 2024-12-11 13:26:50 -08:00
rc4 crypto: implement fips140=only mode 2024-11-22 03:48:06 +00:00
rsa crypto/rsa: fix GenerateKey flakes for toy-sized keys 2025-01-09 15:08:34 -08:00
sha1 crypto/md5,crypto/sha1: apply fips140=only to Write and Sum, not New 2025-01-08 11:44:28 -08:00
sha3 crypto: fix fips140=only detection of SHA-3 2025-01-09 06:18:54 -08:00
sha256 all: rename crypto/internal/fips to crypto/internal/fips140 2024-11-20 20:28:34 +00:00
sha512 all: rename crypto/internal/fips to crypto/internal/fips140 2024-11-20 20:28:34 +00:00
subtle crypto/subtle: add additional benchmarks for XORBytes 2025-02-07 01:32:39 -08:00
tls crypto/tls: document FIPS 140-3 mode behavior 2025-02-12 14:52:40 -08:00
x509 crypto/x509/internal/macos: remove unused types and functions 2025-02-03 08:44:32 -08:00
crypto.go
issue21104_test.go
purego_test.go