mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Switch default host key format to SHA256.
Finally! Now all the previous commits have put the infrastructure in place to fall back to the old fingerprint if you need to, we can switch to the new format without a total compatibility break.
This commit is contained in:
parent
99a3b0c380
commit
66265d30f5
2
ssh.h
2
ssh.h
@ -1335,7 +1335,7 @@ typedef enum {
|
|||||||
SSH_FPTYPE_SHA256,
|
SSH_FPTYPE_SHA256,
|
||||||
} FingerprintType;
|
} FingerprintType;
|
||||||
|
|
||||||
#define SSH_FPTYPE_DEFAULT SSH_FPTYPE_MD5
|
#define SSH_FPTYPE_DEFAULT SSH_FPTYPE_SHA256
|
||||||
#define SSH_N_FPTYPES (SSH_FPTYPE_SHA256 + 1)
|
#define SSH_N_FPTYPES (SSH_FPTYPE_SHA256 + 1)
|
||||||
|
|
||||||
FingerprintType ssh2_pick_fingerprint(char **fingerprints,
|
FingerprintType ssh2_pick_fingerprint(char **fingerprints,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user