~ubuntu-branches/ubuntu/hardy/signing-party/hardy

« back to all changes in this revision

Viewing changes to caff/README.v3-keys

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst, Christoph Berg, Peter Palfrader, Thijs Kinkhorst
  • Date: 2007-08-23 12:09:43 UTC
  • mfrom: (0.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070823120943-3pn2vik8vcs80dka
Tags: 0.4.12-1
[ Christoph Berg ]
* caff:
  + Allow spaces in keyids/fingerprints for easier cut-and-paste.
* Replaces: keylookup.

[ Peter Palfrader ]
* caff:
  + Fix a warning message when encrypting fails.
  + Try to handle expired keys specified in also-encrypt-to better.

[ Thijs Kinkhorst ]
* caff:
  + Add filename to one of the MIME parts as its absence breaks certain virus
    scanners.
  + Make -m (mail options) a yes/no/ask-yes/ask-no option, based on a
    suggestion by Gerfried Fuchs (Closes: #383423).
* gpg-mailkeys:
  + Resolve bashisms in gpg-mailkeys.
* Cleanup package dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
v3 keys are evil
2
2
----------------
3
3
 
4
 
The good thing about v4 keys is that the fingerprint ends contains the 8 byte
5
 
(16 char) key id at the and and that the 8 byte key id likewise ends in the 4
6
 
byte key id. For v3 keys it does not. This, and some issues with HKP key
7
 
servers make the handling of v3 a PITA.
 
4
The good thing about v4 keys is that the last 16 chars of the fingerprint are
 
5
the same as the 8 byte keyid, and likewise the last 8 chars are the 4 byte
 
6
keyid. For v3 keys that is not true. This, and some issues with HKP key servers
 
7
make the handling of v3 a PITA.
8
8
 
9
9
To sign v3 keys with caff, do the following:
10
10