]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] crypto/tls: fix decoding of certLen in certificateMsg.unmarshal
authorMichael Gehring <mg@ebfe.org>
Wed, 13 Jun 2012 20:23:50 +0000 (16:23 -0400)
committerAdam Langley <agl@golang.org>
Wed, 13 Jun 2012 20:23:50 +0000 (16:23 -0400)
commitdc2889c57e5a3bddd7f0807bceabf4ebad06341a
tree5ff635f3b00805bb4b1cacefb9ef1a3a1c409980
parent237b087af6ab07c1fea465499ca4859b262f4aed
[release-branch.go1] crypto/tls: fix decoding of certLen in certificateMsg.unmarshal

««« backport bcfa9fc88361
crypto/tls: fix decoding of certLen in certificateMsg.unmarshal

certLen was decoded incorrectly if length > 2^16-1.

R=golang-dev, agl
CC=golang-dev
https://golang.org/cl/6197077

»»»
src/pkg/crypto/tls/handshake_messages.go