[openssh-commits] [openssh] branch master updated (7250879c -> 121e48fa)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jul 15 09:39:55 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  7250879c  upstream: include SHA2-variant RSA key algorithms in KEX proposal;
       new  101d1647  upstream: add some functions to perform random-access read/write
       new  121e48fa  upstream: unit tests for sshbuf_peek/poke bounds-checked random access

The 2 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 121e48fa5305f41f0477d9908e3d862987a68a84
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sun Jul 14 23:33:19 2019 +0000

    upstream: unit tests for sshbuf_peek/poke bounds-checked random access
    
    functions. ok markus@
    
    OpenBSD-Regress-ID: 034c4284b1da6b12e25c762a6b958efacdafbaef

commit 101d164723ffbc38f8036b6f3ea3bfef771ba250
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sun Jul 14 23:32:27 2019 +0000

    upstream: add some functions to perform random-access read/write
    
    operations inside buffers with bounds checking. Intended to replace manual
    pointer arithmetic wherever possible.
    
    feedback and ok markus@
    
    OpenBSD-Commit-ID: 91771fde7732738f1ffed078aa5d3bee6d198409

Summary of changes:
 .../unittests/sshbuf/test_sshbuf_getput_basic.c    | 231 ++++++++++++++++++++-
 sshbuf-getput-basic.c                              | 163 ++++++++++++++-
 sshbuf.h                                           |  23 +-
 3 files changed, 413 insertions(+), 4 deletions(-)

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


More information about the openssh-commits mailing list