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

Issue 49830048: code review 49830048: crypto/x509: Add support for parsing and serialisation ...

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 2 months ago by gokyle
Modified:
10 years, 2 months ago
Reviewers:
agl1, gobot
CC:
golang-codereviews, agl1, agl, nick1
Visibility:
Public.

Description

crypto/x509: Add support for parsing and serialisation of PKCS #10 certificate signature requests.

Patch Set 1 #

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

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

Total comments: 4

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

Patch Set 5 : diff -r ec5195954667 https://code.google.com/p/go #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+463 lines, -55 lines) Patch
M src/pkg/crypto/x509/pkix/pkix.go View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M src/pkg/crypto/x509/x509.go View 1 2 3 9 chunks +382 lines, -55 lines 1 comment Download
M src/pkg/crypto/x509/x509_test.go View 1 1 chunk +74 lines, -0 lines 0 comments Download

Messages

Total messages: 9
gokyle
Hello golang-codereviews@googlegroups.com (cc: agl@chromium.org, nick@cloudflare.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 2 months ago (2014-01-31 22:12:40 UTC) #1
agl1
https://codereview.appspot.com/49830048/diff/30004/src/pkg/crypto/x509/pkix/pkix.go File src/pkg/crypto/x509/pkix/pkix.go (right): https://codereview.appspot.com/49830048/diff/30004/src/pkg/crypto/x509/pkix/pkix.go#newcode54 src/pkg/crypto/x509/pkix/pkix.go:54: SerialNumber string `asn1:"omitempty"` // This field should not appear ...
10 years, 2 months ago (2014-02-03 16:07:00 UTC) #2
gokyle
I've got a fix ready, but I keep running into problems with codereview.py. Once I ...
10 years, 2 months ago (2014-02-08 08:20:21 UTC) #3
gokyle
Hello golang-codereviews@googlegroups.com, agl@golang.org (cc: agl@chromium.org, golang-codereviews@googlegroups.com, nick@cloudflare.com), Please take another look.
10 years, 2 months ago (2014-02-08 08:27:14 UTC) #4
agl1
I didn't feel that this was sufficiently close that it could be kicked into shape ...
10 years, 2 months ago (2014-02-13 17:53:27 UTC) #5
agl1
LGTM (in order to keep the scripts happy)
10 years, 2 months ago (2014-02-13 17:54:00 UTC) #6
agl1
*** Submitted as https://code.google.com/p/go/source/detail?r=3ac4616250ed *** crypto/x509: Add certificate signature request (CSR) support. This change adds ...
10 years, 2 months ago (2014-02-13 17:54:17 UTC) #7
gobot
This CL appears to have broken the linux-amd64 builder.
10 years, 2 months ago (2014-02-13 17:58:12 UTC) #8
agl1
10 years, 2 months ago (2014-02-13 18:04:44 UTC) #9
On Thu, Feb 13, 2014 at 12:58 PM,  <gobot@golang.org> wrote:
> This CL appears to have broken the linux-amd64 builder.

Nope, GC crashed :(


ALG
Sign in to reply to this message.

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