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

Issue 3973054: code review 3973054: crypto/openpgp/packet: add public key support (Closed)

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

Description

crypto/openpgp/packet: add public key support Note that DSA public key support is nascent and the verification functions clearly don't support it yet. I'm intending to get RSA keys working first.

Patch Set 1 #

Patch Set 2 : diff -r 48ec378bff75 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 48ec378bff75 https://go.googlecode.com/hg/ #

Total comments: 10

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -0 lines) Patch
A src/pkg/crypto/openpgp/packet/public_key.go View 1 2 3 1 chunk +260 lines, -0 lines 0 comments Download
A src/pkg/crypto/openpgp/packet/public_key_test.go View 1 2 3 1 chunk +58 lines, -0 lines 0 comments Download

Messages

Total messages: 5
agl1
Hello bradfitzgo (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 1 month ago (2011-02-03 14:41:09 UTC) #1
bradfitz
LGTM http://codereview.appspot.com/3973054/diff/4001/src/pkg/crypto/openpgp/packet/public_key.go File src/pkg/crypto/openpgp/packet/public_key.go (right): http://codereview.appspot.com/3973054/diff/4001/src/pkg/crypto/openpgp/packet/public_key.go#newcode5 src/pkg/crypto/openpgp/packet/public_key.go:5: package packet package-level docs? http://codereview.appspot.com/3973054/diff/4001/src/pkg/crypto/openpgp/packet/public_key.go#newcode23 src/pkg/crypto/openpgp/packet/public_key.go:23: PublicKey interface{} ...
14 years, 1 month ago (2011-02-03 14:58:20 UTC) #2
agl1
*** Submitted as http://code.google.com/p/go/source/detail?r=b5d17ce5197c *** crypto/openpgp/packet: add public key support Note that DSA public key ...
14 years, 1 month ago (2011-02-04 14:00:32 UTC) #3
rsc
That was cool! I didn't know if you left draft comments in Rietveld, it would ...
14 years, 1 month ago (2011-02-04 18:40:04 UTC) #4
agl1
14 years, 1 month ago (2011-02-04 18:47:18 UTC) #5
On Fri, Feb 4, 2011 at 1:40 PM, Russ Cox <rsc@golang.org> wrote:
> I didn't know if you left draft comments in Rietveld,
> it would attach them to the mail that hg submit sends.

Nor did I!


AGL
Sign in to reply to this message.

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