]> Cypherpunks repositories - gostls13.git/commit
crypto/tls (part 3)
authorAdam Langley <agl@golang.org>
Thu, 5 Nov 2009 23:44:32 +0000 (15:44 -0800)
committerAdam Langley <agl@golang.org>
Thu, 5 Nov 2009 23:44:32 +0000 (15:44 -0800)
commit5e598c55dcbfd3f0e752029cc7fa31ddaf6cca29
treea08c842a27d3f73a87a1074e062469287e4fc593
parentd3d3accdb77af52798369c87e198800449588190
crypto/tls (part 3)

(With hindsight, record_process might have been designed wrong, but it
works for now. It'll get redrawn when client support is added.)

R=rsc
CC=r
http://go/go-review/1018032
src/pkg/crypto/tls/handshake_server.go [new file with mode: 0644]
src/pkg/crypto/tls/handshake_server_test.go [new file with mode: 0644]
src/pkg/crypto/tls/record_process.go [new file with mode: 0644]
src/pkg/crypto/tls/record_process_test.go [new file with mode: 0644]