[openssh-commits] [openssh] branch master updated (782093ec -> fccff339)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Nov 13 10:15:51 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  782093ec  Remove leftover if statement from sync.
       new  166927fd  upstream: add xvasprintf()
       new  5d1c1590  upstream: dd API for performing one-shot notifications via tty or
       new  46712110  upstream: pass SSH_ASKPASS_PROMPT hint to y/n key confirm too
       new  e44bb618  upstream: security keys typically need to be tapped/touched in
       new  fccff339  upstream: allow an empty attestation certificate returned by a

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 fccff339cab5aa66f2554e0188b83f980683490b
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Nov 12 22:38:19 2019 +0000

    upstream: allow an empty attestation certificate returned by a
    
    security key enrollment - these are possible for tokens that only offer self-
    attestation. This also needs support from the middleware.
    
    ok markus@
    
    OpenBSD-Commit-ID: 135eeeb937088ef6830a25ca0bbe678dfd2c57cc

commit e44bb61824e36d0d181a08489c16c378c486a974
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Nov 12 22:36:44 2019 +0000

    upstream: security keys typically need to be tapped/touched in
    
    order to perform a signature operation. Notify the user when this is expected
    via the TTY (if available) or $SSH_ASKPASS if we can.
    
    ok markus@
    
    OpenBSD-Commit-ID: 0ef90a99a85d4a2a07217a58efb4df8444818609

commit 4671211068441519011ac0e38c588317f4157ba1
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Nov 12 22:35:02 2019 +0000

    upstream: pass SSH_ASKPASS_PROMPT hint to y/n key confirm too
    
    OpenBSD-Commit-ID: 08d46712e5e5f1bad0aea68e7717b7bec1ab8959

commit 5d1c1590d736694f41b03e686045f08fcae20d62
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Nov 12 22:34:20 2019 +0000

    upstream: dd API for performing one-shot notifications via tty or
    
    SSH_ASKPASS
    
    OpenBSD-Commit-ID: 9484aea33aff5b62ce3642bf259546c7639f23f3

commit 166927fd410823eec8a7b2472463db51e0e6fef5
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Nov 12 22:32:48 2019 +0000

    upstream: add xvasprintf()
    
    OpenBSD-Commit-ID: e5e3671c05c121993b034db935bce1a7aa372247

Summary of changes:
 misc.h        |  7 ++++-
 readpass.c    | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 ssh-agent.c   | 13 +++++++--
 ssh-keygen.c  | 14 +++++++---
 ssh-sk.c      |  5 ++--
 sshconnect2.c | 17 +++++++++++-
 xmalloc.c     | 21 ++++++++++-----
 xmalloc.h     |  4 ++-
 8 files changed, 150 insertions(+), 18 deletions(-)

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


More information about the openssh-commits mailing list