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

Issue 156054: crypto/x509: add certificate support. (Closed)

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

Description

crypto/x509: add certificate support.

Patch Set 1 #

Patch Set 2 : code review 156054: crypto/x509: add certificate support. #

Patch Set 3 : code review 156054: crypto/x509: add certificate support. #

Total comments: 35

Patch Set 4 : code review 156054: crypto/x509: add certificate support. #

Total comments: 1

Patch Set 5 : code review 156054: crypto/x509: add certificate support. #

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

Messages

Total messages: 5
agl1
15 years, 7 months ago (2009-11-18 19:32:52 UTC) #1
rsc
http://codereview.appspot.com/156054/diff/5/1007 File src/pkg/crypto/x509/x509.go (right): http://codereview.appspot.com/156054/diff/5/1007#newcode77 src/pkg/crypto/x509/x509.go:77: TBSCertificate tbsCertificate; why is this upper case? if you ...
15 years, 7 months ago (2009-11-18 20:46:57 UTC) #2
agl1
http://codereview.appspot.com/156054/diff/5/1007 File src/pkg/crypto/x509/x509.go (right): http://codereview.appspot.com/156054/diff/5/1007#newcode130 src/pkg/crypto/x509/x509.go:130: type SignatureAlgorithm int On 2009/11/18 20:46:57, rsc wrote: > ...
15 years, 7 months ago (2009-11-18 21:09:38 UTC) #3
rsc
LGTM http://codereview.appspot.com/156054/diff/5/1007 File src/pkg/crypto/x509/x509.go (right): http://codereview.appspot.com/156054/diff/5/1007#newcode130 src/pkg/crypto/x509/x509.go:130: type SignatureAlgorithm int ok fine. usually there is ...
15 years, 7 months ago (2009-11-18 21:41:55 UTC) #4
agl1
15 years, 7 months ago (2009-11-19 00:08:26 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=facde8540428 ***

crypto/x509: add certificate support.

R=rsc
CC=golang-dev
http://codereview.appspot.com/156054
Sign in to reply to this message.

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