|
|
|
Created:
13 years ago by cmars Modified:
13 years ago Reviewers:
CC:
agl1, golang-dev Visibility:
Public. |
openpgp: remove TeeReader from packet.Read
This is a followup to issue 6927044. I *really* don't want to
break streaming for large encrypted data packets.
Removing the automatic re-parsing. OpaqueReader can be
used for recovering useful information from mangled/unsupported packets.
Patch Set 1 #Patch Set 2 : openpgp: remove TeeReader from packet.Read #
Total comments: 1
Total messages: 2
|
cmars
PTAL
|
13 years ago (2012年12月16日 19:17:48 UTC) #1 | |||||||||||||||||||||||||||||||
PTAL
*** Submitted as https://code.google.com/p/go/source/detail?r=17ced002e171&repo=crypto *** openpgp: remove TeeReader from packet.Read This is a followup to issue 6927044. I *really* don't want to break streaming for large encrypted data packets. Removing the automatic re-parsing. OpaqueReader can be used for recovering useful information from mangled/unsupported packets. R=agl CC=golang-dev https://codereview.appspot.com/6944056 Committer: Adam Langley <agl@golang.org> https://codereview.appspot.com/6944056/diff/2001/openpgp/packet/opaque_test.go File openpgp/packet/opaque_test.go (right): https://codereview.appspot.com/6944056/diff/2001/openpgp/packet/opaque_test.g... openpgp/packet/opaque_test.go:39: pktNum := 0 Some of the variable names are a little compact. Will expand before submitting.