Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-unthreaded-solaris11-sparc Build #6040

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision50ffc359e943b2b55268b6c8507524fb0c23dc9c
Got Revision50ffc359e943b2b55268b6c8507524fb0c23dc9c
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 57 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 6040 Build
codebase Build
got_revision 50ffc359e943b2b55268b6c8507524fb0c23dc9c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 50ffc359e943b2b55268b6c8507524fb0c23dc9c Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tobias Frauenschläger

Timing:

StartMon Jun 15 22:34:02 2026
EndMon Jun 15 23:25:35 2026
Elapsed51 mins, 32 secs

All Changes:

:

  1. Change #271222

    Category curl
    Changed by Tobias Frauenschläger <tobiasohnoyoudont@wolfssl.com>
    Changed at Mon 15 Jun 2026 22:18:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 50ffc359e943b2b55268b6c8507524fb0c23dc9c

    Comments

    tls: wolfssl: fixes for PQC key shares
    This PR makes the wolfssl TLS backend work properly for PQC key
    exchanges. The following issues are fixed:
    * WOLFSSL_HAVE_KYBER is not present anymore in upstream wolfssl (for a
      long time actually), so it has no use and the ML-KEM functionality was
      never turned on properly.
    * Key share group selection (via --curves) is now handled via the
      generic wolfSSL_CTX_set1_groups_list() method instead of the prior
      wolfSSL_CTX_set1_curves_list() and the additonal PQC handling. This
      removes a lot of PQC related special handling and the behavior now
      matches the OpenSSL backend.
    * The default QUIC group setting has been removed. For QUIC, the key
      share as well as the list in the supported_groups extension is now
      handled all within wolfssl. This also supports --curves properly now.
    
    Closes #22030

    Changed files

    • lib/vtls/wolfssl.c