[openssh-commits] [openssh] branch master updated (fc77c8e3 -> a752a6c0)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Oct 12 10:00:21 AEDT 2023


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

      from  fc77c8e3  upstream: mention "none" is a valid argument to IdentityFile; bz3080
       new  76e91e72  upstream: add support for reading ED25519 private keys in PEM PKCS8
       new  a752a6c0  upstream: add ChannelTimeout support to the client, mirroring the

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit a752a6c0e1001f93696d7025f0c867f0376e2ecf
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Oct 11 22:42:26 2023 +0000

    upstream: add ChannelTimeout support to the client, mirroring the
    
    same option in the server. ok markus@
    
    OpenBSD-Commit-ID: 55630b26f390ac063980cfe7ad8c54b03284ef02

commit 76e91e7238cdc5662bc818e2a48d466283840d23
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Oct 11 22:41:05 2023 +0000

    upstream: add support for reading ED25519 private keys in PEM PKCS8
    
    format; ok markus@ tb@
    
    OpenBSD-Commit-ID: 01b85c91757e6b057e9b23b8a23f96415c3c7174

Summary of changes:
 clientloop.c |  8 +++----
 configure.ac | 24 +++++++++++++++++++++
 misc.c       | 39 +++++++++++++++++++++++++++++++++-
 misc.h       |  3 ++-
 readconf.c   | 47 +++++++++++++++++++++++++++++++++++++++--
 readconf.h   |  5 ++++-
 servconf.c   | 40 ++++-------------------------------
 ssh.c        | 16 +++++++++++++-
 ssh_config.5 | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 sshkey.c     | 39 ++++++++++++++++++++++++++++++++--
 10 files changed, 241 insertions(+), 49 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list