[openssh-commits] [openssh] branch master updated (a8e798fe -> b55b7565)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jan 22 15:05:46 AEDT 2021


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

dtucker pushed a change to branch master
in repository openssh.

      from  a8e798fe  upstream: Change types in convtime() unit test to int to match change
       new  ee9c0da8  upstream: Rename PubkeyAcceptedKeyTypes keyword to
       new  b55b7565  upstream: PubkeyAcceptedKeyTypes->PubkeyAcceptedAlgorithms

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 b55b7565f15327d82ad7acbddafa90b658c5f0af
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jan 22 02:46:40 2021 +0000

    upstream: PubkeyAcceptedKeyTypes->PubkeyAcceptedAlgorithms
    
    here too.
    
    OpenBSD-Commit-ID: 3b64a640f8ce8c21d9314da9df7ce2420eefde3a

commit ee9c0da8035b3168e8e57c1dedc2d1b0daf00eec
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jan 22 02:44:58 2021 +0000

    upstream: Rename PubkeyAcceptedKeyTypes keyword to
    
    PubkeyAcceptedAlgorithms. While the two were originally equivalent, this
    actually specifies the signature algorithms that are accepted.  Some key
    types (eg RSA) can be used by multiple algorithms (eg ssh-rsa, rsa-sha2-512)
    so the old name is becoming increasingly misleading.  The old name is
    retained as an alias. Prompted by bz#3253, help & ok djm@, man page help jmc@
    
    OpenBSD-Commit-ID: 0346b2f73f54c43d4e001089759d149bfe402ca5

Summary of changes:
 auth2-pubkey.c |  6 +++---
 monitor.c      |  4 ++--
 readconf.c     | 27 ++++++++++++++-------------
 readconf.h     |  4 ++--
 scp.1          |  6 +++---
 servconf.c     | 25 +++++++++++++------------
 servconf.h     |  6 +++---
 sftp.1         |  6 +++---
 ssh.1          |  6 +++---
 ssh.c          |  5 +++--
 ssh_config.5   | 18 +++++++++---------
 sshconnect2.c  | 22 +++++++++++-----------
 sshd_config.5  | 20 ++++++++++----------
 13 files changed, 79 insertions(+), 76 deletions(-)

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


More information about the openssh-commits mailing list