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
2025-02-07
crypto/internal/fips140/edwards25519/field: speed up Element.Bytes
Alexander Yastrebov
2025-02-07
crypto/internal/fips140/subtle: combine xor_<goarch>.go files
Joel Sing
2025-02-07
crypto/subtle: add additional benchmarks for XORBytes
Joel Sing
2025-02-06
crypto/internal/fips140/drbg: add package comment
Ian Lance Taylor
2025-02-03
crypto/internal/fips140/sha3/_asm: remove unnecessary x/crypto dependency
qmuntal
2025-02-03
all: use slices.Contains to simplify code
cuishuang
2025-02-03
crypto/x509/internal/macos: remove unused types and functions
qmuntal
2025-02-03
crypto/tls: disable additional SSLv2 bogo tests
Roland Shoemaker
2025-02-03
crypto/internal/cryptotest: print stderr if go tool fails
Ian Lance Taylor
2025-01-28
crypto/pbkdf2: add keyLength limit
Roland Shoemaker
2025-01-28
crypto/hkdf: check error in TestFIPSServiceIndicator
Ian Lance Taylor
2025-01-28
crypto/internal/sysrand: skip TestNoGetrandom without cgo
Filippo Valsorda
2025-01-27
crypto/internal/fips140/rsa: avoid CAST unsetting the service indicator
Filippo Valsorda
2025-01-27
crypto/internal/fips140/aes: set FIPS 140 service indicator for CTR and CBC
Filippo Valsorda
2025-01-27
crypto/ecdsa: avoid needless ScalarBaseMult in s390x
Filippo Valsorda
2025-01-27
crypto/internal/boring: keep ECDH public key alive during cgo calls
Roland Shoemaker
2025-01-22
crypto/internal/fips140/nistec: make p256NegCond constant time on ppc64le
Roland Shoemaker
2025-01-16
crypto/x509: avoid panic when parsing partial PKCS#1 private keys
Filippo Valsorda
2025-01-16
crypto/x509: properly check for IPv6 hosts in URIs
Roland Shoemaker
2025-01-10
crypto/internal/fips140test: add hmac DRBG ACVP tests
Daniel McCarney
2025-01-10
crypto/internal/fips140test: add ML-KEM ACVP tests
Daniel McCarney
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/mlkem: merge mlkem768.go and mlkem1024.go to improve godoc
Filippo Valsorda
2025-01-08
crypto/mlkem: add example and improve docs
Filippo Valsorda
2025-01-08
crypto/md5,crypto/sha1: apply fips140=only to Write and Sum, not New
Filippo Valsorda
2025-01-08
crypto/ecdsa: apply fips140=only to deterministic ECDSA hash
Filippo Valsorda
2025-01-08
crypto/rsa: apply fips140=only to opts.Hash in SignPSS
Filippo Valsorda
2025-01-08
crypto/internal/fips140/drbg: avoid global lock on rand state
Russ Cox
2025-01-07
crypto/tls: send illegal_parameter on invalid ECHClientHello.type
thekuwayama
2025-01-06
crypto/internal/fips140: zeroise integrity test temporary values
Filippo Valsorda
2025-01-06
crypto/rsa: use λ(N) instead of φ(N)
Filippo Valsorda
2025-01-03
crypto/ecdsa: drop SEC 1 reference from package doc
Filippo Valsorda
2025-01-03
crypto/internal/fips140: mark OpenBSD unsupported
Filippo Valsorda
2025-01-03
crypto/internal/fips140: add Supported
Filippo Valsorda
2025-01-03
crypto/internal/fips140/check: remove Enabled
Filippo Valsorda
2025-01-02
crypto/tls: properly return ECH retry configs
Roland Shoemaker
2025-01-01
crypto/tls: fix Config.Time in tests using expired certificates
Filippo Valsorda
2024-12-30
crypto/tls: fix misspelling in comment
thekuwayama
2024-12-26
crypto/mlkem: swap order of return values of Encapsulate
Alec Bakholdin
2024-12-18
crypto/ecdsa: fix condition for fips140=only check
Mauri de Souza Meneguzzo
2024-12-18
crypto/tls: normalize spelling of "ClientHello" in comments
Filippo Valsorda
2024-12-18
crypto/pbkdf2: update RFC reference in package doc
Filippo Valsorda
2024-12-18
cmd/go,crypto: reject using Go+BoringCrypto and fips140 together
Filippo Valsorda
2024-12-17
crypto/internal/fips140/aes/gcm: use aes.EncryptBlockInternal on ppc64x and s...
Filippo Valsorda
2024-12-17
crypto/internal/fips140: add Name and Version
Filippo Valsorda
2024-12-17
crypto/rsa: revert minimum GenerateKey size to 32 bits
Filippo Valsorda
2024-12-17
crypto/cipher: block non-AES CTR and CBC in fips140=only mode
Filippo Valsorda
2024-12-17
crypto/internal/fips140/aes: mark AES-ECB as not approved
Filippo Valsorda
2024-12-13
crypto/ecdsa: fix s390x assembly with P-521
Filippo Valsorda
[prev]
[next]