[openssh-commits] [openssh] branch master updated (bc551dfe -> 477e2a3b)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jul 15 23:21:29 AEST 2019


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

djm pushed a change to branch master
in repository openssh.

      from  bc551dfe  Clear valgrind-out dir to prevent collisions.
       new  e18a27ee  upstream: two more bounds-checking sshbuf counterparts to common
       new  eb0d8e70  upstream: support PKCS8 as an optional format for storage of
       new  477e2a3b  upstream: unit tests for sshbuf_cmp() and sshbuf_find(); ok markus

The 3 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 477e2a3be8b10df76e8d76f0427b043280d73d68
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jul 15 13:12:02 2019 +0000

    upstream: unit tests for sshbuf_cmp() and sshbuf_find(); ok markus
    
    OpenBSD-Regress-ID: b52d36bc3ab6dc158c1e59a9a4735f821cf9e1fd

commit eb0d8e708a1f958aecd2d6e2ff2450af488d4c2a
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jul 15 13:16:29 2019 +0000

    upstream: support PKCS8 as an optional format for storage of
    
    private keys, enabled via "ssh-keygen -m PKCS8" on operations that save
    private keys to disk.
    
    The OpenSSH native key format remains the default, but PKCS8 is a
    superior format to PEM if interoperability with non-OpenSSH software
    is required, as it may use a less terrible KDF (IIRC PEM uses a single
    round of MD5 as a KDF).
    
    adapted from patch by Jakub Jelen via bz3013; ok markus
    
    OpenBSD-Commit-ID: 027824e3bc0b1c243dc5188504526d73a55accb1

commit e18a27eedccb024acb3cd9820b650a5dff323f01
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jul 15 13:11:38 2019 +0000

    upstream: two more bounds-checking sshbuf counterparts to common
    
    string operations: sshbuf_cmp() (bcmp-like) and sshbuf_find() (memmem like)
    
    feedback and ok markus@
    
    OpenBSD-Commit-ID: fd071ec2485c7198074a168ff363a0d6052a706a

Summary of changes:
 authfile.c                                  |  6 +--
 regress/unittests/sshbuf/test_sshbuf_misc.c | 55 +++++++++++++++++++-
 ssh-keygen.1                                |  9 ++--
 ssh-keygen.c                                | 25 +++++----
 sshbuf-misc.c                               | 39 ++++++++++++++-
 sshbuf.h                                    | 29 ++++++++++-
 sshkey.c                                    | 78 +++++++++++++++++++++--------
 sshkey.h                                    | 11 +++-
 8 files changed, 206 insertions(+), 46 deletions(-)

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


More information about the openssh-commits mailing list