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

Issue 4124054: code review 4124054: crypto/openpgp/packet: two more packet types. (Closed)

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

Description

crypto/openpgp/packet: two more packet types.

Patch Set 1 #

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

Total comments: 7

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+281 lines, -0 lines) Patch
A src/pkg/crypto/openpgp/packet/compressed.go View 1 1 chunk +39 lines, -0 lines 0 comments Download
A src/pkg/crypto/openpgp/packet/compressed_test.go View 1 1 chunk +41 lines, -0 lines 0 comments Download
A src/pkg/crypto/openpgp/packet/private_key.go View 1 2 1 chunk +164 lines, -0 lines 0 comments Download
A src/pkg/crypto/openpgp/packet/private_key_test.go View 1 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 5
agl1
14 years, 1 month ago (2011-02-04 14:28:14 UTC) #1
bradfitz
http://codereview.appspot.com/4124054/diff/2001/src/pkg/crypto/openpgp/packet/private_key.go File src/pkg/crypto/openpgp/packet/private_key.go (right): http://codereview.appspot.com/4124054/diff/2001/src/pkg/crypto/openpgp/packet/private_key.go#newcode21 src/pkg/crypto/openpgp/packet/private_key.go:21: // PrivateKey represents a, possibly encrypted, private key. See ...
14 years, 1 month ago (2011-02-04 18:34:24 UTC) #2
r
http://codereview.appspot.com/4124054/diff/2001/src/pkg/crypto/openpgp/packet/private_key.go File src/pkg/crypto/openpgp/packet/private_key.go (right): http://codereview.appspot.com/4124054/diff/2001/src/pkg/crypto/openpgp/packet/private_key.go#newcode21 src/pkg/crypto/openpgp/packet/private_key.go:21: // PrivateKey represents a, possibly encrypted, private key. See ...
14 years, 1 month ago (2011-02-04 21:01:58 UTC) #3
agl1
Hello bradfitzgo, r (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-05 17:06:41 UTC) #4
agl1
14 years, 1 month ago (2011-02-05 17:10:17 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=5b014ff57c09 ***

crypto/openpgp/packet: two more packet types.

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

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