pgp: expect subkey signing in `verify` doctests.
authorW. Trevor King <wking@tremily.us>
Wed, 26 Sep 2012 19:52:49 +0000 (15:52 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 6 Oct 2012 12:48:12 +0000 (08:48 -0400)
commit26983eb2c56065ff960ce07353dbb7cbaa1bc75b
treef84114d95bf22e10680c2ab54892fa070785f835
parentd6c3ecfe649a87f12fd52eea37a64abf6751f685
pgp: expect subkey signing in `verify` doctests.

Now that pgp-mime-test has a subkey

  commit 236cc6d2ede3fb9f6b55695115d4246a69489e02
  Author: W. Trevor King <wking@tremily.us>
  Date:   Thu Sep 20 11:20:36 2012 -0400

    test:key: add a subkey to the testing key.

Signing and encryption use the new subkey by default.  You can still
sign/encrypt using the primary key if you use part of the key
fingerprint explicitly in the `signers` argument.
pgp_mime/pgp.py