aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
AgeCommit message (Expand)Author
2025-02-28crypto/x509: avoid crypto/rand.Int to generate serial numberFilippo Valsorda
2025-02-26crypto/internal/fips140/edwards25519/field: optimize AMD64Egon Elbre
2025-02-26crypto/internal/fips140/edwards25519/field/_asm: update avo dependencyEgon Elbre
2025-02-25crypto/internal/fips140/edwards25519/field: inline carryPropagateEgon Elbre
2025-02-25crypto/internal/fips140/edwards25519/field: optimize carryPropagateEgon Elbre
2025-02-25crypto/internal/fips140/edwards25519/field: optimize *19Egon Elbre
2025-02-25crypto/tls: require EMS in FIPS 140-3 modeFilippo Valsorda
2025-02-25all: surround -test.run arguments with ^$qmuntal
2025-02-25crypto/internal/fips140test: add a test for a non-approved functionFilippo Valsorda
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2025-02-21crypto/rand: add example for IntAlan Yee
2025-02-21crypto/internal/fips140/nistec: make SetBytes constant timeFilippo Valsorda
2025-02-19crypto/tls: improve ech parsing errorsRoland Shoemaker
2025-02-19crypto/tls: fix incorrect EncryptedClientHelloKey commentRoland Shoemaker
2025-02-19crypto/internal/fips140/drbg: add Counter warningRoland Shoemaker
2025-02-18all: use a more straightforward return valuecuishuang
2025-02-18crypto/internal/fips140deps/cpu: use const and var blocksJoel Sing
2025-02-15crypto/internal/boring: remove unnecessary struct fieldRoland Shoemaker
2025-02-14crypto/internal/fips140/subtle: provide riscv64 assembly implementation for x...Joel Sing
2025-02-14crypto/internal/fips140/edwards25519: make Scalar.SetCanonicalBytes constant ...Filippo Valsorda
2025-02-14internal/godebugs: add fips140 as an opaque godebug settingIan Lance Taylor
2025-02-14crypto/rsa: add benchmarks for not and partially optimized keysFilippo Valsorda
2025-02-14crypto/rsa: normalize GenerateKey benchmarkFilippo Valsorda
2025-02-13crypto/internal/fips140test: fix TestACVP env varsDaniel McCarney
2025-02-13crypto/internal/fips140test: require FIPS 140 mode for the ACVP wrapperFilippo Valsorda
2025-02-13crypto/internal/fips140test: support disabling PAA/PAIFilippo Valsorda
2025-02-13crypto/internal/fips140test: make TestCASTFailures standaloneFilippo Valsorda
2025-02-13crypto/internal/fips140test: add functional testsFilippo Valsorda
2025-02-12crypto/tls: document FIPS 140-3 mode behaviorFilippo Valsorda
2025-02-11crypto/internal/fips140test: add cSHAKE ACVP testsDaniel McCarney
2025-02-11crypto/internal/fips140test: add KTS-IFC ACVP testsDaniel McCarney
2025-02-11crypto/internal/fips140test: add OneStepNoCounter ACVP testsDaniel McCarney
2025-02-10crypto/internal/fips140test: add feedback KDF ACVP testsDaniel McCarney
2025-02-10crypto/internal/fips140test: add RSA ACVP testsDaniel McCarney
2025-02-10crypto/internal/fips140test: add counter KDF ACVP testsDaniel McCarney
2025-02-10crypto/internal/fips140test: add ctr DRBG ACVP testsDaniel McCarney
2025-02-10crypto/internal/fips140test: add KAS-ECC-SSC ACVP testsDaniel McCarney
2025-02-10crypto/internal/fips140test: add SSH KDF ACVP testsDaniel McCarney
2025-02-10crypto/internal/fips140test: add TLS-v1.3 ACVP testsDaniel McCarney
2025-02-10crypto/internal/fips140test: add TLS-v1.2 ACVP testsDaniel McCarney
2025-02-10crypto/internal/fips140test: add KDA HKDF ACVP testsDaniel McCarney
2025-02-10crypto/internal/fips140test: add SHAKE-* ACVP testsDaniel McCarney
2025-02-10crypto/aes: more precise description for AES keys requirementsPasha Radchenko
2025-02-10crypto/internal/fips140test: add CMAC-AES ACVP testsDaniel McCarney
2025-02-07crypto/internal/fips140test: add AES ACVP testsDaniel McCarney
2025-02-07crypto/internal/fips140test: add DetECDSA ACVP testsDaniel McCarney
2025-02-07crypto/internal/fips140test: add ECDSA ACVP testsDaniel McCarney
2025-02-07crypto/internal/fips140test: add EDDSA ACVP testsDaniel McCarney
2025-02-07crypto/internal/fips140/edwards25519/field: speed up Element.BytesAlexander Yastrebov
2025-02-07crypto/internal/fips140/subtle: combine xor_<goarch>.go filesJoel Sing