1
0
mirror of https://github.com/golang/go synced 2024-11-08 07:36:21 -07:00
go/src/crypto/tls
Marvin Stenger d153df8e4b all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
This reverts https://golang.org/cl/66372.

Updates #22148

Change-Id: I3e94af3dfc11a2883bf28e1d5e1f32f98760b3ee
Reviewed-on: https://go-review.googlesource.com/68431
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-10-05 23:19:42 +00:00
..
testdata
alert.go
cipher_suites.go
common.go crypto/tls: fix docstring of Config.ClientSessionCache 2017-08-25 22:37:26 +00:00
conn_test.go
conn.go crypto/tls: disallow handshake messages fragmented across CCS 2017-08-15 18:45:06 +00:00
example_test.go
generate_cert.go
handshake_client_test.go all: prefer bytes.IndexByte over bytes.Index 2017-09-27 01:09:13 +00:00
handshake_client.go all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" 2017-10-05 23:19:42 +00:00
handshake_messages_test.go crypto/tls: fix clientHelloMsg fuzzer not to generate the RI SCSV 2017-09-09 19:24:12 +00:00
handshake_messages.go
handshake_server_test.go crypto/tls: add BenchmarkHandshakeServer 2017-08-15 18:44:38 +00:00
handshake_server.go crypto/tls: pass argument to serverInit rather than using a field in Config. 2017-05-16 18:23:28 +00:00
handshake_test.go
key_agreement.go all: fix article typos 2017-09-15 02:39:16 +00:00
prf_test.go
prf.go
ticket.go
tls_test.go
tls.go all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" 2017-10-05 23:19:42 +00:00