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
Age
Commit message (
Expand
)
Author
2024-12-13
crypto/internal/cryptotest: skip TestAllocations on s390x
Filippo Valsorda
2024-12-11
crypto: use provided random Reader in FIPS mode
Filippo Valsorda
2024-12-10
crypto/internal/fips140/ecdsa: fix reseed_counter check for HMAC_DRBG_Generat...
Tom Thorogood
2024-12-06
crypto/hkdf: add package doc comment
Ian Lance Taylor
2024-12-05
crypto/internal/fips140/bigmod: add more //go:norace annotations
Russ Cox
2024-12-03
crypto/internal/fips140/bigmod: disable race detector on tight loops
Russ Cox
2024-12-03
crypto/rsa: return error if keygen random source is broken
Filippo Valsorda
2024-12-03
crypto/rsa: fix keys with p < q
Filippo Valsorda
2024-12-03
crypto/internal/fips140/rsa: add Pairwise Consistency Test
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-12-02
crypto/x509: add missing `be` to comment about serial number positivity
Wesley Beary
2024-11-30
crypto/rsa: check hash message length first in SignPKCS1v15
Russ Cox
2024-11-30
crypto/internal/fips140/rsa: do trial divisions in key generation
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/bigmod: add Nat.InverseVarTime
Filippo Valsorda
2024-11-30
crypto/internal/fips140/rsa: add Miller-Rabin test
Filippo Valsorda
2024-11-27
cmd/internal/obj: handle static assembly symbols correctly in FIPS check
Russ Cox
2024-11-27
crypto/tls: fix a broken link
Hiroaki Sano
2024-11-23
crypto/internal: keep fips140/aes.NewCTR from allocating
Keith Randall
2024-11-23
crypto/internal/fips140/aes: handle fallback correctly, take 2
Keith Randall
2024-11-22
crypto/internal/fips140/aes: handle fallback correctly
Keith Randall
2024-11-22
crypto/x509: run a subset of the NIST PKI test suite
Roland Shoemaker
2024-11-22
cmd/dist: don't test FIPS when ASAN is on
Dmitri Shuralyov
2024-11-22
crypto/cipher: deprecate NewOFB, NewCFBDecrypter, and NewCFBEncrypter
Filippo Valsorda
2024-11-22
crypto/tls: implement X25519MLKEM768
Filippo Valsorda
2024-11-22
crypto: implement fips140=only mode
Filippo Valsorda
2024-11-22
crypto/x509: generate serial number for nil template SerialNumber
Sean Liao
2024-11-22
crypto/mlkem: init package
Daniel McCarney
2024-11-22
crypto/fips140: new package
Filippo Valsorda
2024-11-22
crypto/x509: switch default policy field to Policies
Roland Shoemaker
2024-11-22
crypto/ecdh: revamp FIPS ECDH API
Filippo Valsorda
2024-11-22
crypto/sha3: new package
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/internal/fips/bigmod: add support for even moduli
Filippo Valsorda
2024-11-22
crypto/rsa: refuse to generate and/or use keys smaller than 1024 bits
Filippo Valsorda
2024-11-22
crypto/x509: implement policy validation
Roland Shoemaker
2024-11-22
crypto/internal/fips140/rsa: support separate MGF1 hash for EncryptOAEP
Filippo Valsorda
2024-11-22
crypto/tls: test with FIPS 140-3 TLS mode
Daniel McCarney
2024-11-22
crypto/internal/fips/pbkdf2: add CAST testing
Daniel McCarney
2024-11-22
crypto/internal/fipstest: add PBKDF ACVP testing
Daniel McCarney
2024-11-22
crypto/internal/fips/pbkdf2: fips import pbkdf2
Daniel McCarney
2024-11-21
crypto/hkdf: init package
Daniel McCarney
2024-11-21
crypto/tls: add server-side ECH
Roland Shoemaker
2024-11-21
crypto/rand: add Text for secure random strings
Sean Liao
2024-11-21
all: fix some function names and typos in comment
cuishuang
[prev]
[next]