mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Key rollover: put the new Master Key fingerprint in the tools.
For the moment we're also retaining the old ones. Not sure when will be the best time to get rid of those; after the next release, perhaps?
This commit is contained in:
@ -163,9 +163,11 @@ void pgp_fingerprints(void)
|
||||
"one. See the manual for more information.\n"
|
||||
"(Note: these fingerprints have nothing to do with SSH!)\n"
|
||||
"\n"
|
||||
"PuTTY Master Key (RSA), 1024-bit:\n"
|
||||
"PuTTY Master Key as of 2015 (RSA, 4096-bit):\n"
|
||||
" " PGP_MASTER_KEY_FP "\n\n"
|
||||
"Original PuTTY Master Key (RSA, 1024-bit):\n"
|
||||
" " PGP_RSA_MASTER_KEY_FP "\n"
|
||||
"PuTTY Master Key (DSA), 1024-bit:\n"
|
||||
"Original PuTTY Master Key (DSA, 1024-bit):\n"
|
||||
" " PGP_DSA_MASTER_KEY_FP "\n", stdout);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user