simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed Mar 20 08:16:04 GMT 2019


TL;DR:
  93c29b22 sign.sh: add Windows on Arm builds to the signing list.
  867e6918 Fix crash when adding an ECDSA key to Pageant.

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:           2019-03-20 08:16:04

commit 93c29b2277cd90324b5cf5a4ac578a5497d79c40
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=93c29b2277cd90324b5cf5a4ac578a5497d79c40;hp=142427afaedd6bbf5a0f409d993c67b7b4b08b75
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Mar 20 07:42:20 2019 +0000

    sign.sh: add Windows on Arm builds to the signing list.
    
    Oops - completely forgot to sign those!

 sign.sh | 2 ++
 1 file changed, 2 insertions(+)

commit 867e69187456b7b8a0c8d993d7d9c4963e15b0ca
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=867e69187456b7b8a0c8d993d7d9c4963e15b0ca;hp=93c29b2277cd90324b5cf5a4ac578a5497d79c40
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Mar 20 07:55:07 2019 +0000

    Fix crash when adding an ECDSA key to Pageant.
    
    The new_priv_openssh method for ECDSA keys was trying to initialise
    the key as if it was EdDSA, leading to an assertion failure at setup
    time.
    
    This is what I get for not having taken cryptsuite.py all the way to
    testing every top-level signature algorithm.

 sshecc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list