aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/handshake_client_test.go
AgeCommit message (Expand)Author
2023-02-14crypto/tls: replace all usages of BytesOrPanicRoland Shoemaker
2022-04-08all: consistently use US spelling of present participlesDaniel Martí
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-05-06crypto/tls: enforce ALPN overlap when negotiated on both sidesRoland Shoemaker
2021-04-16crypto/tls: fix flaky handshake cancellation testsJohan Brandhorst
2021-03-17crypto/tls: remove flaky cancellation testJohan Brandhorst
2021-03-16crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2021-03-13all: remove duplicate wordsJohn Bampton
2021-02-24docs: fix spellingJohn Bampton
2020-12-17crypto/tls: revert "add HandshakeContext method to Conn"Johan Brandhorst
2020-11-09crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
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