[openssh-commits] [openssh] branch master updated (5ca52c0f -> d46ac56f)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Nov 29 11:19:54 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  5ca52c0f  $< doesn't work as` I thought; explicily list objs
       new  9a0e01bd  upstream: reshuffle the text to read better; input from naddy,
       new  d39a865b  upstream: improve the text for -A a little; input from naddy and
       new  7404b81f  upstream: perform hashing directly in crypto_hash_sha512() using
       new  d46ac56f  upstream: lots of dependencies go away here with ed25519 no longer

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 d46ac56f1cbd5a855a2d5e7309f90d383dcf6431
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Nov 29 00:13:29 2019 +0000

    upstream: lots of dependencies go away here with ed25519 no longer
    
    needing the ssh_digest API.
    
    OpenBSD-Regress-ID: 785847ec78cb580d141e29abce351a436d6b5d49

commit 7404b81f25a4a7847380c0f0cf7f1bea5f0a5cd3
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Nov 29 00:11:21 2019 +0000

    upstream: perform hashing directly in crypto_hash_sha512() using
    
    libcrypto or libc SHA512 functions rather than calling ssh_digest_memory();
    avoids many dependencies on ssh code that complicate standalone use of
    ed25519, as we want to do in sk-dummy.so
    
    OpenBSD-Commit-ID: 5a3c37593d3ba7add037b587cec44aaea088496d

commit d39a865b7af93a7a9b5a64cf7cf0ef4396c80ba3
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Thu Nov 28 12:24:31 2019 +0000

    upstream: improve the text for -A a little; input from naddy and
    
    djm
    
    OpenBSD-Commit-ID: f9cdfb1d6dbb9887c4bf3bb25f9c7a94294c988d

commit 9a0e01bd0c61f553ead96b5af84abd73865847b8
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Thu Nov 28 12:23:25 2019 +0000

    upstream: reshuffle the text to read better; input from naddy,
    
    djmc, and dtucker
    
    OpenBSD-Commit-ID: a0b2aca2b67614dda3d6618ea097bf0610c35013

Summary of changes:
 Makefile.in                    |   3 +-
 hash.c                         |  30 +++++---
 regress/misc/sk-dummy/Makefile |   3 +-
 ssh-agent.1                    | 158 ++++++++++++++++++++---------------------
 ssh.1                          |  10 ++-
 5 files changed, 107 insertions(+), 97 deletions(-)

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


More information about the openssh-commits mailing list