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

Issue 5590045: code review 5590045: crypto/x509: use case-insensitive hostname matching. (Closed)

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

Description

crypto/x509: use case-insensitive hostname matching. Fixes issue 2792.

Patch Set 1 #

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

Patch Set 3 : diff -r 5d72030a6c50 https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 4 : diff -r dcbd5d0762b2 https://go.googlecode.com/hg/ #

Total comments: 6

Patch Set 5 : diff -r dcbd5d0762b2 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r ab6805d0865a https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -2 lines) Patch
M src/pkg/crypto/x509/verify.go View 1 2 3 4 2 chunks +37 lines, -2 lines 0 comments Download
M src/pkg/crypto/x509/verify_test.go View 1 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 6
agl1
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, 3 months ago (2012-01-27 18:11:43 UTC) #1
r
http://codereview.appspot.com/5590045/diff/4/src/pkg/crypto/x509/verify.go File src/pkg/crypto/x509/verify.go (right): http://codereview.appspot.com/5590045/diff/4/src/pkg/crypto/x509/verify.go#newcode234 src/pkg/crypto/x509/verify.go:234: if (c >= 'A' && c <= 'Z') || ...
12 years, 3 months ago (2012-01-27 18:15:59 UTC) #2
agl1
http://codereview.appspot.com/5590045/diff/4/src/pkg/crypto/x509/verify.go File src/pkg/crypto/x509/verify.go (right): http://codereview.appspot.com/5590045/diff/4/src/pkg/crypto/x509/verify.go#newcode234 src/pkg/crypto/x509/verify.go:234: if (c >= 'A' && c <= 'Z') || ...
12 years, 2 months ago (2012-01-31 00:05:18 UTC) #3
r
LGTM http://codereview.appspot.com/5590045/diff/5001/src/pkg/crypto/x509/verify.go File src/pkg/crypto/x509/verify.go (right): http://codereview.appspot.com/5590045/diff/5001/src/pkg/crypto/x509/verify.go#newcode229 src/pkg/crypto/x509/verify.go:229: // toLowerCaseASCII returns a lowercase version of in. ...
12 years, 2 months ago (2012-01-31 00:23:09 UTC) #4
agl1
*** Submitted as http://code.google.com/p/go/source/detail?r=c66dbb0415cc *** crypto/x509: use case-insensitive hostname matching. Fixes issue 2792. R=golang-dev, r ...
12 years, 2 months ago (2012-01-31 16:00:23 UTC) #5
agl1
12 years, 1 month ago (2012-03-03 01:03:39 UTC) #6
*** Abandoned ***
Sign in to reply to this message.

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