]> Cypherpunks repositories - gostls13.git/commit
crypto/openpgp: add ability to reserialize keys.
authorAdam Langley <agl@golang.org>
Fri, 1 Jul 2011 17:53:12 +0000 (13:53 -0400)
committerAdam Langley <agl@golang.org>
Fri, 1 Jul 2011 17:53:12 +0000 (13:53 -0400)
commitacc284d8478696c94dfcee74cd5b90c2da692b38
treebf94d9d7679440220b8d2fac114c1be75351c2bf
parent00f7cd4b36ae04237ffb062967e9dd36e62bf592
crypto/openpgp: add ability to reserialize keys.

This changes Signature so that parsed signatures can be reserialized
exactly. With this ability we can add Serialize to Entity and also the
ability to sign other public keys.

R=bradfitz
CC=golang-dev
https://golang.org/cl/4627084
src/pkg/crypto/openpgp/keys.go
src/pkg/crypto/openpgp/packet/public_key.go
src/pkg/crypto/openpgp/packet/signature.go
src/pkg/crypto/openpgp/packet/signature_test.go
src/pkg/crypto/openpgp/read_test.go