Add embedded signature subpacket parsing to PGPPacket
authorW. Trevor King <wking@tremily.us>
Fri, 20 Dec 2013 21:34:42 +0000 (13:34 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 23 Dec 2013 02:32:13 +0000 (18:32 -0800)
commita7e1c9239485acfc2d327413169dc0c302be2757
tree94d45fb0e306676169cdf751f689c0fd40a477b5
parentcc55676ffa2ccd361cc38d19435c1506109bfc34
Add embedded signature subpacket parsing to PGPPacket

From RFC 4880 [1]:

  (1 signature packet body)

  This subpacket contains a complete Signature packet body as
  specified in Section 5.2 above.  It is useful when one signature
  needs to refer to, or be incorporated in, another signature.

[1]: http://tools.ietf.org/search/rfc4880#section-5.2.3.26
gpg-migrate.py