summaryrefslogtreecommitdiff
path: root/src/crypto/tls/tls_test.go
Commit message (Expand)AuthorAgeFilesLines
* crypto/tls: make Config.Clone also clone the GetClientCertificate fieldMike Danese2017-03-021-22/+68
* all: don't call t.Fatal from a goroutineIan Lance Taylor2016-11-151-2/+4
* crypto/tls: use default cipher suites in BenchmarkThroughputMichael Munday2016-11-071-0/+2
* all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick2016-11-041-0/+1
* crypto/tls: add GetClientCertificate callbackAdam Langley2016-10-271-1/+1
* crypto/tls: add CloseWrite method to ConnBen Burkert2016-10-261-0/+107
* crypto/tls: add VerifyPeerCertificate to tls.ConfigJoshua Boelter2016-10-241-1/+1
* net/http: drop custom tls.Config cloning code.Adam Langley2016-10-221-0/+4
* crypto/tls: add Config.GetConfigForClientAdam Langley2016-10-181-1/+1
* Revert "crypto/tls: add CloseWrite method to Conn"Adam Langley2016-10-171-86/+0
* crypto/tls: add CloseWrite method to ConnBen Burkert2016-10-171-0/+86
* crypto/tls: add Config.CloneBrad Fitzpatrick2016-09-011-11/+11
* crypto/tls: add KeyLogWriter for debuggingJoonas Kuorilehto2016-08-271-0/+4
* crypto/tls: gofmt -w -sMikio Hara2016-08-161-1/+1
* crypto/tls: Use the same buffer size in the client and server in the TLS thro...Tom Bergan2016-06-291-2/+9
* crypto/tls: don't copy Mutex or Once valuesIan Lance Taylor2016-06-271-21/+78
* crypto/tls: remove unused variable in benchmark codeRobert Griesemer2016-06-011-10/+8
* crypto/tls: reduce size of buffer in throughput benchmarksAndrew Gerrand2016-05-311-1/+1
* crypto/tls: gofmtAustin Clements2016-05-271-4/+3
* crypto/tls: fix race in Benchmark{Throughput,Latency}Mikio Hara2016-05-271-4/+8
* crypto/tls: adjust dynamic record sizes to grow arithmeticallyRuss Cox2016-05-271-1/+152
* crypto/tls: test for timeout error using the net.Error interfaceBrad Fitzpatrick2016-03-081-2/+9
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* crypto/tls: don't block in Conn.Close if Writes are in-flightBrad Fitzpatrick2016-01-131-0/+102
* crypto/tls: better error messages when PEM inputs are switched.Adam Langley2015-09-301-0/+32
* crypto/tls: fix ConnectionState().VerifiedChains for resumed connectionRuss Cox2015-08-051-0/+25
* crypto/tls: check cert chain during VerifyHostnameRuss Cox2015-07-221-0/+27
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+282