| Age | Commit message (Expand) | Author |
| 2025-07-11 | crypto/rsa: drop contradictory promise to keep PublicKey modulus secret | Filippo Valsorda |
| 2025-07-11 | crypto/rsa: fix documentation formatting | Filippo Valsorda |
| 2025-01-09 | crypto/rsa: fix GenerateKey flakes for toy-sized keys | Filippo Valsorda |
| 2024-12-11 | crypto: use provided random Reader in FIPS mode | Filippo Valsorda |
| 2024-12-03 | crypto/rsa: allow keys larger than 16384 bits in FIPS mode | Filippo Valsorda |
| 2024-12-03 | crypto/rsa: minor FIPS 186-5 compliance fixes | Filippo Valsorda |
| 2024-11-30 | crypto/x509: keep RSA CRT values in ParsePKCS1PrivateKey | Filippo Valsorda |
| 2024-11-30 | crypto/rsa: move key generation to crypto/internal/fips140/rsa | Filippo Valsorda |
| 2024-11-30 | crypto/rsa: move precomputation to crypto/internal/fips140/rsa | Filippo Valsorda |
| 2024-11-30 | crypto/internal/fips140/rsa: check that e and N are odd | Filippo Valsorda |
| 2024-11-30 | crypto/internal/fips140/rsa: add Miller-Rabin test | Filippo Valsorda |
| 2024-11-22 | crypto/rsa: port Validate to bigmod | Filippo Valsorda |
| 2024-11-22 | crypto/rsa: refuse to generate and/or use keys smaller than 1024 bits | Filippo Valsorda |
| 2024-11-20 | all: rename crypto/internal/fips to crypto/internal/fips140 | Russ Cox |
| 2024-11-20 | crypto/rsa: move implementation to crypto/internal/fips/rsa | Filippo Valsorda |
| 2024-11-20 | crypto/rsa: move RSAES-OAEP to the same file as RSASSA-PSS | 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-05-23 | crypto: document that Verify inputs are not confidential | Filippo Valsorda |
| 2024-01-12 | crypto/rsa,crypto/internal/bigmod: improve verify/encrypt performance | Filippo Valsorda |
| 2023-10-13 | crypto: add available godoc link | cui fliter |
| 2023-06-23 | crypto: document non-determinism of GenerateKey | Filippo Valsorda |
| 2023-05-25 | crypto/internal/bigmod: don't panic on NewModulusFromBig(0) | Roland Shoemaker |
| 2023-05-24 | crypto/rsa,crypto/internal/bigmod: optimized short exponentiations | Filippo Valsorda |
| 2023-05-17 | crypto/ed25519,crypto/rsa: make Equal methods constant time | Filippo Valsorda |
| 2023-05-17 | crypto/rsa: use BoringCrypto for 4096 bit keys | Filippo Valsorda |
| 2023-03-16 | crypto/rsa: deprecate multiprime RSA support | Filippo Valsorda |
| 2022-11-23 | crypto/rsa: remove deprecation markers for multiprime RSA support | Russ Cox |
| 2022-11-21 | crypto/internal/bigmod: move nat implementation out of crypto/rsa | Filippo Valsorda |
| 2022-11-19 | crypto/rsa: allocate nats on the stack for RSA 2048 | Filippo Valsorda |
| 2022-11-19 | crypto/rsa: precompute moduli | Filippo Valsorda |
| 2022-11-19 | crypto/rsa: deprecate and de-optimize multi-prime RSA | Filippo Valsorda |
| 2022-11-19 | crypto/rsa: replace big.Int for encryption and decryption | Lúcás Meier |
| 2022-11-15 | crypto/rsa: add a test walking through every key size | Filippo Valsorda |
| 2022-11-09 | crypto: allow hash.Hash for OAEP and MGF1 to be specified independently | Aleks Rudzitis |
| 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 |
| 2021-05-13 | [dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcr... | Filippo Valsorda |
| 2021-03-18 | crypto/rsa: correct EncryptOAEP doc comment | Richard Pickering |
| 2020-07-09 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Dmitri Shuralyov |
| 2020-07-08 | crypto: fix PKCS space in docs | Katie Hockman |
| 2020-05-07 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Dmitri Shuralyov |
| 2020-05-07 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Dmitri Shuralyov |
| 2020-05-05 | crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PrivateKey.Equal | Filippo Valsorda |
| 2020-05-05 | math/big: add (*Int).FillBytes | Filippo Valsorda |
| 2020-04-08 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Filippo Valsorda |
| 2020-04-02 | crypto/rsa: refactor RSA-PSS signing and verification | Filippo Valsorda |
| 2020-03-26 | crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.Equal | Filippo Valsorda |
| 2020-03-23 | Revert "crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.Equal" | Bryan C. Mills |
| 2020-03-23 | crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.Equal | Filippo Valsorda |