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

Issue 3786043: crypto/openpgp: add error and armor (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by agl1
Modified:
14 years, 2 months ago
Reviewers:
r, nsz, rsc
CC:
golang-dev
Visibility:
Public.

Description

crypto/openpgp: add error and armor error is needed by all the OpenPGP packages as they return a shared family of error types. armor implements OpenPGP armoring. It's very like PEM except: a) it includes a CRC24 checksum b) PEM values are small (a few KB) and so encoding/pem assumes that they fit in memory. Armored data can be very large and so this package presents a streaming interface.

Patch Set 1 #

Patch Set 2 : code review 3786043: crypto/openpgp: add error and armor #

Total comments: 17

Patch Set 3 : code review 3786043: crypto/openpgp: add error and armor #

Patch Set 4 : code review 3786043: crypto/openpgp: add error and armor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+548 lines, -0 lines) Patch
A src/pkg/crypto/openpgp/armor/Makefile View 1 1 chunk +12 lines, -0 lines 0 comments Download
A src/pkg/crypto/openpgp/armor/armor.go View 1 2 1 chunk +220 lines, -0 lines 0 comments Download
A src/pkg/crypto/openpgp/armor/armor_test.go View 1 2 1 chunk +97 lines, -0 lines 0 comments Download
A src/pkg/crypto/openpgp/armor/encode.go View 1 2 1 chunk +162 lines, -0 lines 0 comments Download
A src/pkg/crypto/openpgp/error/Makefile View 1 1 chunk +11 lines, -0 lines 0 comments Download
A src/pkg/crypto/openpgp/error/error.go View 1 2 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 8
agl1
14 years, 3 months ago (2010-12-21 15:21:36 UTC) #1
nsz_port70.net
* agl@golang.org <agl@golang.org> [2010-12-21 15:21:36 +0000]: > crypto/openpgp: add error and armor > nice, i ...
14 years, 3 months ago (2010-12-24 00:22:00 UTC) #2
rsc
http://codereview.appspot.com/3786043/diff/2001/src/pkg/crypto/openpgp/armor/armor.go File src/pkg/crypto/openpgp/armor/armor.go (right): http://codereview.appspot.com/3786043/diff/2001/src/pkg/crypto/openpgp/armor/armor.go#newcode34 src/pkg/crypto/openpgp/armor/armor.go:34: Contents io.Reader // A Reader from which the contents ...
14 years, 2 months ago (2011-01-04 16:35:55 UTC) #3
agl1
On Thu, Dec 23, 2010 at 7:21 PM, Szabolcs Nagy <nsz@port70.net> wrote: > i wonder ...
14 years, 2 months ago (2011-01-08 15:37:16 UTC) #4
agl1
PTAL http://codereview.appspot.com/3786043/diff/2001/src/pkg/crypto/openpgp/armor/armor.go File src/pkg/crypto/openpgp/armor/armor.go (right): http://codereview.appspot.com/3786043/diff/2001/src/pkg/crypto/openpgp/armor/armor.go#newcode34 src/pkg/crypto/openpgp/armor/armor.go:34: Contents io.Reader // A Reader from which the ...
14 years, 2 months ago (2011-01-08 15:51:01 UTC) #5
agl1
14 years, 2 months ago (2011-01-10 14:41:28 UTC) #6
rsc
LGTM http://codereview.appspot.com/3786043/diff/2001/src/pkg/crypto/openpgp/armor/armor.go File src/pkg/crypto/openpgp/armor/armor.go (right): http://codereview.appspot.com/3786043/diff/2001/src/pkg/crypto/openpgp/armor/armor.go#newcode193 src/pkg/crypto/openpgp/armor/armor.go:193: return On 2011/01/08 15:51:01, agl1 wrote: > On ...
14 years, 2 months ago (2011-01-11 15:50:09 UTC) #7
agl1
14 years, 2 months ago (2011-01-12 02:09:41 UTC) #8
On Tue, Jan 11, 2011 at 10:50 AM,  <rsc@golang.org> wrote:
> LGTM

Submittted.
Sign in to reply to this message.

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