simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Nov 21 10:11:36 GMT 2021


TL;DR:
  60377a09 Actually test multiple SHA-512 implementations.

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-11-21 10:11:36

commit 60377a09b47668a84a569dfcdb6a6a002791b39f
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=60377a09b47668a84a569dfcdb6a6a002791b39f;hp=3c21fa54c5927c17b5abb248ec1ce5801fded9bf
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Nov 21 09:36:22 2021 +0000

    Actually test multiple SHA-512 implementations.
    
    Spotted in passing: the cryptsuite test functions iterate 'hashname'
    through all the available implementations of SHA-512 (or SHA-384), but
    then, in each iteration, ignore that loop variable completely and
    always test the default algorithm. So on a platform where more than
    one implementation is available, we were only actually testing one of
    them. Oops!

 test/cryptsuite.py | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)



More information about the tartarus-commits mailing list