simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Mar 31 21:22:53 BST 2019


TL;DR:
  6d7a6d47 Uppity: option to use a pregenerated key for RSA kex.
  efff6b87 Uppity: bring --help up to date.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2019-03-31 21:22:53

commit 6d7a6d47e68e8368216f3ab1a0d071db32d20a11
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=6d7a6d47e68e8368216f3ab1a0d071db32d20a11;hp=7a49ff9ac1f65944434176251b0bfea9fcc44636
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Mar 31 21:08:55 2019 +0100

    Uppity: option to use a pregenerated key for RSA kex.
    
    As and when I make this SSH server into a test suite, I'm not going to
    want to wait for a gratuitous RSA key generation in every test run. So
    now you can provide one in advance.
    
    It has to be in SSH-1 format, because that's the format for which I
    happen to already have internal API routines that return an RSAKey
    instead of an opaque ssh_key. But since you also have to store it
    without a passphrase, that doesn't really matter anyway.

 ssh2kex-client.c |  2 ++
 ssh2kex-server.c | 27 +++++++++++++++++++++++----
 ssh2transport.c  |  4 +++-
 ssh2transport.h  |  1 +
 sshserver.h      |  2 ++
 unix/uxserver.c  | 29 +++++++++++++++++++++++++++++
 6 files changed, 60 insertions(+), 5 deletions(-)

commit efff6b874a22be3d308751be2ece8b4a75f670fb
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=efff6b874a22be3d308751be2ece8b4a75f670fb;hp=6d7a6d47e68e8368216f3ab1a0d071db32d20a11
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Mar 31 21:17:25 2019 +0100

    Uppity: bring --help up to date.
    
    I've been busily adding new options, and forgot to document them all,
    which will annoy me the next time I haven't used it for a week or two
    if I don't write them all up now.

 unix/uxserver.c | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)



More information about the tartarus-commits mailing list