aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/handshake_server_test.go
AgeCommit message (Expand)Author
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
2025-11-25crypto/tls: expose HelloRetryRequest stateDaniel McCarney
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-09-18crypto: use clear built-inKir Kolyshkin
2025-07-30crypto/tls: use standard chacha20-poly1305 cipher suite namesqmuntal
2025-05-21crypto/tls: use decode alert for handshake msg unmarshal errDaniel McCarney
2025-04-23crypto/tls: skip part of the test based on GOOS instead of GOARCHNevkontakte
2025-04-16crypto/tls: fix a testing deadlock that occurs on a TLS protocol errorEric Young
2025-03-13crypto/tls: add ConnectionState.CurveIDFilippo Valsorda
2025-01-01crypto/tls: fix Config.Time in tests using expired certificatesFilippo Valsorda
2024-11-22crypto/tls: implement X25519MLKEM768Filippo Valsorda
2024-11-22crypto/tls: test with FIPS 140-3 TLS modeDaniel McCarney
2024-11-21crypto/tls: add server-side ECHRoland Shoemaker
2024-08-10crypto/tls: align FIPS-only mode with BoringSSL policyFilippo Valsorda
2024-08-09crypto/tls: expose extensions presented by client to GetCertificateBobby Powers
2024-06-24crypto/tls: replay test recordings without networkFilippo Valsorda
2024-06-03all: make function comments match function namescuishuang
2024-05-22crypto/tls: implement X25519Kyber768Draft00Filippo Valsorda
2024-05-22crypto/tls: clarify group selection logicFilippo Valsorda
2024-03-26all: fix a large number of commentscui fliter
2024-01-26Revert "crypto/internal/boring: upgrade module to fips-20220613" +1Filippo Valsorda
2023-12-18crypto/tls: align FIPS-only mode with BoringSSL policyFilippo Valsorda
2023-11-14crypto/tls: change default minimum version to 1.2Roland Shoemaker
2023-02-14crypto/tls: replace all usages of BytesOrPanicRoland Shoemaker
2022-08-25crypto/tls: support ECDHE when ec_point_formats is missingFilippo Valsorda
2022-08-12crypto/ecdh: new packageFilippo Valsorda
2022-05-17all: fix spellingJohn Bampton
2022-04-27crypto/tls: remove tls10default GODEBUG flagFilippo Valsorda
2022-04-08all: consistently use US spelling of present participlesDaniel Martí
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-05crypto/tls: set default minimum client version to TLS 1.2Filippo Valsorda
2021-06-10crypto/tls: let HTTP/1.1 clients connect to servers with NextProtos "h2"go1.17beta1Filippo Valsorda
2021-05-08crypto/tls: make cipher suite preference ordering automaticFilippo Valsorda
2021-05-06crypto/tls: enforce ALPN overlap when negotiated on both sidesRoland Shoemaker
2021-04-16crypto/tls: fix flaky handshake cancellation testsJohan Brandhorst
2021-04-10all: fix spellingsNaman Gera
2021-03-16crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2020-12-17crypto/tls: revert "add HandshakeContext method to Conn"Johan Brandhorst
2020-11-10crypto/tls: de-prioritize AES-GCM ciphers when lacking hardware supportRoland Shoemaker
2020-11-09crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2020-05-08crypto/tls: rotate session ticket keysKatie Hockman
2020-04-13crypto/tls: failed tls.Conn.Write returns a permanent errorKatie Hockman
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-12crypto/tls: take key size into account in signature algorithm selectionFilippo Valsorda
2019-11-12crypto/tls: re-enable RSA-PSS in TLS 1.2 againFilippo Valsorda
2019-11-12crypto/tls: select only compatible chains from CertificatesFilippo Valsorda