aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-04[release-branch.go1.24] go1.24.13go1.24.13Gopher Robot
2026-02-03[release-branch.go1.24] crypto/tls: document resumption behavior across ConfigsFilippo Valsorda
2026-02-03[release-branch.go1.24] crypto/tls: revalidate whole chain on resumption on W...Filippo Valsorda
2026-01-28[release-branch.go1.24] crypto/tls: check verifiedChains roots when resuming ...Roland Shoemaker
2026-01-28[release-branch.go1.24] crypto/tls: add verifiedChains expiration checking du...Roland Shoemaker
2026-01-28[release-branch.go1.24] Revert "crypto/tls: don't copy auto-rotated session t...Roland Shoemaker
2026-01-28[release-branch.go1.24] cmd/go: update VCS commands to use safer flag/argumen...Roland Shoemaker
2026-01-28[release-branch.go1.24] crypto/x509: fix single label excluded name constrain...Roland Shoemaker
2026-01-28[release-branch.go1.24] cmd/go: remove user-content from doc strings in cgo A...Neal Patel
2026-01-15[release-branch.go1.24] go1.24.12go1.24.12Gopher Robot
2026-01-15[release-branch.go1.24] archive/zip: reduce CPU usage in index constructionDamien Neil
2026-01-15[release-branch.go1.24] net/url: add urlmaxqueryparams GODEBUG to limit the n...Damien Neil
2026-01-15[release-branch.go1.24] cmd/go/internal/work: sanitize flags before invoking ...Neal Patel
2026-01-15[release-branch.go1.24] crypto/tls: don't copy auto-rotated session ticket ke...Roland Shoemaker
2026-01-07[release-branch.go1.24] crypto/tls: reject trailing messages after client/ser...Roland Shoemaker
2026-01-07[release-branch.go1.24] cmd/compile: handle propagating an out-of-range jump ...Cuong Manh Le
2025-12-29[release-branch.go1.24] runtime: mark getfp as nosplitkhr@golang.org
2025-12-29[release-branch.go1.24] runtime/race: set missing argument frame for ppc64x a...Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2025-12-19[release-branch.go1.24] os: allow direntries to have zero inodes on LinuxDave Vasilevsky
2025-12-03[release-branch.go1.24] crypto/tls: use inner hello for earlyData when using ...Roland Shoemaker
2025-12-02[release-branch.go1.24] go1.24.11go1.24.11Gopher Robot
2025-12-02[release-branch.go1.24] crypto/x509: prevent HostnameError.Error() from consu...Nicholas S. Husin
2025-11-25[release-branch.go1.24] crypto/x509: excluded subdomain constraints preclude ...Roland Shoemaker
2025-11-25[release-branch.go1.24] internal/cpu: use correct variable when parsing CPU f...Guoqi Chen
2025-11-05[release-branch.go1.24] go1.24.10go1.24.10Gopher Robot
2025-10-29[release-branch.go1.24] encoding/pem: properly calculate end indexesRoland Shoemaker
2025-10-24[release-branch.go1.24] encoding/pem: properly decode strange PEM dataRoland Shoemaker
2025-10-17[release-branch.go1.24] net/url: allow IP-literals with IPv4-mapped IPv6 addr...Roland Shoemaker
2025-10-13[release-branch.go1.24] go1.24.9go1.24.9Gopher Robot
2025-10-13[release-branch.go1.24] crypto/x509: rework fix for CVE-2025-58187Roland Shoemaker
2025-10-07[release-branch.go1.24] go1.24.8go1.24.8Gopher Robot
2025-10-07[release-branch.go1.24] archive/tar: set a limit on the size of GNU sparse fi...Damien Neil
2025-10-07[release-branch.go1.24] encoding/pem: make Decode complexity linearRoland Shoemaker
2025-10-07[release-branch.go1.24] encoding/asn1: prevent memory exhaustion when parsing...Nicholas Husin
2025-10-07[release-branch.go1.24] net/http: add httpcookiemaxnum GODEBUG option to limi...Nicholas Husin
2025-10-07[release-branch.go1.24] crypto/x509: improve domain name verificationNeal Patel
2025-10-07[release-branch.go1.24] net/url: enforce stricter parsing of bracketed IPv6 h...Ethan Lee
2025-10-07[release-branch.go1.24] net/textproto: avoid quadratic complexity in Reader.R...Damien Neil
2025-10-07[release-branch.go1.24] crypto/x509: mitigate DoS vector when intermediate ce...Neal Patel
2025-10-07[release-branch.go1.24] net/mail: avoid quadratic behavior in mail address pa...Damien Neil
2025-10-01[release-branch.go1.24] net/http: avoid connCount underflow raceDamien Neil
2025-10-01[release-branch.go1.24] debug/pe: permit symbols with no nameIan Lance Taylor
2025-10-01[release-branch.go1.24] cmd/compile: don't rely on loop info when there are i...Keith Randall
2025-10-01[release-branch.go1.24] crypto/tls: quote protocols in ALPN error messageRoland Shoemaker
2025-10-01[release-branch.go1.24] sync/atomic: correct Uintptr.Or return docMichael Pratt
2025-09-25[release-branch.go1.24] lib/fips140: re-seal v1.0.0Filippo Valsorda
2025-09-25[release-branch.go1.24] crypto/internal/fips140: remove key import PCTs, make...Filippo Valsorda
2025-09-25[release-branch.go1.24] crypto/internal/fips140/ecdsa: make TestingOnlyNewDRB...Filippo Valsorda
2025-09-25[release-branch.go1.24] crypto/internal/fips140test: make TestCASTFailures st...Filippo Valsorda
2025-09-25[release-branch.go1.24] crypto/internal/fips140: revert post-sealing change t...Filippo Valsorda