| Age | Commit message (Expand) | Author |
| 2025-07-01 | crypto/ecdsa: fix crypto/x509 godoc links | Filippo Valsorda |
| 2025-05-21 | crypto/ecdsa: add low-level encoding functions for keys | Filippo Valsorda |
| 2025-05-20 | crypto/ecdsa,crypto/ed25519: cache FIPS private keys | Filippo Valsorda |
| 2025-01-09 | crypto: fix fips140=only detection of SHA-3 | Filippo Valsorda |
| 2025-01-08 | crypto/ecdsa: apply fips140=only to deterministic ECDSA hash | Filippo Valsorda |
| 2025-01-03 | crypto/ecdsa: drop SEC 1 reference from package doc | Filippo Valsorda |
| 2024-12-18 | crypto/ecdsa: fix condition for fips140=only check | Mauri de Souza Meneguzzo |
| 2024-12-11 | crypto: use provided random Reader in FIPS mode | Filippo Valsorda |
| 2024-11-22 | crypto: implement fips140=only mode | Filippo Valsorda |
| 2024-11-20 | all: rename crypto/internal/fips to crypto/internal/fips140 | Russ Cox |
| 2024-11-19 | crypto/ecdsa: implement deterministic and hedged signatures | Filippo Valsorda |
| 2024-11-19 | crypto/internal/fips/ecdsa: add CAST, PCT, DRBG, and FIPS 186-5 references | Filippo Valsorda |
| 2024-11-19 | crypto/ecdsa: move s390x assembly to crypto/internal/fips/ecdsa | Filippo Valsorda |
| 2024-11-19 | crypto/ecdsa: move implementation to crypto/internal/fips/ecdsa | Filippo Valsorda |
| 2024-11-19 | crypto/internal/bigmod: move to crypto/internal/fips/bigmod | Filippo Valsorda |
| 2024-11-19 | crypto/internal/bigmod: drop math/big dependency | Filippo Valsorda |
| 2024-11-19 | crypto/internal/nistec: move to crypto/internal/fips/nistec | Filippo Valsorda |
| 2024-05-23 | crypto: document that Verify inputs are not confidential | Filippo Valsorda |
| 2024-03-27 | all: make use of builtin clear | Jes Cok |
| 2024-03-04 | crypto: use and test purego tag consistently | Filippo Valsorda |
| 2024-02-26 | crypto/ecdsa: fix typo | guoguangwu |
| 2023-10-13 | crypto: add available godoc link | cui fliter |
| 2023-08-11 | cmd/asm: add KDSA instruction support | Srinivas Pokala |
| 2023-06-23 | crypto: document non-determinism of GenerateKey | Filippo Valsorda |
| 2023-06-13 | crypto/ecdsa: properly truncate P-521 hashes | Filippo Valsorda |
| 2023-05-25 | crypto/internal/bigmod: don't panic on NewModulusFromBig(0) | Roland Shoemaker |
| 2022-12-01 | crypto/ecdsa: verify validity of signature parameters in Verify | Roland Shoemaker |
| 2022-11-21 | crypto/ecdsa: use bigmod and nistec instead of math/big and crypto/elliptic | Filippo Valsorda |
| 2022-11-19 | crypto/ecdsa,crypto/x509: add encoding paths for NIST crypto/ecdh keys | Filippo Valsorda |
| 2022-11-18 | crypto/ecdsa: improve benchmarks | Filippo Valsorda |
| 2022-08-18 | crypto/internal/boring/bcache: make Cache type-safe using generics | Russ Cox |
| 2022-06-27 | crypto/internal/boring: factor Cache into crypto/internal/boring/bcache | Russ Cox |
| 2022-06-06 | all: boringcrypto post-merge cleanup | Russ Cox |
| 2022-05-02 | all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into master | Russ Cox |
| 2022-05-02 | all: rename type *testing.B variable to 'b' | Ludi Rehak |
| 2022-04-29 | [dev.boringcrypto] crypto/ecdsa, crypto/rsa: use boring.Cache | Russ Cox |
| 2022-04-29 | [dev.boringcrypto] crypto/..., go/build: align deps test with standard rules | Russ Cox |
| 2022-04-29 | [dev.boringcrypto] all: add boringcrypto build tags | Russ Cox |
| 2022-04-27 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Chressie Himpel |
| 2022-04-27 | crypto/elliptic: refactor package structure | Filippo Valsorda |
| 2022-04-20 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Chressie Himpel |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-02-03 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Chressie Himpel |
| 2022-02-03 | crypto/ecdsa,crypto/elliptic: update docs and spec references | Filippo Valsorda |
| 2021-11-05 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Roland Shoemaker |
| 2021-11-05 | crypto/ecdsa: draw a fixed amount of entropy while signing | Filippo Valsorda |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-10-06 | all: use bytes.Cut, strings.Cut | Russ Cox |
| 2021-05-13 | [dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcr... | Filippo Valsorda |
| 2021-05-06 | crypto/ecdsa,crypto/elliptic: improve tests and benchmarks | Filippo Valsorda |