]> Cypherpunks repositories - gostls13.git/commit
crypto/tls (part 2)
authorAdam Langley <agl@golang.org>
Wed, 4 Nov 2009 01:25:13 +0000 (17:25 -0800)
committerAdam Langley <agl@golang.org>
Wed, 4 Nov 2009 01:25:13 +0000 (17:25 -0800)
commit1542520a4aeeac8d73c468fc9cefe1fd4e7617ef
treeae0b55a16899c58fd3931230c3c8009ae4907583
parentbcce2987e0ea9ba25d102f3565eac04e84307181
crypto/tls (part 2)

R=rsc
CC=go-dev
http://go/go-review/1018028
src/pkg/crypto/tls/handshake_messages.go [new file with mode: 0644]
src/pkg/crypto/tls/handshake_messages_test.go [new file with mode: 0644]
src/pkg/crypto/tls/record_read.go [new file with mode: 0644]
src/pkg/crypto/tls/record_read_test.go [new file with mode: 0644]
src/pkg/crypto/tls/record_write.go [new file with mode: 0644]