[openssh-commits] [openssh] branch master updated (39b87104 -> 4103a3ec)

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Nov 17 09:44:48 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  39b87104  Add wrappers for other ultrix headers.
       new  fd1a9649  upstream: remove most uses of BN_CTX
       new  af90aec0  upstream: double word;
       new  d431778a  upstream: fix typos in sk_enroll
       new  05daa211  upstream: always use ssh-sk-helper, even for the internal USB HID
       new  4103a3ec  upstream: a little debug() in the security key interface

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 4103a3ec7c68493dbc4f0994a229507e943a86d3
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sat Nov 16 22:42:30 2019 +0000

    upstream: a little debug() in the security key interface
    
    OpenBSD-Commit-ID: 4c70300609a5c8b19707207bb7ad4109e963b0e8

commit 05daa211de926f66f50b7380d637f84dc6341574
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sat Nov 16 22:36:48 2019 +0000

    upstream: always use ssh-sk-helper, even for the internal USB HID
    
    support. This avoid the need for a wpath pledge in ssh-agent.
    
    reported by jmc@
    
    OpenBSD-Commit-ID: 19f799c4d020b870741d221335dbfa5e76691c23

commit d431778a561d90131814f986b646299f9af33c8c
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Fri Nov 15 15:41:01 2019 +0000

    upstream: fix typos in sk_enroll
    
    OpenBSD-Commit-ID: faa9bf779e008b3e64e2eb1344d9b7d83b3c4487

commit af90aec0443ec51e6b2d804cb91771d3905f8a6f
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Fri Nov 15 11:16:28 2019 +0000

    upstream: double word;
    
    OpenBSD-Commit-ID: 43d09bafa4ea9002078cb30ca9adc3dcc0b9c2b9

commit fd1a96490cef7f945a1b3b5df4e90c8a1070f425
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Nov 15 06:00:20 2019 +0000

    upstream: remove most uses of BN_CTX
    
    We weren't following the rules re BN_CTX_start/BN_CTX_end and the places
    we were using it didn't benefit from its use anyway. ok dtucker@
    
    OpenBSD-Commit-ID: ea9ba6c0d2e6f6adfe00b309a8f41842fe12fc7a

Summary of changes:
 moduli.c               | 12 +++----
 sk-usbhid.c            | 25 +++++++-------
 ssh-add.1              |  6 ++--
 ssh-agent.c            | 46 ++++++-------------------
 ssh-sk.c               |  9 ++++-
 sshbuf-getput-crypto.c | 12 ++-----
 sshkey.c               | 92 ++++++++++++++++++--------------------------------
 7 files changed, 74 insertions(+), 128 deletions(-)

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


More information about the openssh-commits mailing list