aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/handshake_test.go
AgeCommit message (Expand)Author
2020-10-24crypto/tls: add no-shared to openssl build instructionsThom Wiggers
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-11-12crypto/tls: retry ETIMEDOUT flakes in localPipe on dragonflyBryan C. Mills
2019-11-04crypto/tls: make -update only regenerate transcripts for failing testsFilippo Valsorda
2019-10-21crypto/tls: retry net.Dial flakes on DragonflyBryan C. Mills
2019-08-27crypto/tls: remove TLS 1.3 opt-outFilippo Valsorda
2019-08-27crypto/tls: remove SSLv3 supportFilippo Valsorda
2019-06-29crypto/tls: deflake localPipe in testsRuss Cox
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
2018-11-02crypto/tls: advertise and accept rsa_pss_rsae signature algorithmsFilippo Valsorda
2018-10-19crypto/tls: replace net.Pipe in tests with real TCP connectionsFilippo Valsorda
2017-11-08crypto/tls: advertise support for SHA-512 signatures in 1.2Filippo Valsorda
2016-10-12crypto/tls: switch to OpenSSL 1.1.0 for test data.Adam Langley
2016-08-16crypto/tls: fix WriteTo method signatureJosh Bleecher Snyder
2014-09-08build: move package sources from src/pkg to srcRuss Cox