1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-16 10:38:06 -05:00
Simon Tatham 60377a09b4 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!
2021-11-21 09:57:48 +00:00
..
2021-08-27 18:04:49 +01:00
2021-05-09 09:06:12 +01:00