[openssh-commits] [openssh] branch master updated (3c000d57 -> 1749991c)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Feb 8 09:26:56 AEDT 2018


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

dtucker pushed a change to branch master
in repository openssh.

      from  3c000d57  Remove obsolete "Smartcard support" message
       new  7cd31632  upstream commit
       new  94ec2b69  upstream commit
       new  1749991c  upstream commit

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 1749991c55bab716877b7c687cbfbf19189ac6f1
Author: jsing at openbsd.org <jsing at openbsd.org>
Date:   Wed Feb 7 05:17:56 2018 +0000

    upstream commit
    
    Convert some explicit_bzero()/free() calls to freezero().
    
    ok deraadt@ dtucker@
    
    OpenBSD-Commit-ID: f566ab99149650ebe58b1d4b946ea726c3829609

commit 94ec2b69d403f4318b7a0d9b17f8bc3efbf4d0d2
Author: jsing at openbsd.org <jsing at openbsd.org>
Date:   Wed Feb 7 05:15:49 2018 +0000

    upstream commit
    
    Remove some #ifdef notyet code from OpenSSL 0.9.8 days.
    
    These functions have never appeared in OpenSSL and are likely never to do
    so.
    
    "kill it with fire" djm@
    
    OpenBSD-Commit-ID: fee9560e283fd836efc2631ef381658cc673d23e

commit 7cd31632e3a6607170ed0c9ed413a7ded5b9b377
Author: jsing at openbsd.org <jsing at openbsd.org>
Date:   Wed Feb 7 02:06:50 2018 +0000

    upstream commit
    
    Remove all guards for calls to OpenSSL free functions -
    all of these functions handle NULL, from at least OpenSSL 1.0.1g onwards.
    
    Prompted by dtucker@ asking about guards for RSA_free(), when looking at
    openssh-portable pr#84 on github.
    
    ok deraadt@ dtucker@
    
    OpenBSD-Commit-ID: 954f1c51b94297d0ae1f749271e184141e0cadae

Summary of changes:
 cipher.c     | 11 ++++-------
 dh.c         |  8 +++-----
 kex.c        |  8 +++-----
 kexdhc.c     |  8 +++-----
 kexdhs.c     |  8 +++-----
 kexecdhc.c   | 17 ++++++-----------
 kexecdhs.c   | 14 +++++---------
 kexgexc.c    | 14 +++++---------
 kexgexs.c    |  8 +++-----
 ssh-dss.c    |  8 +++-----
 ssh-ecdsa.c  |  8 +++-----
 ssh-keygen.c | 24 +-----------------------
 ssh-pkcs11.c |  5 ++---
 ssh-rsa.c    | 21 ++++++---------------
 sshkey.c     | 53 ++++++++++++++++++-----------------------------------
 15 files changed, 68 insertions(+), 147 deletions(-)

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


More information about the openssh-commits mailing list