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

Issue 5286042: code review 5286042: crypto/x509: add code for dealing with PKIX public keys. (Closed)

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

Description

crypto/x509: add code for dealing with PKIX public keys. We also have functions for dealing with PKCS#1 private keys. This change adds functions for PKIX /public/ keys. Most of the time one won't be parsing them because they usually come in certificates, but marshaling them happens and I've previously copied the code from x509.go for this.

Patch Set 1 #

Patch Set 2 : diff -r 65ea102b8d02 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 65ea102b8d02 https://go.googlecode.com/hg/ #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -99 lines) Patch
M src/pkg/crypto/x509/Makefile View 1 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/crypto/x509/pkcs1.go View 1 1 chunk +122 lines, -0 lines 0 comments Download
M src/pkg/crypto/x509/x509.go View 1 2 3 2 chunks +45 lines, -99 lines 0 comments Download
M src/pkg/crypto/x509/x509_test.go View 1 2 chunks +35 lines, -0 lines 0 comments Download

Messages

Total messages: 3
agl1
Hello bradfitz@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 5 months ago (2011-10-14 18:16:22 UTC) #1
rsc
LGTM
13 years, 5 months ago (2011-10-14 18:23:51 UTC) #2
agl1
13 years, 5 months ago (2011-10-14 19:11:30 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=b04a8597454c ***

crypto/x509: add code for dealing with PKIX public keys.

We also have functions for dealing with PKCS#1 private keys. This
change adds functions for PKIX /public/ keys. Most of the time one
won't be parsing them because they usually come in certificates, but
marshaling them happens and I've previously copied the code from
x509.go for this.

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

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