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

Issue 4277075: code review 4277075: crypto/x509: Parse Extended Key Usage extension

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

Description

crypto/x509: Parse Extended Key Usage extension This changeset makes it possible for crypto/x509 to parse certificates that include the 'Extended Key Usage' extension with the critical bit set.

Patch Set 1 #

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

Patch Set 3 : diff -r 085423df5c7f https://go.googlecode.com/hg/ #

Total comments: 1

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

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

Messages

Total messages: 5
mkrautz
14 years, 1 month ago (2011-03-27 21:47:06 UTC) #1
mkrautz
Hello agl1 (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 1 month ago (2011-03-27 23:29:00 UTC) #2
agl1
LGTM with suggested change. http://codereview.appspot.com/4277075/diff/6001/src/pkg/crypto/x509/x509.go File src/pkg/crypto/x509/x509.go (right): http://codereview.appspot.com/4277075/diff/6001/src/pkg/crypto/x509/x509.go#newcode724 src/pkg/crypto/x509/x509.go:724: if u.Equal(oidExtKeyUsageAny) { This should ...
14 years, 1 month ago (2011-03-28 13:46:49 UTC) #3
mkrautz
Hello agl1 (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 1 month ago (2011-03-28 22:20:44 UTC) #4
agl1
14 years, 1 month ago (2011-03-29 14:35:42 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=4bbad5626740 ***

crypto/x509: Parse Extended Key Usage extension

This changeset makes it possible for crypto/x509 to parse
certificates that include the 'Extended Key Usage' extension
with the critical bit set.

R=agl1
CC=golang-dev
http://codereview.appspot.com/4277075

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