[openssh-commits] [openssh] branch master updated (6a710d3e -> 91a2135f)

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Sep 8 14:49:11 AEST 2019


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

djm pushed a change to branch master
in repository openssh.

      from  6a710d3e  needs time.h for --without-openssl
       new  823f6c37  upstream: typo in previous
       new  c8bdd2db  upstream: key conversion should fail for !openssl builds, not fall
       new  91a2135f  upstream: Allow prepending a list of algorithms to the default set

The 3 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 91a2135f32acdd6378476c5bae475a6e7811a6a2
Author: naddy at openbsd.org <naddy at openbsd.org>
Date:   Fri Sep 6 14:45:34 2019 +0000

    upstream: Allow prepending a list of algorithms to the default set
    
    by starting the list with the '^' character, e.g.
    
    HostKeyAlgorithms ^ssh-ed25519
    Ciphers ^aes128-gcm at openssh.com,aes256-gcm at openssh.com
    
    ok djm@ dtucker@
    
    OpenBSD-Commit-ID: 1e1996fac0dc8a4b0d0ff58395135848287f6f97

commit c8bdd2db77ac2369d5cdee237656f266c8f41552
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Sep 6 07:53:40 2019 +0000

    upstream: key conversion should fail for !openssl builds, not fall
    
    through to the key generation code
    
    OpenBSD-Commit-ID: b957436adc43c4941e61d61958a193a708bc83c9

commit 823f6c37eb2d8191d45539f7b6fa877a4cb4ed3d
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Sep 6 06:08:11 2019 +0000

    upstream: typo in previous
    
    OpenBSD-Commit-ID: 7c3b94110864771a6b80a0d8acaca34037c3c96e

Summary of changes:
 dh.c          |  2 +-
 kex.c         | 15 ++++++++++++---
 readconf.c    | 14 +++++++++-----
 servconf.c    | 14 +++++++++-----
 ssh-keygen.c  |  7 +++++--
 ssh.c         |  4 ++--
 ssh_config.5  | 28 ++++++++++++++++++++++++++--
 sshd_config.5 | 24 ++++++++++++++++++++++--
 8 files changed, 86 insertions(+), 22 deletions(-)

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


More information about the openssh-commits mailing list