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

Issue 6208087: code review 6208087: crypto/x509: Add ECDSA support (Closed)

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

Description

crypto/x509: Add ECDSA support

Patch Set 1 #

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

Total comments: 5

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

Total comments: 1

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

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

Messages

Total messages: 13
b
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
12 years, 9 months ago (2012-05-21 18:27:53 UTC) #1
agl1
http://codereview.appspot.com/6208087/diff/2001/src/pkg/crypto/x509/x509.go File src/pkg/crypto/x509/x509.go (right): http://codereview.appspot.com/6208087/diff/2001/src/pkg/crypto/x509/x509.go#newcode503 src/pkg/crypto/x509/x509.go:503: return errors.New("ECDSA signature contained zero or negative values") errors ...
12 years, 9 months ago (2012-05-21 18:36:26 UTC) #2
b
Hello golang-dev@googlegroups.com, agl@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 9 months ago (2012-05-21 18:43:58 UTC) #3
agl1
This looks pretty good, but I'll have to check why the P521 case isn't working ...
12 years, 9 months ago (2012-05-21 18:45:21 UTC) #4
b
Thanks for the quick turnaround! I've updated based on your feedback. What is wrong with ...
12 years, 9 months ago (2012-05-21 18:46:07 UTC) #5
b
Hello golang-dev@googlegroups.com, agl@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 9 months ago (2012-05-21 18:46:53 UTC) #6
agl1
On Mon, May 21, 2012 at 2:45 PM, Benjamin Black <b@b3k.us> wrote: > Thanks for ...
12 years, 9 months ago (2012-05-21 18:50:44 UTC) #7
b
The current error prefixes are inconsistent: some are missing entirely, some are x509, some are ...
12 years, 9 months ago (2012-05-21 18:59:06 UTC) #8
rsc
Let's not make this CL about error prefixes. Please update the ones you added as ...
12 years, 9 months ago (2012-05-21 19:00:05 UTC) #9
b
Of course, I am not touching the others. Just bringing the problem to agl's attention ...
12 years, 9 months ago (2012-05-21 19:01:53 UTC) #10
b
Found the issue: http://codereview.appspot.com/6215074 On Mon, May 21, 2012 at 11:45 AM, <agl@golang.org> wrote: > ...
12 years, 9 months ago (2012-05-22 00:50:34 UTC) #11
agl1
I reenabled the P521 test and it now passes. I also reworked the tests a ...
12 years, 9 months ago (2012-05-22 15:02:57 UTC) #12
agl1
12 years, 9 months ago (2012-05-22 15:04:13 UTC) #13
*** Submitted as http://code.google.com/p/go/source/detail?r=83f71485e378 ***

crypto/x509: Add ECDSA support

R=golang-dev, agl, rsc
CC=golang-dev
http://codereview.appspot.com/6208087

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