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
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto/tls: pass argument to serverInit rather than using a field in Config.
Adam Langley
2017-05-16
2
-19
/
+8
*
crypto/tls: recommend P256 elliptic curve
Kevin Burke
2017-04-10
1
-1
/
+1
*
crypto/tls: make Config.Clone also clone the GetClientCertificate field
Mike Danese
2017-03-02
2
-22
/
+69
*
crypto/tls: use io.ReadFull in conn_test.go
Joe Tsai
2017-02-24
1
-5
/
+5
*
crypto/tls: don't hold lock when closing underlying net.Conn.
Adam Langley
2017-02-09
2
-1
/
+32
*
crypto/tls: fix link to more info about channel bindings
Максим Федосеев
2017-02-08
1
-3
/
+3
*
crypto/tls: document that only tickets are supported.
Adam Langley
2017-02-08
1
-1
/
+2
*
cmd/link, crypto/tls: don't use append loops
Daniel Martí
2017-02-07
1
-3
/
+1
*
crypto/tls: reject SNI values with a trailing dot.
Adam Langley
2017-02-01
4
-2
/
+19
*
crypto/tls: document ConnectionState.NegotiatedProtocol more clearly
Anmol Sethi
2017-02-01
1
-2
/
+2
*
crypto/tls: disable CBC cipher suites with SHA-256 by default
Filippo Valsorda
2017-01-17
2
-5
/
+5
*
crypto/tls: fix a typo
Mikio Hara
2016-12-19
1
-1
/
+1
*
crypto/tls: update CBC Lucky13 warning a bit
Brad Fitzpatrick
2016-11-29
1
-1
/
+1
*
crypto/tls: reject zero-length SCTs.
Adam Langley
2016-11-17
2
-1
/
+19
*
crypto/tls: reject CT extension with no SCTs included
woodsaj
2016-11-17
2
-4
/
+46
*
crypto/tls: add example for Config KeyLogWriter
Joonas Kuorilehto
2016-11-17
1
-0
/
+58
*
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-11-15
2
-3
/
+6
*
all: spell "marshal" and "unmarshal" consistently
Dmitri Shuralyov
2016-11-12
1
-1
/
+1
*
cmd/gofmt, crypto/tls: fix typos
Kevin Burke
2016-11-11
2
-2
/
+2
*
crypto/tls: use default cipher suites in BenchmarkThroughput
Michael Munday
2016-11-07
1
-0
/
+2
*
crypto/{cipher,tls,internal/cryptohw}: prioritise AES-GCM when hardware suppo...
Adam Langley
2016-11-07
1
-0
/
+36
*
all: sprinkle t.Parallel on some slow tests
Brad Fitzpatrick
2016-11-04
3
-0
/
+24
*
crypto/tls: add GetClientCertificate callback
Adam Langley
2016-10-27
4
-73
/
+287
*
crypto/tls: add a SignatureScheme type.
Adam Langley
2016-10-27
2
-3
/
+22
*
crypto/tls: add CloseWrite method to Conn
Ben Burkert
2016-10-26
2
-2
/
+149
*
crypto/tls: expand ClientHelloInfo
Filippo Valsorda
2016-10-26
2
-22
/
+77
*
crypto/tls: fix vet issues again
Josh Bleecher Snyder
2016-10-25
1
-7
/
+7
*
crypto/tls: add VerifyPeerCertificate to tls.Config
Joshua Boelter
2016-10-24
5
-1
/
+182
*
all: minor vet fixes
Josh Bleecher Snyder
2016-10-24
1
-4
/
+4
*
net/http: drop custom tls.Config cloning code.
Adam Langley
2016-10-22
2
-2
/
+10
*
crypto/tls: enable ChaCha20-Poly1305 cipher suites by default.
Adam Langley
2016-10-18
64
-2721
/
+2662
*
crypto/tls: add Config.GetConfigForClient
Adam Langley
2016-10-18
4
-32
/
+225
*
crypto/tls: only store a single nonce for AES-GCM.
Adam Langley
2016-10-17
1
-14
/
+10
*
Revert "crypto/tls: add CloseWrite method to Conn"
Adam Langley
2016-10-17
2
-128
/
+2
*
crypto/tls: support ChaCha20-Poly1305.
Adam Langley
2016-10-17
6
-11
/
+273
*
crypto/tls: add CloseWrite method to Conn
Ben Burkert
2016-10-17
2
-2
/
+128
*
crypto/tls: enable X25519 by default.
Adam Langley
2016-10-12
63
-2875
/
+2757
*
crypto/tls: support X25519.
Adam Langley
2016-10-12
6
-44
/
+302
*
crypto/tls: fix printing of OpenSSL output when updating a test fails.
Adam Langley
2016-10-12
1
-1
/
+1
*
crypto/tls: switch to OpenSSL 1.1.0 for test data.
Adam Langley
2016-10-12
64
-2725
/
+2840
*
crypto/tls: implement countermeasures against CBC padding oracles
Filippo Valsorda
2016-10-04
3
-40
/
+70
*
crypto/tls: simplify keylog tests.
Adam Langley
2016-10-01
6
-244
/
+51
*
crypto/tls: Fix c.in.decrypt error handling.
David Benjamin
2016-09-30
1
-2
/
+3
*
crypto/tls: fix deadlock when racing to complete handshake.
Adam Langley
2016-09-22
2
-15
/
+107
*
crypto/tls: flush the buffer on handshake errors
Filippo Valsorda
2016-09-11
2
-0
/
+49
*
crypto/tls: Add mutex to protect KeyLogWriter
Joonas Kuorilehto
2016-09-10
1
-0
/
+6
*
crypto/tls: add Config.Clone
Brad Fitzpatrick
2016-09-01
6
-45
/
+46
*
all: use time.Until where applicable
Brad Fitzpatrick
2016-08-30
1
-1
/
+1
*
crypto/tls: add KeyLogWriter for debugging
Joonas Kuorilehto
2016-08-27
8
-0
/
+279
*
crypto/tls: don't generate random ticket keys if already set.
Adam Langley
2016-08-18
2
-4
/
+15
[next]