aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/tls_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-09-29crypto/tls: make config.Clone return nil if the source is nilChen.Zhidong
2020-09-24crypto/tls: replace errClosed with net.ErrClosedAinar Garipov
2020-07-08crypto: fix PKCS space in docsKatie Hockman
2020-06-03crypto/tls: test that Clone copies session ticket key fieldsKatie Hockman
2020-05-08crypto/tls: add Config.VerifyConnection callbackKatie Hockman
2020-04-20crypto/tls: add DialerBrad Fitzpatrick
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-12crypto/tls: add CipherSuites, InsecureCipherSuites and CipherSuiteNameFilippo Valsorda
2019-11-12crypto/tls: re-enable RSA-PSS in TLS 1.2 againFilippo Valsorda
2019-11-12crypto/tls: implement Certificate.SupportedSignatureAlgorithmsFilippo Valsorda
2019-11-12crypto/tls: implement (*ClientHelloInfo).SupportsCertificateFilippo Valsorda
2019-11-12crypto/tls: refactor certificate and signature algorithm logicFilippo Valsorda
2019-10-30crypto/tls: improve error messages for invalid certificates and signaturesFilippo Valsorda
2019-08-27crypto/tls: remove TLS 1.3 opt-outFilippo Valsorda
2019-08-27crypto/tls: remove SSLv3 supportFilippo Valsorda
2019-07-15crypto/tls: remove TestVerifyHostnameResumedFilippo Valsorda
2019-05-21all: remove PEM-encoded private keys from testsRuss Cox
2019-05-17crypto/tls: fix TestVerifyHostnameResumedFilippo Valsorda
2019-02-27crypto/tls: enable TLS 1.3 by defaultFilippo 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-02-07crypto/tls: make TLS 1.3 opt-inFilippo Valsorda
2018-11-12crypto/tls: don't modify Config.Certificates in BuildNameToCertificateFilippo Valsorda
2018-11-12crypto/tls: enable TLS 1.3 and update testsFilippo Valsorda
2018-11-12crypto/tls: set ServerName and unset TLSUnique in ConnectionState in TLS 1.3Filippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 record layer and cipher suitesFilippo Valsorda
2018-08-22crypto/tls: make ConnectionState.ExportKeyingMaterial a methodFilippo Valsorda
2017-11-08crypto/tls: limit number of consecutive warning alertsfilewalkwithme
2017-03-02crypto/tls: make Config.Clone also clone the GetClientCertificate fieldMike Danese
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-11-07crypto/tls: use default cipher suites in BenchmarkThroughputMichael Munday
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-10-27crypto/tls: add GetClientCertificate callbackAdam Langley
2016-10-26crypto/tls: add CloseWrite method to ConnBen Burkert
2016-10-24crypto/tls: add VerifyPeerCertificate to tls.ConfigJoshua Boelter
2016-10-22net/http: drop custom tls.Config cloning code.Adam Langley
2016-10-18crypto/tls: add Config.GetConfigForClientAdam Langley
2016-10-17Revert "crypto/tls: add CloseWrite method to Conn"Adam Langley
2016-10-17crypto/tls: add CloseWrite method to ConnBen Burkert
2016-09-01crypto/tls: add Config.CloneBrad Fitzpatrick
2016-08-27crypto/tls: add KeyLogWriter for debuggingJoonas Kuorilehto
2016-08-16crypto/tls: gofmt -w -sMikio Hara
2016-06-29crypto/tls: Use the same buffer size in the client and server in the TLS thro...Tom Bergan
2016-06-27crypto/tls: don't copy Mutex or Once valuesIan Lance Taylor
2016-06-01crypto/tls: remove unused variable in benchmark codeRobert Griesemer
2016-05-31crypto/tls: reduce size of buffer in throughput benchmarksAndrew Gerrand
2016-05-27crypto/tls: gofmtAustin Clements
2016-05-27crypto/tls: fix race in Benchmark{Throughput,Latency}Mikio Hara