[openssh-commits] [openssh] branch master updated (9ce86c9 -> 86936ec)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jan 30 12:19:35 AEDT 2015


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

djm pushed a change to branch master
in repository openssh.

      from  9ce86c9   upstream commit
       new  25f5f78   upstream commit
       new  7a2c368   upstream commit
       new  669aee9   upstream commit
       new  4509b5d   upstream commit
       new  86936ec   upstream commit

The 5 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 86936ec245a15c7abe71a0722610998b0a28b194
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jan 30 01:11:39 2015 +0000

    upstream commit
    
    regression test for 'wildcard CA' serial/key ID revocations

commit 4509b5d4a4fa645a022635bfa7e86d09b285001f
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jan 30 01:13:33 2015 +0000

    upstream commit
    
    avoid more fatal/exit in the packet.c paths that
     ssh-keyscan uses; feedback and "looks good" markus@

commit 669aee994348468af8b4b2ebd29b602cf2860b22
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jan 30 01:10:33 2015 +0000

    upstream commit
    
    permit KRLs that revoke certificates by serial number or
     key ID without scoping to a particular CA; ok markus@

commit 7a2c368477e26575d0866247d3313da4256cb2b5
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jan 30 00:59:19 2015 +0000

    upstream commit
    
    missing parentheses after if in do_convert_from() broke
     private key conversion from other formats some time in 2010; bz#2345 reported
     by jjelen AT redhat.com

commit 25f5f78d8bf5c22d9cea8b49de24ebeee648a355
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jan 30 00:22:25 2015 +0000

    upstream commit
    
    fix ssh protocol 1, spotted by miod@

Summary of changes:
 PROTOCOL.krl   |   9 ++-
 dispatch.c     |   8 +--
 kex.c          |  29 +++++---
 krl.c          | 102 ++++++++++++++++----------
 opacket.c      |  49 ++++++++-----
 opacket.h      |   9 +--
 packet.c       | 220 +++++++++++++++++++++++++++++++++++++--------------------
 packet.h       |  12 ++--
 regress/krl.sh |  74 +++++++++++--------
 ssh-keygen.c   |  30 ++++----
 ssh-keyscan.c  |   5 +-
 ssh_api.c      |   5 +-
 ssherr.c       |   6 +-
 ssherr.h       |   4 +-
 14 files changed, 356 insertions(+), 206 deletions(-)

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


More information about the openssh-commits mailing list