]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Clean up hash selection in ECDSA.
authorSimon Tatham <anakin@pobox.com>
Fri, 15 May 2015 09:13:06 +0000 (10:13 +0100)
committerSimon Tatham <anakin@pobox.com>
Fri, 15 May 2015 09:15:35 +0000 (10:15 +0100)
commita8c4e67ff9ebdced0a4fb393f934b22cb5aae02f
treecf96623b9406b9060fbb411d63f800eebc24ca66
parent7db526c7306a12d86bff9ce1de00e9838987c0af
Clean up hash selection in ECDSA.

Removed another set of ad-hoc tests of the key size to decide which
hash to use for the signature system, and replaced them with a
straightforward pointer to an ssh_hash structure in the 'extra' area.
sshecc.c