]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: use 1/n-1 record splitting to protect against BEAST
authorAnthony Martin <ality@pbrane.org>
Mon, 26 Nov 2012 18:56:39 +0000 (10:56 -0800)
committerAnthony Martin <ality@pbrane.org>
Mon, 26 Nov 2012 18:56:39 +0000 (10:56 -0800)
commit1de4d313dd4a231a4765b8b5b05113e544df920a
tree3aff8a2bf9d6bd668a1f3b5b50f68326a6225325
parentf4ed50c26054492e4a2e726d89feffb2dd535ef8
crypto/tls: use 1/n-1 record splitting to protect against BEAST

This requires rebasing the block-mode test scripts.
I used GnuTLS version 3.1.4.

R=agl
CC=golang-dev
https://golang.org/cl/6844073
src/pkg/crypto/tls/conn.go
src/pkg/crypto/tls/handshake_client_test.go
src/pkg/crypto/tls/handshake_server_test.go