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

Issue 10426043: code review 10426043: crypto/x509: add function to marshal EC private keys. (Closed)

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

Description

crypto/x509: add function to marshal EC private keys. This complements the parsing function that we already have.

Patch Set 1 #

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

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

Total comments: 2

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -1 line) Patch
M src/pkg/crypto/x509/sec1.go View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M src/pkg/crypto/x509/sec1_test.go View 1 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 5
agl1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
12 years ago (2013-06-19 20:49:08 UTC) #1
r
https://codereview.appspot.com/10426043/diff/5001/src/pkg/crypto/x509/sec1.go File src/pkg/crypto/x509/sec1.go (right): https://codereview.appspot.com/10426043/diff/5001/src/pkg/crypto/x509/sec1.go#newcode36 src/pkg/crypto/x509/sec1.go:36: func MarshalECPrivateKey(key *ecdsa.PrivateKey) ([]byte, error) { comment please, simple ...
12 years ago (2013-06-19 20:54:41 UTC) #2
agl1
https://codereview.appspot.com/10426043/diff/5001/src/pkg/crypto/x509/sec1.go File src/pkg/crypto/x509/sec1.go (right): https://codereview.appspot.com/10426043/diff/5001/src/pkg/crypto/x509/sec1.go#newcode36 src/pkg/crypto/x509/sec1.go:36: func MarshalECPrivateKey(key *ecdsa.PrivateKey) ([]byte, error) { On 2013/06/19 20:54:41, ...
12 years ago (2013-06-19 20:58:44 UTC) #3
r
LGTM
12 years ago (2013-06-19 21:56:43 UTC) #4
agl1
12 years ago (2013-06-20 16:14:24 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=53d90932fe34 ***

crypto/x509: add function to marshal EC private keys.

This complements the parsing function that we already have.

R=golang-dev, r
CC=golang-dev
https://codereview.appspot.com/10426043
Sign in to reply to this message.

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