[openssh-commits] [openssh] branch master updated (5c8d14c5 -> 97370f6c)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri May 17 10:57:55 AEST 2019


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

dtucker pushed a change to branch master
in repository openssh.

      from  5c8d14c5  upstream: Move a variable declaration to the block where it's used
       new  633703ba  Conditionalize ECDH methods in CA algos.
       new  97370f6c  Fix building w/out ECC.

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 97370f6c2c3b825f8c577b7e6c00b1a98d30a6cf
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri May 17 10:54:51 2019 +1000

    Fix building w/out ECC.
    
    Ifdef out ECC specific code so that that it'll build against an OpenSSL
    configured w/out ECC.  With & ok djm@

commit 633703babf8d9a88da85f23b800e1b88dec7cdbd
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri May 17 10:50:29 2019 +1000

    Conditionalize ECDH methods in CA algos.
    
    When building against an OpenSSL configured without ECC, don't include
    those algos in CASignatureAlgorithms.  ok djm@

Summary of changes:
 kexecdh.c           | 26 ++++++++++++++++++++++++++
 myproposal.h        |  4 +---
 ssh-pkcs11-helper.c |  2 ++
 ssh-pkcs11.c        |  4 ++++
 4 files changed, 33 insertions(+), 3 deletions(-)

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


More information about the openssh-commits mailing list