simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sat Aug 25 14:40:43 BST 2018


TL;DR:
  6c924ba8 GPG key rollover.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2018-08-25 14:40:43

commit 6c924ba862475b83fcdeaaa43d8516c59b0c79a1
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=6c924ba862475b83fcdeaaa43d8516c59b0c79a1;hp=9f6b59fa2e02527d5b3b6faca627f27d5fba245d
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Aug 25 14:36:25 2018 +0100

    GPG key rollover.
    
    This commit adds the new ids and fingerprints in the keys appendix of
    the manual, and moves the old ones down into the historic-keys
    section. I've tweaked a few pieces of wording for ongoing use, so that
    they don't imply a specific number of past key rollovers.
    
    The -pgpfp option in all the tools now shows the new Master Key
    fingerprint and the previous (2015) one. I've adjusted all the uses of
    the #defines in putty.h so that future rollovers should only have to
    modify the #defines themselves.
    
    Most importantly, sign.sh bakes in the ids of the current release and
    snapshot keys, so that snapshots will automatically be signed with the
    new snapshot key and the -r option will invoke the new release key.

 doc/pgpkeys.but    | 91 +++++++++++++++++++++++++++++++++---------------------
 putty.h            | 16 +++++-----
 sign.sh            |  4 +--
 unix/uxmisc.c      | 10 +++---
 windows/wincons.c  | 10 +++---
 windows/winutils.c | 10 +++---
 6 files changed, 81 insertions(+), 60 deletions(-)



More information about the tartarus-commits mailing list