aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
AgeCommit message (Expand)Author
2025-02-07crypto/internal/fips140/edwards25519/field: speed up Element.BytesAlexander Yastrebov
2025-02-07crypto/internal/fips140/subtle: combine xor_<goarch>.go filesJoel Sing
2025-02-07crypto/subtle: add additional benchmarks for XORBytesJoel Sing
2025-02-06crypto/internal/fips140/drbg: add package commentIan Lance Taylor
2025-02-03crypto/internal/fips140/sha3/_asm: remove unnecessary x/crypto dependencyqmuntal
2025-02-03all: use slices.Contains to simplify codecuishuang
2025-02-03crypto/x509/internal/macos: remove unused types and functionsqmuntal
2025-02-03crypto/tls: disable additional SSLv2 bogo testsRoland Shoemaker
2025-02-03crypto/internal/cryptotest: print stderr if go tool failsIan Lance Taylor
2025-01-28crypto/pbkdf2: add keyLength limitRoland Shoemaker
2025-01-28crypto/hkdf: check error in TestFIPSServiceIndicatorIan Lance Taylor
2025-01-28crypto/internal/sysrand: skip TestNoGetrandom without cgoFilippo Valsorda
2025-01-27crypto/internal/fips140/rsa: avoid CAST unsetting the service indicatorFilippo Valsorda
2025-01-27crypto/internal/fips140/aes: set FIPS 140 service indicator for CTR and CBCFilippo Valsorda
2025-01-27crypto/ecdsa: avoid needless ScalarBaseMult in s390xFilippo Valsorda
2025-01-27crypto/internal/boring: keep ECDH public key alive during cgo callsRoland Shoemaker
2025-01-22crypto/internal/fips140/nistec: make p256NegCond constant time on ppc64leRoland Shoemaker
2025-01-16crypto/x509: avoid panic when parsing partial PKCS#1 private keysFilippo Valsorda
2025-01-16crypto/x509: properly check for IPv6 hosts in URIsRoland Shoemaker
2025-01-10crypto/internal/fips140test: add hmac DRBG ACVP testsDaniel McCarney
2025-01-10crypto/internal/fips140test: add ML-KEM ACVP testsDaniel McCarney
2025-01-09crypto/rsa: fix GenerateKey flakes for toy-sized keysFilippo Valsorda
2025-01-09crypto: fix fips140=only detection of SHA-3Filippo Valsorda
2025-01-08crypto/mlkem: merge mlkem768.go and mlkem1024.go to improve godocFilippo Valsorda
2025-01-08crypto/mlkem: add example and improve docsFilippo Valsorda
2025-01-08crypto/md5,crypto/sha1: apply fips140=only to Write and Sum, not NewFilippo Valsorda
2025-01-08crypto/ecdsa: apply fips140=only to deterministic ECDSA hashFilippo Valsorda
2025-01-08crypto/rsa: apply fips140=only to opts.Hash in SignPSSFilippo Valsorda
2025-01-08crypto/internal/fips140/drbg: avoid global lock on rand stateRuss Cox
2025-01-07crypto/tls: send illegal_parameter on invalid ECHClientHello.typethekuwayama
2025-01-06crypto/internal/fips140: zeroise integrity test temporary valuesFilippo Valsorda
2025-01-06crypto/rsa: use λ(N) instead of φ(N)Filippo Valsorda
2025-01-03crypto/ecdsa: drop SEC 1 reference from package docFilippo Valsorda
2025-01-03crypto/internal/fips140: mark OpenBSD unsupportedFilippo Valsorda
2025-01-03crypto/internal/fips140: add SupportedFilippo Valsorda
2025-01-03crypto/internal/fips140/check: remove EnabledFilippo Valsorda
2025-01-02crypto/tls: properly return ECH retry configsRoland Shoemaker
2025-01-01crypto/tls: fix Config.Time in tests using expired certificatesFilippo Valsorda
2024-12-30crypto/tls: fix misspelling in commentthekuwayama
2024-12-26crypto/mlkem: swap order of return values of EncapsulateAlec Bakholdin
2024-12-18crypto/ecdsa: fix condition for fips140=only checkMauri de Souza Meneguzzo
2024-12-18crypto/tls: normalize spelling of "ClientHello" in commentsFilippo Valsorda
2024-12-18crypto/pbkdf2: update RFC reference in package docFilippo Valsorda
2024-12-18cmd/go,crypto: reject using Go+BoringCrypto and fips140 togetherFilippo Valsorda
2024-12-17crypto/internal/fips140/aes/gcm: use aes.EncryptBlockInternal on ppc64x and s...Filippo Valsorda
2024-12-17crypto/internal/fips140: add Name and VersionFilippo Valsorda
2024-12-17crypto/rsa: revert minimum GenerateKey size to 32 bitsFilippo Valsorda
2024-12-17crypto/cipher: block non-AES CTR and CBC in fips140=only modeFilippo Valsorda
2024-12-17crypto/internal/fips140/aes: mark AES-ECB as not approvedFilippo Valsorda
2024-12-13crypto/ecdsa: fix s390x assembly with P-521Filippo Valsorda