index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
tls
/
tls_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto/tls: make Config.Clone also clone the GetClientCertificate field
Mike Danese
2017-03-02
1
-22
/
+68
*
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-11-15
1
-2
/
+4
*
crypto/tls: use default cipher suites in BenchmarkThroughput
Michael Munday
2016-11-07
1
-0
/
+2
*
all: sprinkle t.Parallel on some slow tests
Brad Fitzpatrick
2016-11-04
1
-0
/
+1
*
crypto/tls: add GetClientCertificate callback
Adam Langley
2016-10-27
1
-1
/
+1
*
crypto/tls: add CloseWrite method to Conn
Ben Burkert
2016-10-26
1
-0
/
+107
*
crypto/tls: add VerifyPeerCertificate to tls.Config
Joshua Boelter
2016-10-24
1
-1
/
+1
*
net/http: drop custom tls.Config cloning code.
Adam Langley
2016-10-22
1
-0
/
+4
*
crypto/tls: add Config.GetConfigForClient
Adam Langley
2016-10-18
1
-1
/
+1
*
Revert "crypto/tls: add CloseWrite method to Conn"
Adam Langley
2016-10-17
1
-86
/
+0
*
crypto/tls: add CloseWrite method to Conn
Ben Burkert
2016-10-17
1
-0
/
+86
*
crypto/tls: add Config.Clone
Brad Fitzpatrick
2016-09-01
1
-11
/
+11
*
crypto/tls: add KeyLogWriter for debugging
Joonas Kuorilehto
2016-08-27
1
-0
/
+4
*
crypto/tls: gofmt -w -s
Mikio Hara
2016-08-16
1
-1
/
+1
*
crypto/tls: Use the same buffer size in the client and server in the TLS thro...
Tom Bergan
2016-06-29
1
-2
/
+9
*
crypto/tls: don't copy Mutex or Once values
Ian Lance Taylor
2016-06-27
1
-21
/
+78
*
crypto/tls: remove unused variable in benchmark code
Robert Griesemer
2016-06-01
1
-10
/
+8
*
crypto/tls: reduce size of buffer in throughput benchmarks
Andrew Gerrand
2016-05-31
1
-1
/
+1
*
crypto/tls: gofmt
Austin Clements
2016-05-27
1
-4
/
+3
*
crypto/tls: fix race in Benchmark{Throughput,Latency}
Mikio Hara
2016-05-27
1
-4
/
+8
*
crypto/tls: adjust dynamic record sizes to grow arithmetically
Russ Cox
2016-05-27
1
-1
/
+152
*
crypto/tls: test for timeout error using the net.Error interface
Brad Fitzpatrick
2016-03-08
1
-2
/
+9
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
1
-1
/
+1
*
crypto/tls: don't block in Conn.Close if Writes are in-flight
Brad Fitzpatrick
2016-01-13
1
-0
/
+102
*
crypto/tls: better error messages when PEM inputs are switched.
Adam Langley
2015-09-30
1
-0
/
+32
*
crypto/tls: fix ConnectionState().VerifiedChains for resumed connection
Russ Cox
2015-08-05
1
-0
/
+25
*
crypto/tls: check cert chain during VerifyHostname
Russ Cox
2015-07-22
1
-0
/
+27
*
all: link to https instead of http
Brad Fitzpatrick
2015-07-11
1
-1
/
+1
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
1
-0
/
+282