Try to make our PGP signing more useful:
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 19 Mar 2005 02:26:58 +0000 (02:26 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 19 Mar 2005 02:26:58 +0000 (02:26 +0000)
commit2285d016cf0103f03e05e53e22025282c104a164
treea1e28c966ec2681b68517980a02d406f43ba0ddf
parent615cdc1fec47b39c0b272e564e5199d0060850d0
Try to make our PGP signing more useful:

 * All the PuTTY tools for Windows and Unix now contain the fingerprints of
   the Master Keys. The method for accessing them is crude but universal:
   a new "-pgpfp" command-line option. (Except Unix PuTTYgen, which takes
   "--pgpfp" just to be awkward.)

 * Move the key policy discussion from putty-website/keys.html to
   putty/doc/pgpkeys.but, and autogenerate the former from the latter.
   Also tweak the text somewhat and include the fingerprints of the
   Master Keys themselves.
   (I've merged the existing autogeneration scripts into a single new
   one; I've left the old scripts and keys.html around until such time
   as the webmonster reviews the changes and plumbs in the new script;
   he should remove the old files then.)

git-svn-id: svn://svn.tartarus.org/sgt/putty@5524 cda61777-01e9-0310-a592-d414129be87e
27 files changed:
cmdgen.c
doc/Makefile
doc/index.but
doc/man-pg.but
doc/man-pl.but
doc/man-pscp.but
doc/man-psft.but
doc/man-ptel.but
doc/man-pter.but
doc/man-putt.but
doc/pgpkeys.but [new file with mode: 0644]
doc/plink.but
doc/pscp.but
doc/using.but
pscp.c
psftp.c
putty.h
unix/gtkwin.c
unix/uxmisc.c
unix/uxplink.c
windows/wincons.c
windows/window.c
windows/winhelp.h
windows/winpgen.c
windows/winpgnt.c
windows/winplink.c
windows/winutils.c