go/src/crypto
Ian Lance Taylor 5c9b13d90f crypto/internal/fips140/drbg: add package comment
For #69536

Change-Id: I70d2ed10555fed244f08c898899399e3032e17b7
Reviewed-on: https://go-review.googlesource.com/c/go/+/640597
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
2025-02-06 15:59:26 -08:00
..
aes all: rename crypto/internal/fips to crypto/internal/fips140 2024-11-20 20:28:34 +00: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/fips140/drbg: add package comment 2025-02-06 15:59:26 -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 all: rename crypto/internal/fips to crypto/internal/fips140 2024-11-20 20:28:34 +00:00
tls all: use slices.Contains to simplify code 2025-02-03 08:47:55 -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