Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(312)

Issue 6197077: code review 6197077: tls: fix decoding of certLen in certificateMsg.unmarshal (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by mge
Modified:
12 years, 10 months ago
Reviewers:
CC:
golang-dev, agl1
Visibility:
Public.

Description

tls: fix decoding of certLen in certificateMsg.unmarshal certLen was decoded incorrectly if length > 2^16-1.

Patch Set 1 #

Patch Set 2 : diff -r 2d8e9028098e https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 2d8e9028098e https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/pkg/crypto/tls/handshake_messages.go View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3
mge
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 10 months ago (2012-05-11 23:16:03 UTC) #1
agl1
Thank you for that. However, I can't see that you've agreed to the contributors agreement: ...
12 years, 10 months ago (2012-05-14 14:29:47 UTC) #2
agl1
12 years, 10 months ago (2012-05-14 16:26:54 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=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
http://codereview.appspot.com/6197077

Committer: Adam Langley <agl@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b