]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: simpler implementation of record layer
authorRuss Cox <rsc@golang.org>
Tue, 27 Apr 2010 05:19:04 +0000 (22:19 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 27 Apr 2010 05:19:04 +0000 (22:19 -0700)
commit72d9322032f0ee94759a681d524d8ea72a7f23a9
treecf543df8393dcd901d100f579e945b763dc6750a
parent47a05334117db4f1e9df6be8aeef9598d7a07124
crypto/tls: simpler implementation of record layer

Depends on CL 957045, 980043, 1004043.
Fixes #715.

R=agl1, agl
CC=golang-dev
https://golang.org/cl/943043
15 files changed:
src/pkg/crypto/tls/Makefile
src/pkg/crypto/tls/alert.go
src/pkg/crypto/tls/common.go
src/pkg/crypto/tls/conn.go [new file with mode: 0644]
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 [deleted file]
src/pkg/crypto/tls/record_process_test.go [deleted file]
src/pkg/crypto/tls/record_read.go [deleted file]
src/pkg/crypto/tls/record_read_test.go [deleted file]
src/pkg/crypto/tls/record_write.go [deleted file]
src/pkg/crypto/tls/tls.go