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

Issue 12746046: openpgp/packet: Add support for V3 public keys and signatures

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by cmars
Modified:
10 years, 7 months ago
Reviewers:
CC:
agl1, golang-dev
Visibility:
Public.

Description

openpgp/packet: Add support for V3 public keys and signatures. My goal here is to allow read-only access to legacy key material without allowing new V3 keys or signatures.

Patch Set 1 #

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

Total comments: 40

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+711 lines, -36 lines) Patch
M openpgp/packet/opaque_test.go View 1 3 chunks +11 lines, -21 lines 0 comments Download
M openpgp/packet/packet.go View 1 2 4 chunks +33 lines, -5 lines 0 comments Download
M openpgp/packet/public_key.go View 1 2 6 chunks +71 lines, -8 lines 0 comments Download
A openpgp/packet/public_key_v3.go View 1 2 1 chunk +274 lines, -0 lines 0 comments Download
A openpgp/packet/public_key_v3_test.go View 1 2 1 chunk +82 lines, -0 lines 0 comments Download
M openpgp/packet/signature.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
A openpgp/packet/signature_v3.go View 1 2 1 chunk +146 lines, -0 lines 0 comments Download
A openpgp/packet/signature_v3_test.go View 1 2 1 chunk +92 lines, -0 lines 0 comments Download

Messages

Total messages: 6
cmars
10 years, 8 months ago (2013-08-22 03:00:59 UTC) #1
cmars
10 years, 8 months ago (2013-08-26 04:15:46 UTC) #2
cmars
PTAL
10 years, 8 months ago (2013-08-29 23:12:58 UTC) #3
agl1
https://codereview.appspot.com/12746046/diff/35001/openpgp/packet/packet.go File openpgp/packet/packet.go (right): https://codereview.appspot.com/12746046/diff/35001/openpgp/packet/packet.go#newcode301 openpgp/packet/packet.go:301: func peekVersion(r io.Reader) (bufr *bufio.Reader, ver byte, err error) ...
10 years, 8 months ago (2013-08-30 14:43:28 UTC) #4
cmars
PTAL https://codereview.appspot.com/12746046/diff/35001/openpgp/packet/packet.go File openpgp/packet/packet.go (right): https://codereview.appspot.com/12746046/diff/35001/openpgp/packet/packet.go#newcode301 openpgp/packet/packet.go:301: func peekVersion(r io.Reader) (bufr *bufio.Reader, ver byte, err ...
10 years, 8 months ago (2013-08-31 06:04:07 UTC) #5
agl1
10 years, 7 months ago (2013-09-03 14:36:22 UTC) #6
*** Submitted as
https://code.google.com/p/go/source/detail?r=387ca0ec2444&repo=crypto ***

openpgp/packet: Add support for V3 public keys and signatures.

My goal here is to allow read-only access to legacy key material without
allowing new V3 keys or signatures.

R=agl
CC=golang-dev
https://codereview.appspot.com/12746046

Committer: Adam Langley <agl@golang.org>
Sign in to reply to this message.

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