Alternative TLS implementation in Go
Go to file
Adam Langley 016dd4b5cb crypto/tls: make Listener a pointer.
Listener contains private members and 6g now enforces that private
members cannot be assigned outside of their package.

R=rsc
CC=golang-dev
https://golang.org/cl/183073
2009-12-28 11:40:01 -08:00
alert.go 1) Change default gofmt default settings for 2009-12-15 15:33:31 -08:00
ca_set.go 1) Change default gofmt default settings for 2009-12-15 15:33:31 -08: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 crypto/tls: extensions and Next Protocol Negotiation 2009-12-23 11:13:09 -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 1) Change default gofmt default settings for 2009-12-15 15:33:31 -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