index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
rsa
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-03-06
crypto/rsa: add a test with very different prime sizes
Filippo Valsorda
2025-02-14
crypto/rsa: add benchmarks for not and partially optimized keys
Filippo Valsorda
2025-02-14
crypto/rsa: normalize GenerateKey benchmark
Filippo Valsorda
2025-01-09
crypto/rsa: fix GenerateKey flakes for toy-sized keys
Filippo Valsorda
2025-01-09
crypto: fix fips140=only detection of SHA-3
Filippo Valsorda
2025-01-08
crypto/rsa: apply fips140=only to opts.Hash in SignPSS
Filippo Valsorda
2024-12-17
crypto/rsa: revert minimum GenerateKey size to 32 bits
Filippo Valsorda
2024-12-11
crypto: use provided random Reader in FIPS mode
Filippo Valsorda
2024-12-03
crypto/rsa: fix keys with p < q
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/rsa: check hash message length first in SignPKCS1v15
Russ Cox
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: implement fips140=only mode
Filippo Valsorda
2024-11-22
crypto/rsa: port Validate to bigmod
Filippo Valsorda
2024-11-22
crypto/rsa: add BenchmarkParsePKCS8PrivateKey and BenchmarkGenerateKey
Filippo Valsorda
2024-11-22
crypto/rsa: refuse to generate and/or use keys smaller than 1024 bits
Filippo Valsorda
2024-11-22
crypto/internal/fips140/rsa: support separate MGF1 hash for EncryptOAEP
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-11-19
crypto/internal/cryptotest: add SkipTestAllocations
Filippo Valsorda
2024-09-25
crypto/rsa: move PSS hash override above boring block
Roland Shoemaker
2024-05-23
std: fix calls to Printf(s) with non-constant s
Alan Donovan
2024-05-23
crypto/rsa: refactor PKCS#1 v1.5 signature and verification
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
2024-01-12
crypto/rsa: use E = 65537 in benchmarks
Filippo Valsorda
2023-10-13
crypto: add available godoc link
cui fliter
2023-08-22
all: remove redundant string conversions when formatting []byte with %s
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-23
crypto/rsa: make DecryptPKCS1v15SessionKey warning more dire
Roland Shoemaker
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
2023-02-15
crypto/internal/bigmod: flag amd64 assembly as noescape
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: use R*R multiplication to get into the Montgomery domain
Filippo Valsorda
[next]