aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/handshake_server_test.go
AgeCommit message (Expand)Author
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
2018-08-22crypto/tls: make ConnectionState.ExportKeyingMaterial a methodFilippo Valsorda
2018-07-25crypto/tls: fix deadlock when Read and Close called concurrentlyMinaev Mike
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2017-08-15crypto/tls: add BenchmarkHandshakeServerFilippo Valsorda
2017-02-01crypto/tls: reject SNI values with a trailing dot.Adam Langley
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-10-24all: minor vet fixesJosh Bleecher Snyder
2016-10-18crypto/tls: enable ChaCha20-Poly1305 cipher suites by default.Adam Langley
2016-10-18crypto/tls: add Config.GetConfigForClientAdam Langley
2016-10-17crypto/tls: support ChaCha20-Poly1305.Adam Langley
2016-10-12crypto/tls: support X25519.Adam Langley
2016-10-12crypto/tls: switch to OpenSSL 1.1.0 for test data.Adam Langley
2016-10-01crypto/tls: simplify keylog tests.Adam Langley
2016-09-01crypto/tls: add Config.CloneBrad Fitzpatrick
2016-08-27crypto/tls: add KeyLogWriter for debuggingJoonas Kuorilehto
2016-08-17crypto/x509: require a NULL parameters for RSA public keys.Adam Langley