simon-git: putty (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sat Apr 22 00:12:38 BST 2023
TL;DR:
289d123f Put HMAC-SHA-512 below HMAC-SHA-256 in priority.
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: 2023-04-22 00:12:38
commit 289d123fb8bb8175c5a0d7a9944d45556f3886db
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=289d123fb8bb8175c5a0d7a9944d45556f3886db;hp=b77e98551336b8025b75a13354348d29a740a2b9
Author: Simon Tatham <anakin at pobox.com>
Date: Sat Apr 22 00:07:51 2023 +0100
Put HMAC-SHA-512 below HMAC-SHA-256 in priority.
For the same reason that diffie-hellman-group18 goes below group16:
it's useful to _have_ it there, in case a server demands it, but under
normal circumstances it seems like overkill and a waste of CPU.
SHA-256 is not only intrinsically faster, it's also more likely to be
hardware-accelerated, so PuTTY's preference is to use that if possible
and SHA-512 only if necessary.
ssh/transport2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list