]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: add initial client implementation.
authorAdam Langley <agl@golang.org>
Sat, 21 Nov 2009 23:53:03 +0000 (15:53 -0800)
committerAdam Langley <agl@golang.org>
Sat, 21 Nov 2009 23:53:03 +0000 (15:53 -0800)
commit6e0842db8bb2ec9bb0a8824cb978704f71a5c783
tree47f59f8f54131d9f703006dd14b8212ce74eb028
parentff6a8fd77916b25db6681f4ff53413ee0c03c5a3
crypto/tls: add initial client implementation.

R=rsc, agl
CC=golang-dev
https://golang.org/cl/157076
src/pkg/crypto/tls/Makefile
src/pkg/crypto/tls/ca_set.go [new file with mode: 0644]
src/pkg/crypto/tls/common.go
src/pkg/crypto/tls/handshake_client.go [new file with mode: 0644]
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/record_process.go
src/pkg/crypto/tls/tls.go