1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Rewrite SSH key loading and saving using marshal.h.

All the functions that read and write public and private keys to a
FILE * are now small wrappers on top of an underlying set of functions
that read data in the same format from a BinarySource, or write it to
a strbuf. This sets me up to deal with key files in contexts other
than on disk.
This commit is contained in:
Simon Tatham
2020-01-06 19:57:09 +00:00
parent ef843e9638
commit 9cc586e605
2 changed files with 370 additions and 288 deletions

640
sshpubk.c

File diff suppressed because it is too large Load Diff