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

Issue 117180043: code review 117180043: crypto/tls: Support ECDSA keys in generate_cert.go

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 10 months ago by asimshankar
Modified:
10 years, 10 months ago
Reviewers:
CC:
golang-codereviews, bradfitz, agl1
Visibility:
Public.

Description

crypto/tls: Support ECDSA keys in generate_cert.go

Patch Set 1 #

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

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

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -8 lines) Patch
M src/pkg/crypto/tls/generate_cert.go View 5 chunks +54 lines, -8 lines 0 comments Download

Messages

Total messages: 6
asimshankar
Hello golang-codereviews@googlegroups.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 10 months ago (2014-07-24 21:55:34 UTC) #1
bradfitz
R=agl On Thu, Jul 24, 2014 at 2:55 PM, <asimshankar@gmail.com> wrote: > Reviewers: golang-codereviews, > ...
10 years, 10 months ago (2014-07-24 22:18:58 UTC) #2
agl1
https://codereview.appspot.com/117180043/diff/20002/src/pkg/crypto/tls/generate_cert.go File src/pkg/crypto/tls/generate_cert.go (right): https://codereview.appspot.com/117180043/diff/20002/src/pkg/crypto/tls/generate_cert.go#newcode61 src/pkg/crypto/tls/generate_cert.go:61: return &pem.Block{Type: "ECDSA PRIVATE KEY", Bytes: b} it's just ...
10 years, 10 months ago (2014-07-24 22:30:34 UTC) #3
asimshankar
https://codereview.appspot.com/117180043/diff/20002/src/pkg/crypto/tls/generate_cert.go File src/pkg/crypto/tls/generate_cert.go (right): https://codereview.appspot.com/117180043/diff/20002/src/pkg/crypto/tls/generate_cert.go#newcode61 src/pkg/crypto/tls/generate_cert.go:61: return &pem.Block{Type: "ECDSA PRIVATE KEY", Bytes: b} On 2014/07/24 ...
10 years, 10 months ago (2014-07-25 00:23:31 UTC) #4
asimshankar
Hello golang-codereviews@googlegroups.com, bradfitz@golang.org, agl@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 10 months ago (2014-07-25 00:24:10 UTC) #5
agl1
10 years, 10 months ago (2014-07-28 21:47:00 UTC) #6
*** Submitted as https://code.google.com/p/go/source/detail?r=f0b241ebf35c ***

crypto/tls: Support ECDSA keys in generate_cert.go

R=golang-codereviews, bradfitz, agl
CC=golang-codereviews
https://codereview.appspot.com/117180043

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