simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Tue Feb 23 18:34:06 GMT 2021


TL;DR:
  ee6b0724 Fix cgtest again.
  c289ad36 PuTTYgen: option to control Argon2 flavour.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-02-23 18:34:06

commit ee6b0724c5866ca7b0d4523b2e274f64283f59d2
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=ee6b0724c5866ca7b0d4523b2e274f64283f59d2;hp=c10aff8a4764bec5aa70d82c734869e7ccce37b0
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Feb 23 18:15:15 2021 +0000

    Fix cgtest again.
    
    When I added the fmt_version field to ppk_save_parameters, I forgot to
    fill it in in the special version of that struct used by cgtest.
    Without that, it defaulted to 0, triggering an assertion failure.

 cgtest.c | 1 +
 1 file changed, 1 insertion(+)

commit c289ad3607162b5537a0d5aef1207fb29d0ebc65
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=c289ad3607162b5537a0d5aef1207fb29d0ebc65;hp=ee6b0724c5866ca7b0d4523b2e274f64283f59d2
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Feb 23 18:26:50 2021 +0000

    PuTTYgen: option to control Argon2 flavour.
    
    I left this out of yesterday's collection of cmdgen CLI options and
    GUI PuTTYgen dialog box, but only because I forgot about it. I don't
    know off the top of my head why someone would particularly want to
    configure this detail, but given that it _is_ configurable, it seems
    like no extra trouble to expose it along with the rest of the
    parameters, just in case.

 cmdgen.c              | 25 +++++++++++++++++++++++--
 windows/puttygen-rc.h | 24 ++++++++++++++----------
 windows/puttygen.rc   | 29 ++++++++++++++++-------------
 windows/winpgen.c     | 15 +++++++++++++++
 4 files changed, 68 insertions(+), 25 deletions(-)



More information about the tartarus-commits mailing list