[openssh-commits] [openssh] branch master updated (9281d431 -> ad44ca81)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Nov 27 11:03:17 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  9281d431  unbreak fuzzers for recent security key changes
       new  e0d38ae9  upstream: more debugging; behind DEBUG_SK
       new  8635afa1  upstream: tweak previous;
       new  c6efa8a9  upstream: add dummy security key middleware based on work by
       new  ad44ca81  upstream: test FIDO2/U2F key types; ok markus@

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 ad44ca81bea83657d558aaef5a1d789a9032bac3
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Nov 26 23:43:10 2019 +0000

    upstream: test FIDO2/U2F key types; ok markus@
    
    OpenBSD-Regress-ID: 367e06d5a260407619b4b113ea0bd7004a435474

commit c6efa8a91af1d4fdb43909a23a0a4ffa012155ad
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Nov 26 23:41:23 2019 +0000

    upstream: add dummy security key middleware based on work by
    
    markus@
    
    This will allow us to test U2F/FIDO2 support in OpenSSH without
    requiring real hardware.
    
    ok markus@
    
    OpenBSD-Regress-ID: 88b309464b8850c320cf7513f26d97ee1fdf9aae

commit 8635afa1cdc21366d61730d943f3cf61861899c8
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Tue Nov 26 22:42:26 2019 +0000

    upstream: tweak previous;
    
    OpenBSD-Commit-ID: a4c097364c75da320f1b291568db830fb1ee4883

commit e0d38ae9bc8c0de421605b9021d8144e4d8ff22b
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Nov 26 03:04:27 2019 +0000

    upstream: more debugging; behind DEBUG_SK
    
    OpenBSD-Commit-ID: a978896227118557505999ddefc1f4c839818b60

Summary of changes:
 regress/agent-getpeereid.sh      |   4 +-
 regress/agent-pkcs11.sh          |   4 +-
 regress/agent-ptrace.sh          |   2 +-
 regress/agent-timeout.sh         |   4 +-
 regress/agent.sh                 |  10 +-
 regress/cert-file.sh             |   4 +-
 regress/cert-hostkey.sh          |   6 +-
 regress/cert-userkey.sh          |  10 +-
 regress/hostkey-agent.sh         |   8 +-
 regress/hostkey-rotate.sh        |  11 +-
 regress/keygen-change.sh         |   5 +-
 regress/keyscan.sh               |   4 +-
 regress/keytype.sh               |  51 ++--
 regress/krl.sh                   |  22 +-
 regress/limit-keytype.sh         |  17 +-
 regress/misc/Makefile            |   2 +-
 regress/misc/sk-dummy/Makefile   |  67 +++++
 regress/misc/sk-dummy/sk-dummy.c | 522 +++++++++++++++++++++++++++++++++++++++
 regress/principals-command.sh    |   2 +-
 regress/sshsig.sh                |   4 +-
 regress/test-exec.sh             |  48 +++-
 ssh-ecdsa-sk.c                   |   6 +-
 ssh-ed25519-sk.c                 |  23 +-
 sshd_config.5                    |  11 +-
 24 files changed, 765 insertions(+), 82 deletions(-)
 create mode 100644 regress/misc/sk-dummy/Makefile
 create mode 100644 regress/misc/sk-dummy/sk-dummy.c

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


More information about the openssh-commits mailing list