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

Issue 6552044: code review 6552044: crypto/x509: ignore non-critical email constraints (Closed)

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

Description

crypto/x509: ignore non-critical email constraints Previously we tried to parse email constraints as the maximum base distance (which is unused and must be omitted according to RFC 5280) because they share the same tag number. Rather than complicate the code further, this CL just ignores the unused values.

Patch Set 1 #

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

Patch Set 3 : diff -r 979c5e5b1308 https://go.googlecode.com/hg/ #

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

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

Messages

Total messages: 3
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, 6 months ago (2012-09-20 13:21:03 UTC) #1
bradfitz
LGTM On Sep 20, 2012 6:21 AM, <agl@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: ...
12 years, 6 months ago (2012-09-20 15:34:06 UTC) #2
agl1
12 years, 6 months ago (2012-09-20 16:31:08 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=2dd9cac9ab39 ***

crypto/x509: ignore non-critical email constraints

Previously we tried to parse email constraints as the maximum base
distance (which is unused and must be omitted according to RFC 5280)
because they share the same tag number. Rather than complicate the
code further, this CL just ignores the unused values.

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

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