aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/handshake_client_test.go
AgeCommit message (Expand)Author
2020-06-09crypto/tls: restore OCSP and SCTs during session resumptionRoland Shoemaker
2020-06-04crypto/tls: set CipherSuite for VerifyConnectionKatie Hockman
2020-06-03crypto/tls: fix duplicate calls to VerifyConnectionKatie Hockman
2020-05-18crypto/tls: persist the createdAt time when re-wrapping session ticketsKatie Hockman
2020-05-08crypto/tls: add Config.VerifyConnection callbackKatie Hockman
2020-05-08crypto/tls: rotate session ticket keysKatie Hockman
2020-05-07crypto/tls: rotate session keys in older TLS versionsKatie Hockman
2020-05-05crypto/tls: enforce TLS 1.3 (and TLS 1.2) downgrade protection checksFilippo Valsorda
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2019-11-12crypto/tls: re-enable RSA-PSS in TLS 1.2 againFilippo Valsorda
2019-11-04crypto/tls: make -update only regenerate transcripts for failing testsFilippo 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-22all: shorten some 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-26crypto/tls: fix typoYasser Abdolmaleki
2019-02-07crypto/tls: disable RSA-PSS in TLS 1.2Filippo Valsorda
2018-11-30crypto/tls: fix client certificates support for legacy serversFilippo Valsorda
2018-11-29crypto/tls: prevent the test server from sending session ticketsFilippo 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 PSK authentication (client side)Filippo Valsorda
2018-11-12crypto/tls: implement TLS 1.3 middlebox compatibility modeFilippo Valsorda
2018-11-12crypto/tls: implement TLS 1.3 KeyUpdate messagesFilippo Valsorda
2018-11-12crypto/tls: implement TLS 1.3 KeyLogWriter supportFilippo 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-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-06-27crypto/tls: add RSASSA-PSS support for handshake messagesPeter Wu
2017-09-27all: prefer bytes.IndexByte over bytes.IndexMarvin Stenger
2017-09-09crypto/tls: fix and expand TestVerifyPeerCertificate and TestGetClientCertifi...Filippo Valsorda
2016-11-11cmd/gofmt, crypto/tls: fix typosKevin Burke
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-10-27crypto/tls: add GetClientCertificate callbackAdam Langley
2016-10-25crypto/tls: fix vet issues againJosh Bleecher Snyder
2016-10-24crypto/tls: add VerifyPeerCertificate to tls.ConfigJoshua Boelter
2016-10-17crypto/tls: support ChaCha20-Poly1305.Adam Langley
2016-10-12crypto/tls: support X25519.Adam Langley
2016-10-12crypto/tls: fix printing of OpenSSL output when updating a test fails.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-22crypto/tls: fix deadlock when racing to complete handshake.Adam Langley