[openssh-commits] [openssh] branch master updated (c81c2bea -> 2a7e3449)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Feb 17 15:44:15 AEDT 2023


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

dtucker pushed a change to branch master
in repository openssh.

      from  c81c2bea  whitespace fixes
       new  0833ccf2  upstream: Remove now-unused compat bit SSH_BUG_BIGENDIANAES. This
       new  2a7e3449  upstream: Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code

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 2a7e3449908571af601a4c2d12ab140096442e47
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Feb 17 04:22:50 2023 +0000

    upstream: Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code
    
    to set this was removed in OpenSSH 7.7 when support for SSH implementations
    dating back to before RFC standardization were removed.  "burn it all" djm@
    
    OpenBSD-Commit-ID: 6330935fbe23dd00be79891505e06d1ffdac7cda

commit 0833ccf2c8b7ae08b296c06f17bd53e3ab94b0b0
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Feb 17 03:06:18 2023 +0000

    upstream: Remove now-unused compat bit SSH_BUG_BIGENDIANAES. This
    
    was previously set for OpenSSH 2.3 (released in 2000) but this check was
    removed in OpenSSH 7.7 (2018).  ok djm@ deraadt@
    
    OpenBSD-Commit-ID: 326426ea328707fc9e83305291ab135c87f678af

Summary of changes:
 auth2-hostbased.c |  8 +-------
 auth2-pubkey.c    |  8 +-------
 compat.c          | 22 +++-------------------
 compat.h          |  6 +++---
 kex.c             |  6 +-----
 monitor.c         |  7 +------
 sshconnect2.c     | 20 +++-----------------
 7 files changed, 13 insertions(+), 64 deletions(-)

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


More information about the openssh-commits mailing list