[Pgp-tools-commit] r170 - web

Christoph Berg myon-guest at costa.debian.org
Sun Aug 7 23:02:30 UTC 2005


Author: myon-guest
Date: 2005-08-07 23:02:29 +0000 (Sun, 07 Aug 2005)
New Revision: 170

Modified:
   web/index.php
Log:
add gpglist and pgp-clean

Modified: web/index.php
===================================================================
--- web/index.php	2005-08-07 22:19:01 UTC (rev 169)
+++ web/index.php	2005-08-07 23:02:29 UTC (rev 170)
@@ -29,6 +29,15 @@
 email addresses - only including the one UID that we send to in each
 mail.</p>
 
+<h2>pgp-clean: removes all non-self signatures from key</h2>
+
+<p>
+pgp-clean takes a list of keyids on the command line and outputs an
+ascii-armored keyring on stdout for each key with all signatures except
+self-signatures stripped.  Its use is to reduce the size of keys sent out after
+signing. (pgp-clean is a stipped-down caff version.)
+</p>
+
 <h2>gpg-key2ps  --  convert fingerprints to PostScript</h2>
 
 <p>This script will output a PostScript file which has your Key-ID, UIDs
@@ -43,6 +52,12 @@
 text and your name and address as the From (as determined by the sendmail
 command).</p>
 
+<h2>gpglist  --  show who signed which of your UIDs</h2>
+
+<p>
+gpglist takes a keyid and creates a listing showing who signed your user IDs.
+</p>
+
 <h2>gpgsigs  --  annotate list of GnuPG keys with already done signatures</h2>
 
 <p>
@@ -56,9 +71,9 @@
 <p>
 In Debian, these tools are included in the
 <a href="http://packages.debian.org/signing-party">signing-party</a>
-package. The <tt>gpg-key2ps</tt> and <tt>gpg-mailkeys</tt> tools are
-included in Debian <i>woody</i> and <i>sarge</i>. <tt>caff</tt> and
-<tt>gpgsigs</tt> are added as of <i>etch</i> (and <i>sid</i>).</p>
+package. gpg-key2ps and gpg-mailkeys are included in Debian <i>woody</i> and
+<i>sarge</i>. caff, pgp-clean, gpglist and
+gpgsigs are added as of <i>etch</i> (and <i>sid</i>).</p>
 
     <hr><p><address>
     Last modified: <? echo date( "r.", getlastmod() ); ?></address>





More information about the Pgp-tools-commit mailing list