[openssh-commits] [openssh] branch master updated (303af580 -> 314908f4)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jul 4 23:53:00 AEST 2018


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

djm pushed a change to branch master
in repository openssh.

      from  303af580  upstream: some magic for RSA-SHA2 checks
       new  312d2f28  upstream: repair PubkeyAcceptedKeyTypes (and friends) after RSA
       new  187633f2  upstream: add a comment that could have saved me 45 minutes of wild
       new  89f54cdf  upstream: exercise new expansion behaviour of
       new  314908f4  upstream: deal with API rename: match_filter_list() =>

The 4 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 314908f451e6b2d4ccf6212ad246fa4619c721d3
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Jul 4 13:51:45 2018 +0000

    upstream: deal with API rename: match_filter_list() =>
    
    match_filter_blacklist()
    
    OpenBSD-Regress-ID: 2da342be913efeb51806351af906fab01ba4367f

commit 89f54cdf6b9cf1cf5528fd33897f1443913ddfb4
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Jul 4 13:51:12 2018 +0000

    upstream: exercise new expansion behaviour of
    
    PubkeyAcceptedKeyTypes and, by proxy, test kex_assemble_names()
    
    ok markus@
    
    OpenBSD-Regress-ID: 292978902e14d5729aa87e492dd166c842f72736

commit 187633f24c71564e970681c8906df5a6017dcccf
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jul 3 13:53:26 2018 +0000

    upstream: add a comment that could have saved me 45 minutes of wild
    
    goose chasing
    
    OpenBSD-Regress-ID: d469b29ffadd3402c090e21b792d627d46fa5297

commit 312d2f2861a2598ed08587cb6c45c0e98a85408f
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Jul 4 13:49:31 2018 +0000

    upstream: repair PubkeyAcceptedKeyTypes (and friends) after RSA
    
    signature work - returns ability to add/remove/specify algorithms by
    wildcard.
    
    Algorithm lists are now fully expanded when the server/client configs
    are finalised, so errors are reported early and the config dumps
    (e.g. "ssh -G ...") now list the actual algorithms selected.
    
    Clarify that, while wildcards are accepted in algorithm lists, they
    aren't full pattern-lists that support negation.
    
    (lots of) feedback, ok markus@
    
    OpenBSD-Commit-ID: a8894c5c81f399a002f02ff4fe6b4fa46b1f3207

Summary of changes:
 compat.c                        | 18 ++++----
 kex.c                           | 95 +++++++++++++++++++++++++++++++++--------
 kex.h                           |  4 +-
 match.c                         | 36 +++++++++++++---
 match.h                         |  5 ++-
 readconf.c                      | 38 ++++++++++++-----
 regress/key-options.sh          |  3 +-
 regress/sshcfgparse.sh          | 51 +++++++++++++++++++++-
 regress/unittests/match/tests.c |  4 +-
 servconf.c                      | 32 ++++++++++----
 ssh_config.5                    |  8 ++--
 sshconnect2.c                   | 10 +++--
 sshd_config.5                   |  8 ++--
 13 files changed, 241 insertions(+), 71 deletions(-)

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


More information about the openssh-commits mailing list