]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: extensions and Next Protocol Negotiation
authorAdam Langley <agl@golang.org>
Wed, 23 Dec 2009 19:13:09 +0000 (11:13 -0800)
committerAdam Langley <agl@golang.org>
Wed, 23 Dec 2009 19:13:09 +0000 (11:13 -0800)
commit9ebb59634e40aebb8e74266e0e42f2d251421b92
tree5105469a3355b70e0debfadc8a71a749ae35dccb
parent7c9111434a6ef6ee8fb01fcdda28bd4f935ddbd3
crypto/tls: extensions and Next Protocol Negotiation

Add support for TLS extensions in general and Next Protocol
Negotiation in particular.

R=rsc
CC=golang-dev
https://golang.org/cl/181045
src/pkg/crypto/tls/common.go
src/pkg/crypto/tls/handshake_client.go
src/pkg/crypto/tls/handshake_messages.go
src/pkg/crypto/tls/handshake_messages_test.go
src/pkg/crypto/tls/handshake_server.go
src/pkg/crypto/tls/handshake_server_test.go
src/pkg/crypto/tls/record_process.go
src/pkg/crypto/tls/record_process_test.go
src/pkg/crypto/tls/record_read.go