1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 18:07:59 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Chris Staite
66970c4258 Provide SHA-384 and SHA-512 as hashes usable in SSH KEX.
SHA-384 was previously not implemented at all, but is a trivial
adjustment to SHA-512 (different starting constants, and truncate the
output hash). Both are now exposed as 'ssh_hash' structures so that
key exchange methods can ask for them.
2014-11-02 18:16:54 +00:00
Simon Tatham
53ec71b6e3 Patch from Tim Kosse to fix 64-bit-cleanness in SHA-512.
[originally from svn r8746]
2009-11-10 19:14:15 +00:00
Ben Harris
bffb61b5ad SHA512_Core_Init() and SHA512_Block() are unused outside this file. Make
them static.

[originally from svn r2484]
2003-01-05 23:34:00 +00:00
Simon Tatham
c7139c343c Destroy DOS line endings and unnecessary redefinition of uint32.
[originally from svn r1289]
2001-09-23 16:45:36 +00:00
Simon Tatham
f5aca9a62b Oops - another missing file :-/
[originally from svn r1287]
2001-09-23 11:57:10 +00:00