[us-commits] [ehb54/ultrascan3] 1ecaae: Skip explicit cipher list on MSYS2/64 Windows buil...
emre brookes
noreply at github.com
Tue Jun 30 11:24:02 MDT 2026
Branch: refs/heads/ehb54-issue-940
Home: https://github.com/ehb54/ultrascan3
Commit: 1ecaae04c2233a04b42f7884c0f15e3083f975e4
https://github.com/ehb54/ultrascan3/commit/1ecaae04c2233a04b42f7884c0f15e3083f975e4
Author: ehb54 <brookes at uthscsa.edu>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M utils/us_db2.cpp
Log Message:
-----------
Skip explicit cipher list on MSYS2/64 Windows builds instead (#940)
The previous fix substituted a shorter OpenSSL-style cipher list for
__MINGW64__ builds, which happened to work but is still guesswork
against the Schannel backend's actual supported suites.
Simpler approach: don't call mysql_options(MYSQL_OPT_SSL_CIPHER, ...)
at all on __MINGW64__, letting the Schannel-backed libmariadb
negotiate its own default cipher suite set. Avoids imposing an
OpenSSL-style cipher string Schannel doesn't understand in the first
place. This is a workaround pending the real fix of linking an
OpenSSL-backed MariaDB Connector/C on Windows.
MSVC/vcpkg builds and Linux/macOS builds are unaffected (__MINGW64__
is not defined there).
Fixes ehb54/ultrascan-tickets#940
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/ultrascan3/settings/notifications
More information about the us-commits
mailing list