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

Issue 15570044: code review 15570044: crypto/x509: name constraints should be a disjunction. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by agl1
Modified:
11 years, 4 months ago
Reviewers:
r, bradfitz
CC:
golang-dev, bradfitz, r
Visibility:
Public.

Description

crypto/x509: name constraints should be a disjunction. The code was requiring that all constraints be met, but it should be satisfied by meeting *any* of them.

Patch Set 1 #

Patch Set 2 : diff -r 29d3ab5ced5a https://code.google.com/p/go/ #

Patch Set 3 : diff -r 29d3ab5ced5a https://code.google.com/p/go/ #

Patch Set 4 : diff -r 29d3ab5ced5a https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -1 line) Patch
M src/pkg/crypto/x509/verify.go View 1 1 chunk +5 lines, -1 line 0 comments Download
M src/pkg/crypto/x509/verify_test.go View 1 2 chunks +183 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://code.google.com/p/go/
11 years, 4 months ago (2013-10-21 20:49:39 UTC) #1
bradfitz
Fixes issue NNN ? Is this a regression from Go 1.1? On Mon, Oct 21, ...
11 years, 4 months ago (2013-10-21 21:01:28 UTC) #2
agl1
On Mon, Oct 21, 2013 at 5:01 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > Fixes issue ...
11 years, 4 months ago (2013-10-21 21:04:58 UTC) #3
bradfitz
LGTM Code LGTM and I think it's probably okay for Go 1.2, but wait for ...
11 years, 4 months ago (2013-10-21 21:07:07 UTC) #4
r
LGTM
11 years, 4 months ago (2013-10-21 22:33:15 UTC) #5
agl1
11 years, 4 months ago (2013-10-21 23:01:37 UTC) #6
*** Submitted as https://code.google.com/p/go/source/detail?r=b4c37131e846 ***

crypto/x509: name constraints should be a disjunction.

The code was requiring that all constraints be met, but it should be
satisfied by meeting *any* of them.

R=golang-dev, bradfitz, r
CC=golang-dev
https://codereview.appspot.com/15570044
Sign in to reply to this message.

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