[openssh-commits] [openssh] branch master updated (fc8c56ade -> 1a9b1cfa4)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue May 20 18:16:53 AEST 2025


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

dtucker pushed a change to branch master
in repository openssh.

    from fc8c56ade Set runner pasword to random string.
     new 2d023e7a9 upstream: convert a last quad_t to int64_t. ok deraadt djm
     new 17003b9f1 upstream: make the progress-meter code safe against being called
     new 2d35e2473 upstream: Use EC_POINT_[sg]et_affine_coordinates()
     new cff217520 upstream: Use EC_POINT_[sg]et_affine_coordinates()
     new 1a9b1cfa4 Add compat shims for EC_POINT affine_coordinates

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit 1a9b1cfa4e8b807c7f82fdba8f730c2abdbba071
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Tue May 20 18:14:06 2025 +1000

    Add compat shims for EC_POINT affine_coordinates
    
    LibreSSL <3.4 does not have EC_POINT_[gs]et_affine_coordinates
    but does have the now-deprecated _GFp variantes.  We still support
    LibreSSL back as far as 3.2.x so add a compat shim.

commit cff2175200b412a9207a4fe5c1bdcc54e8a73d07
Author: tb at openbsd.org <tb at openbsd.org>
Date:   Mon May 12 05:42:02 2025 +0000

    upstream: Use EC_POINT_[sg]et_affine_coordinates()
    
    It is available in all supported OpenSSL flavors/versions and the _GFp
    variants will be removed from LibreSSL.
    
    ok hshoexer jsing
    
    OpenBSD-Regress-ID: 66cf1561e7b6c49002978f2d6720956f33a882f0

commit 2d35e24739b515394017b74465a0996c384cf28f
Author: tb at openbsd.org <tb at openbsd.org>
Date:   Mon May 12 05:41:20 2025 +0000

    upstream: Use EC_POINT_[sg]et_affine_coordinates()
    
    It is available in all supported OpenSSL flavors/versions and the _GFp
    variants will be removed from LibreSSL.
    
    ok hshoexer jsing
    
    OpenBSD-Commit-ID: ecedca0e1ffa80e0c9ef7c787bc6a972882c596b

commit 17003b9f1cd7b7bf1f52493cc4a1ab95727c3ed7
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri May 9 02:42:03 2025 +0000

    upstream: make the progress-meter code safe against being called
    
    when not initialised; spotted by tb@ feedback/ok tb@ deraadt@
    
    OpenBSD-Commit-ID: a9fda1ee08a24c62e0981ff6d15ca93b63467038

commit 2d023e7a95d673e93ccc1978bf8931f7335b2b53
Author: tedu at openbsd.org <tedu at openbsd.org>
Date:   Thu May 8 17:32:53 2025 +0000

    upstream: convert a last quad_t to int64_t. ok deraadt djm
    
    OpenBSD-Commit-ID: 1c9e01ba1a9ccf442a9cdf10f222077f66885f1f

Summary of changes:
 auth-passwd.c                                              |  4 ++--
 configure.ac                                               |  4 ++++
 openbsd-compat/openssl-compat.h                            | 14 ++++++++++++++
 progressmeter.c                                            |  6 ++++--
 .../misc/ssh-verify-attestation/ssh-verify-attestation.c   |  6 +++---
 regress/unittests/sshbuf/test_sshbuf_getput_crypto.c       |  6 +++---
 sk-usbhid.c                                                |  6 +++---
 sshkey.c                                                   | 10 ++++------
 8 files changed, 37 insertions(+), 19 deletions(-)

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


More information about the openssh-commits mailing list