]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: implement tls-unique channel binding (RFC 5929 section 3).
authorAndres Erbsen <andreser@google.com>
Mon, 11 Aug 2014 23:40:42 +0000 (16:40 -0700)
committerAdam Langley <agl@golang.org>
Mon, 11 Aug 2014 23:40:42 +0000 (16:40 -0700)
commitfce63888cecd22dfc01bf1b6dcb5a1429aecbc17
tree2ae339010d392a130054588886d19b55ef4f88c5
parentf46f3432a60edafdcd6ec9925550859167812cd6
crypto/tls: implement tls-unique channel binding (RFC 5929 section 3).
Tested against GnuTLS and Python.

LGTM=agl
R=golang-codereviews, agl, ashankar
CC=agl, golang-codereviews
https://golang.org/cl/117100043
src/pkg/crypto/tls/common.go
src/pkg/crypto/tls/conn.go
src/pkg/crypto/tls/handshake_client.go
src/pkg/crypto/tls/handshake_server.go
src/pkg/crypto/tls/tls_test.go