1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-13 02:23:50 -05:00
Simon Tatham c2f1a563a5 Utility function ssh_key_clone().
This makes a second independent copy of an existing ssh_key, for
situations where one piece of code is going to want to keep it after
its current owner frees it.

In order to have it work on an arbitrary ssh_key, whether public-only
or a full public+private key pair, I've had to add an ssh_key query
method to ask whether a private key is known. I'm surprised I haven't
found a need for that before! But I suppose in most situations in an
SSH client you statically know which kind of key you're dealing with.
2022-04-24 08:39:04 +01:00
..
2021-04-21 21:55:26 +01:00
2021-04-21 21:55:26 +01:00
2022-04-24 08:39:04 +01:00
2022-04-24 08:39:04 +01:00
2021-04-21 21:55:26 +01:00
2021-04-21 21:55:26 +01:00
2022-04-15 17:46:06 +01:00
2022-04-22 22:20:36 +01:00
2021-04-21 21:55:26 +01:00
2022-04-24 08:39:04 +01:00
2021-04-21 21:55:26 +01:00