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

Issue 76880044: code review 76880044: crypto/openpgp: Adding the ability to encrypt openpgp p...

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

Description

crypto/openpgp: Adding the ability to encrypt openpgp private keys, as there was a TODO for it in the source code.

Patch Set 1 #

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

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

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -1 line) Patch
M openpgp/keys_test.go View 1 2 chunks +90 lines, -0 lines 0 comments Download
M openpgp/packet/private_key.go View 1 2 chunks +133 lines, -1 line 7 comments Download

Messages

Total messages: 4
GuitarJ87
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go.crypto/
11 years, 9 months ago (2014-03-17 17:51:38 UTC) #1
bradfitz
R=agl On Mon, Mar 17, 2014 at 10:51 AM, <GuitarJ87@gmail.com> wrote: > Reviewers: golang-codereviews, > ...
11 years, 9 months ago (2014-03-17 18:17:07 UTC) #2
agl1
https://codereview.appspot.com/76880044/diff/40001/openpgp/packet/private_key.go File openpgp/packet/private_key.go (right): https://codereview.appspot.com/76880044/diff/40001/openpgp/packet/private_key.go#newcode196 openpgp/packet/private_key.go:196: buf := bytes.NewBuffer(nil) var buf bytes.Buffer and s/buf/&buf/ https://codereview.appspot.com/76880044/diff/40001/openpgp/packet/private_key.go#newcode197 ...
11 years, 7 months ago (2014-05-25 21:09:34 UTC) #3
gobot
11 years ago (2014-12-19 05:18:30 UTC) #4
R=close

To the author of this CL:

The Go project has moved to Gerrit Code Review.

If this CL should be continued, please see the latest version of
https://golang.org/doc/contribute.html for instructions on
how to set up Git and the Go project's Gerrit codereview plugin,
and then create a new change with your current code.

If there has been discussion on this CL, please give a link to it
(golang.org/cl/76880044 is best) in the description in your
new CL.

Thanks very much.
Sign in to reply to this message.

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