aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls
AgeCommit message (Expand)Author
4 dayscrypto/tls: fix ECH SNI encoded lengthNeal Patel
7 dayscrypto/tls: prevent deadlock when client sends multiple key update messagesRoland Shoemaker
8 dayscrypto/tls: avoid atLeastReader and associated allocations.Daniel Morsing
2026-02-17crypto: don't overwrite existing GODEBUG settingsqmuntal
2026-02-12crypto/tls: fix CurvePreferences commentSimon Deziel
2026-02-09crypto/tls: update bogo versionRoland Shoemaker
2026-02-06crypto/tls: fix broken link in KeyLogWriter documentationkovan
2026-02-05crypto/tls: avoid data race when canceling a QUICConn's ContextDamien Neil
2026-02-03crypto/tls: revalidate whole chain on resumption on Windows and macOSFilippo Valsorda
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