]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: add ALPN support.
authorAdam Langley <agl@golang.org>
Tue, 5 Aug 2014 18:36:20 +0000 (11:36 -0700)
committerAdam Langley <agl@golang.org>
Tue, 5 Aug 2014 18:36:20 +0000 (11:36 -0700)
commitd0e255f259b106ecb6f4663bb179e0cbdc7b96cd
treee5deed4a843ba1e1381056a3b7ed6e3487aeddbb
parent81674f3135663b9817f7724a33bb0baa567d3e57
crypto/tls: add ALPN support.

Fixes #6736.

LGTM=mikioh.mikioh
R=bradfitz, mikioh.mikioh
CC=golang-codereviews
https://golang.org/cl/108710046
src/pkg/crypto/tls/common.go
src/pkg/crypto/tls/handshake_client.go
src/pkg/crypto/tls/handshake_client_test.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/testdata/Client-TLSv12-ALPN [new file with mode: 0644]
src/pkg/crypto/tls/testdata/Client-TLSv12-ALPN-NoMatch [new file with mode: 0644]
src/pkg/crypto/tls/testdata/Server-TLSv12-ALPN [new file with mode: 0644]
src/pkg/crypto/tls/testdata/Server-TLSv12-ALPN-NoMatch [new file with mode: 0644]