aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls
AgeCommit message (Expand)Author
2026-02-02crypto/tls: document resumption behavior across ConfigsFilippo Valsorda
2026-01-28crypto/tls: check verifiedChains roots when resuming sessionsRoland Shoemaker
2026-01-28crypto/tls: add verifiedChains expiration checking during resumptionRoland Shoemaker
2026-01-28Revert "crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone"Roland Shoemaker
2026-01-15crypto/tls: don't copy auto-rotated session ticket keys in Config.CloneRoland Shoemaker
2026-01-12crypto: use testenv.Executable(t) instead of os.Args[0] in testsFilippo Valsorda
2025-12-16crypto/tls: reject trailing messages after client/server helloRoland Shoemaker
2025-12-10crypto: clean up subprocess-spawning testsFilippo Valsorda
2025-12-05all: fix some comment issuescuishuang
2025-11-26crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandomFilippo Valsorda
2025-11-26crypto/tls: support crypto.MessageSigner private keysFilippo Valsorda
2025-11-25crypto/tls: add SecP256r1/SecP384r1MLKEM1024 hybrid post-quantum key exchangesFilippo Valsorda
2025-11-25crypto/hpke: expose crypto/internal/hpkeFilippo Valsorda
2025-11-25crypto/ecdsa: clean up ECDSA parsing and serialization pathsFilippo Valsorda
2025-11-25crypto/tls: expose HelloRetryRequest stateDaniel McCarney
2025-11-21crypto/tls: use inner hello for earlyData when using QUIC and ECHRoland Shoemaker
2025-11-21crypto/internal/hpke: separate KEM and PublicKey/PrivateKey interfacesFilippo Valsorda
2025-11-21crypto/internal/hpke: modularize API and support more ciphersuitesFilippo Valsorda
2025-11-20crypto/tls: add QUICErrorEventDamien Neil
2025-11-14std: fix printf("%q", int) mistakesAlan Donovan
2025-11-12crypto/x509: move BetterTLS suite from crypto/tlsRoland Shoemaker
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-11-03crypto/tls: add BetterTLS test coverageDaniel McCarney
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-10-06crypto/tls: streamline BoGo testing w/ -bogo-local-dirDaniel McCarney
2025-10-03crypto/tls: add flag to render HTML BoGo reportDaniel McCarney
2025-10-02crypto/tls: rm marshalEncryptedClientHelloConfigList dead codeDaniel McCarney
2025-09-29crypto/tls: quote protocols in ALPN error messageRoland Shoemaker
2025-09-27all: fix typosAN Long
2025-09-18crypto: use clear built-inKir Kolyshkin
2025-09-06crypto/tls: use context.AfterFunc in handshakeContextdatabase64128
2025-08-29crypto/tls: use hash.Clonerqmuntal
2025-08-22crypto/tls: fix quic comment typoguoguangwu
2025-08-08crypto/tls: check if quic conn can send session ticketAudi P. R. Putra
2025-07-30crypto/tls: use standard chacha20-poly1305 cipher suite namesqmuntal
2025-07-09crypto/tls: empty server_name conf. ext. from serverDaniel McCarney
2025-07-01crypto/tls: ensure the ECDSA curve matches the signature algorithmFilippo Valsorda
2025-06-30crypto/tls: update bogo versionDaniel McCarney
2025-05-27crypto/tls: enable signature algorithm BoGo tests (and fix two bugs)Filippo Valsorda
2025-05-23crypto/tls: signature_algorithms in CertificateRequest can't be emptyFilippo Valsorda
2025-05-21crypto/tls: reject duplicate TLS 1.3 EncryptedExtensionsDaniel McCarney
2025-05-21crypto/tls: use decode alert for handshake msg unmarshal errDaniel McCarney
2025-05-21crypto/tls: disable SHA-1 signature algorithms in TLS 1.2Filippo Valsorda
2025-05-21crypto/tls: don't advertise TLS 1.2-only sigAlgs in TLS 1.3Filippo Valsorda
2025-05-21crypto/tls: update BoGo SessionID test skip reasonsDaniel McCarney
2025-05-21crypto/tls: enable BoGo DisabledCurve-HelloRetryRequest-TLS13Daniel McCarney
2025-05-21crypto/tls: match compression method alert across versionsDaniel McCarney
2025-05-21crypto/tls: delete dead code curveIDForCurveDaniel McCarney
2025-05-21crypto/tls: verify server chooses advertised curveDaniel McCarney