Alternative TLS implementation in Go
Go to file
Russ Cox 000416e795 strings: delete Runes, Bytes
gofmt -w -r 'strings.Bytes(a) -> []byte(a)' src/cmd src/pkg test/bench
gofmt -w -r 'strings.Runes(a) -> []int(a)' src/cmd src/pkg test/bench
delete unused imports

R=r
CC=golang-dev
https://golang.org/cl/224062
2010-02-25 16:01:29 -08:00
alert.go 1) Change default gofmt default settings for 2009-12-15 15:33:31 -08:00
ca_set.go crypto/tls: typo fix 2010-02-05 05:39:49 -05:00
common.go crypto/tls: extensions and Next Protocol Negotiation 2009-12-23 11:13:09 -08:00
handshake_client.go crypto/tls: extensions and Next Protocol Negotiation 2009-12-23 11:13:09 -08:00
handshake_messages_test.go crypto/tls: extensions and Next Protocol Negotiation 2009-12-23 11:13:09 -08:00
handshake_messages.go strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
handshake_server_test.go crypto/tls: extensions and Next Protocol Negotiation 2009-12-23 11:13:09 -08:00
handshake_server.go crypto/tls: extensions and Next Protocol Negotiation 2009-12-23 11:13:09 -08:00
Makefile go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
prf_test.go 1) Change default gofmt default settings for 2009-12-15 15:33:31 -08:00
prf.go strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
record_process_test.go crypto/tls: extensions and Next Protocol Negotiation 2009-12-23 11:13:09 -08:00
record_process.go crypto/tls: extensions and Next Protocol Negotiation 2009-12-23 11:13:09 -08:00
record_read_test.go 1) Change default gofmt default settings for 2009-12-15 15:33:31 -08:00
record_read.go crypto/tls: extensions and Next Protocol Negotiation 2009-12-23 11:13:09 -08:00
record_write.go 1) Change default gofmt default settings for 2009-12-15 15:33:31 -08:00
tls.go crypto/tls: make Listener a pointer. 2009-12-28 11:40:01 -08:00