Alternative TLS implementation in Go
Go to file
Rob Pike a1e7e65e2d remove bytes.Copy
replace all calls with calls to copy
use copy in regexp and bytes.Buffer

R=rsc
CC=golang-dev
https://golang.org/cl/157073
2009-11-18 15:24:24 -08:00
alert.go crypto/tls (part 1) 2009-11-02 18:25:20 -08:00
common.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
handshake_messages_test.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
handshake_messages.go remove bytes.Copy 2009-11-18 15:24:24 -08:00
handshake_server_test.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
handshake_server.go crypto/tls (part 6/5) 2009-11-05 16:59:39 -08:00
Makefile crypto/tls (part 4/5) 2009-11-05 16:43:29 -08:00
prf_test.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
prf.go remove bytes.Copy 2009-11-18 15:24:24 -08:00
record_process_test.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
record_process.go remove bytes.Copy 2009-11-18 15:24:24 -08:00
record_read_test.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
record_read.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
record_write.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
tls.go remove bytes.Copy 2009-11-18 15:24:24 -08:00