simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Mon Feb 15 18:52:00 GMT 2021


TL;DR:
  147adf4e Move PPK format documentation into a manual appendix.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-02-15 18:52:00

commit 147adf4e7600683419d90065f0150fbe4a7d01d6
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=147adf4e7600683419d90065f0150fbe4a7d01d6;hp=83b07a5c679791454ff9c0f2bd14b5af1f1f1457
Author: Simon Tatham <anakin at pobox.com>
Date:   Mon Feb 15 18:45:52 2021 +0000

    Move PPK format documentation into a manual appendix.
    
    Somebody on comp.security.ssh asked about it recently, and I decided
    that storing it in a comment in the key file was not really good
    enough. Also, that comment was incomplete (it listed the private key
    formats for RSA and DSA but not any of the newer ECC key types, simple
    as their private-key formats may be).

 doc/Makefile      |   3 +-
 doc/pubkeyfmt.but | 312 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sshpubk.c         |  80 +-------------
 3 files changed, 316 insertions(+), 79 deletions(-)



More information about the tartarus-commits mailing list