]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix display of ECC keys in the Windows Pageant list box.
authorSimon Tatham <anakin@pobox.com>
Fri, 25 Mar 2016 08:36:29 +0000 (08:36 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 25 Mar 2016 08:36:29 +0000 (08:36 +0000)
commit906ceef0fcda4b3b560df966a16652c4dfbf5cfc
tree608d5ba88e5326416d9cdb68803e479deccaf426
parent0b42fed9bdc55e896385d9ab5cdc9189fd8798e1
Fix display of ECC keys in the Windows Pageant list box.

This is an absolutely horrible piece of code, relying not only on font
metrics but also on an observed correlation between the length of a
key algorithm name and whether or not it needs a separate key size
displayed. But it'll do for the moment, and it's less effort than
writing a custom piece of Windows API code to display the list box
entries in a properly robust way :-(
windows/winpgnt.c