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
2026-02-03
[release-branch.go1.25] crypto/tls: document resumption behavior across Configs
Filippo Valsorda
2026-02-03
[release-branch.go1.25] crypto/tls: revalidate whole chain on resumption on W...
Filippo Valsorda
2026-01-28
[release-branch.go1.25] crypto/tls: check verifiedChains roots when resuming ...
Roland Shoemaker
2026-01-28
[release-branch.go1.25] crypto/tls: add verifiedChains expiration checking du...
Roland Shoemaker
2026-01-28
[release-branch.go1.25] Revert "crypto/tls: don't copy auto-rotated session t...
Roland Shoemaker
2026-01-28
[release-branch.go1.25] crypto/x509: fix single label excluded name constrain...
Roland Shoemaker
2026-01-15
[release-branch.go1.25] crypto/tls: don't copy auto-rotated session ticket ke...
Roland Shoemaker
2026-01-07
[release-branch.go1.25] crypto/tls: reject trailing messages after client/ser...
Roland Shoemaker
2025-12-03
[release-branch.go1.25] crypto/tls: use inner hello for earlyData when using ...
Roland Shoemaker
2025-12-02
[release-branch.go1.25] crypto/x509: prevent HostnameError.Error() from consu...
Nicholas S. Husin
2025-11-25
[release-branch.go1.25] crypto/x509: excluded subdomain constraints preclude ...
Roland Shoemaker
2025-10-28
[release-branch.go1.25] Revert "crypto/internal/fips140/subtle: add assembly ...
Keith Randall
2025-10-28
[release-branch.go1.25] Revert "crypto/internal/fips140/subtle: add assembly ...
Keith Randall
2025-10-13
[release-branch.go1.25] crypto/x509: rework fix for CVE-2025-58187
Roland Shoemaker
2025-10-07
[release-branch.go1.25] crypto/x509: improve domain name verification
Neal Patel
2025-10-07
[release-branch.go1.25] crypto/x509: mitigate DoS vector when intermediate ce...
Neal Patel
2025-10-01
[release-branch.go1.25] crypto/tls: quote protocols in ALPN error message
Roland Shoemaker
2025-09-26
[release-branch.go1.25] lib/fips140: re-seal v1.0.0
Filippo Valsorda
2025-09-26
[release-branch.go1.25] crypto/internal/fips140: remove key import PCTs, make...
Filippo Valsorda
2025-09-26
[release-branch.go1.25] crypto/internal/fips140: update frozen module version...
Filippo Valsorda
2025-09-26
[release-branch.go1.25] crypto/internal/fips140/ecdsa: make TestingOnlyNewDRB...
Filippo Valsorda
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-07-10
crypto/cipher: Fix comment punctuation
Markus Kusano
2025-07-09
crypto/tls: empty server_name conf. ext. from server
Daniel McCarney
2025-07-07
crypto/rsa: remove another forgotten note to future self
Filippo Valsorda
2025-07-01
crypto/tls: ensure the ECDSA curve matches the signature algorithm
Filippo Valsorda
2025-07-01
crypto/ecdsa: fix crypto/x509 godoc links
Filippo Valsorda
2025-07-01
Revert "crypto/internal/fips140/subtle: add assembly implementation of xorByt...
Keith Randall
2025-06-30
crypto/tls: update bogo version
Daniel McCarney
2025-06-30
crypto/hmac: wrap ErrUnsupported returned by Clone
Filippo Valsorda
2025-06-20
crypto/cipher: fix link to crypto/aes
Sean Liao
2025-05-27
crypto/tls: enable signature algorithm BoGo tests (and fix two bugs)
Filippo Valsorda
2025-05-23
crypto/tls: signature_algorithms in CertificateRequest can't be empty
Filippo Valsorda
2025-05-21
crypto,hash: add and implement hash.Cloner
Filippo Valsorda
2025-05-21
crypto/sha3: un-interleave EOR instructions
Roland Shoemaker
2025-05-21
crypto/x509: use truncated SHA-256 for SubjectKeyId
Filippo Valsorda
2025-05-21
crypto/tls: reject duplicate TLS 1.3 EncryptedExtensions
Daniel McCarney
2025-05-21
crypto/tls: use decode alert for handshake msg unmarshal err
Daniel McCarney
2025-05-21
crypto/tls: disable SHA-1 signature algorithms in TLS 1.2
Filippo Valsorda
2025-05-21
crypto: add a test for disallowed instructions
Roland Shoemaker
2025-05-21
crypto/ecdsa: add low-level encoding functions for keys
Filippo Valsorda
2025-05-21
crypto/tls: don't advertise TLS 1.2-only sigAlgs in TLS 1.3
Filippo Valsorda
2025-05-21
crypto/sha3: add SIMD implementation with ARMv8.2 features
HowJmay
2025-05-21
crypto/internal/cryptotest: test Armv8.2 on darwin/arm64
Filippo Valsorda
2025-05-21
crypto/internal/fips140/nistec: remove dead s390x p256OrdMul
Filippo Valsorda
2025-05-21
crypto/tls: update BoGo SessionID test skip reasons
Daniel McCarney
2025-05-21
crypto/tls: enable BoGo DisabledCurve-HelloRetryRequest-TLS13
Daniel McCarney
2025-05-21
crypto/tls: match compression method alert across versions
Daniel McCarney
2025-05-21
crypto/tls: delete dead code curveIDForCurve
Daniel McCarney
[next]