aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/handshake_server_test.go
AgeCommit message (Expand)Author
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
2019-11-12crypto/tls: refactor certificate and signature algorithm logicFilippo Valsorda
2019-11-04crypto/tls: make -update only regenerate transcripts for failing testsFilippo Valsorda
2019-10-31crypto/tls: send ec_points_format extension in ServerHelloOlivier Poitrey
2019-08-27crypto/tls: remove SSLv3 supportFilippo Valsorda
2019-08-27crypto/tls: make SSLv3 again disabled by defaultFilippo Valsorda
2019-06-20crypto/tls: move shared code and resources to handshake_test.goFilippo Valsorda
2019-06-19crypto/tls: disable RSA-PSS in TLS 1.2 againFilippo Valsorda
2019-05-21all: remove PEM-encoded private keys from testsRuss Cox
2019-05-17crypto/tls: add support for Ed25519 certificates in TLS 1.2 and 1.3Filippo Valsorda
2019-02-27Revert "crypto/tls: disable RSA-PSS in TLS 1.2"Filippo Valsorda
2019-02-07crypto/tls: disable RSA-PSS in TLS 1.2Filippo Valsorda
2019-01-20crypto/tls: send a "handshake failure" alert if the RSA key is too smallFilippo Valsorda
2018-11-30crypto/tls: fix client certificates support for legacy serversFilippo Valsorda
2018-11-12crypto/tls: enable TLS 1.3 and update testsFilippo Valsorda
2018-11-12crypto/tls: implement TLS 1.3 downgrade protectionFilippo Valsorda
2018-11-12crypto/tls: implement TLS 1.3 client authenticationFilippo Valsorda
2018-11-12crypto/tls: implement TLS 1.3 PSK authentication (server side)Filippo Valsorda
2018-11-12crypto/tls: implement TLS 1.3 KeyLogWriter supportFilippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 server handshake (base)Filippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 client handshake (base)Filippo Valsorda
2018-11-02crypto/tls: advertise and accept rsa_pss_rsae signature algorithmsFilippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 version negotiationFilippo Valsorda
2018-10-29crypto/tls: rewrite some messages with golang.org/x/crypto/cryptobyteFilippo Valsorda
2018-10-27crypto/tls: bump test timeouts from 1s to 1m for slow buildersFilippo Valsorda
2018-10-25crypto/tls: add timeouts to recorded testsFilippo Valsorda
2018-10-19crypto/tls: replace net.Pipe in tests with real TCP connectionsFilippo Valsorda