[openssh-commits] [openssh] branch master updated (a33ab168 -> 9244990e)

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Dec 14 09:24:26 AEDT 2019


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

djm pushed a change to branch master
in repository openssh.

      from  a33ab168  ssh-sk-client.c needs includes.h
       new  9244990e  remove a bunch of ENABLE_SK #ifdefs

The 1 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 9244990ecdcfa36bb9371058111685b05f201c1e
Author: Damien Miller <djm at mindrot.org>
Date:   Sat Dec 14 09:21:46 2019 +1100

    remove a bunch of ENABLE_SK #ifdefs
    
    The ssh-sk-helper client API gives us a nice place to disable
    security key support when it is wasn't enabled at compile time,
    so we don't need to check everywere.
    
    Also, verification of security key signatures can remain enabled
    all the time - it has no additional dependencies. So sshd can
    accept security key pubkeys in authorized_keys, etc regardless of
    the host's support for dlopen, etc.

Summary of changes:
 ssh-ecdsa-sk.c  | 3 ---
 ssh-keygen.c    | 4 ----
 ssh-sk-client.c | 8 ++++++++
 sshkey.c        | 4 ----
 4 files changed, 8 insertions(+), 11 deletions(-)

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


More information about the openssh-commits mailing list