[us-commits] [ehb54/ultrascan3] eb825d: Skip explicit cipher list on MSYS2/64 Windows buil...
emre brookes
noreply at github.com
Wed Jul 1 08:39:36 MDT 2026
Branch: refs/heads/issue-941
Home: https://github.com/ehb54/ultrascan3
Commit: eb825d66df4c5c3e0841f6cd6a56571b29889a3c
https://github.com/ehb54/ultrascan3/commit/eb825d66df4c5c3e0841f6cd6a56571b29889a3c
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 (#940)
MSYS2/64 (MINGW64) Windows builds link a Schannel-backed libmariadb,
which fails to match any suite from the OpenSSL-style CIPHER list:
"TLS/SSL error: no cipher match Error 0x80090331
(SEC_E_ALGORITHM_MISMATCH)".
Rather than imposing a substitute OpenSSL-style cipher string that
Schannel may or may not understand, skip calling
mysql_options(MYSQL_OPT_SSL_CIPHER, ...) entirely on __MINGW64__ and
let the backend negotiate its own default cipher suite set. 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>
Commit: dd1a79e3b1c92c841119387bd1da9de25d53ade4
https://github.com/ehb54/ultrascan3/commit/dd1a79e3b1c92c841119387bd1da9de25d53ade4
Author: emre brookes <ehb54 at users.noreply.github.com>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M utils/us_db2.cpp
Log Message:
-----------
Merge pull request #467 from ehb54/ehb54-issue-940
Fix Schannel TLS cipher mismatch on MSYS2/64 Windows builds
Commit: 73d10e1ac2511df9f115150909f8efa4e15e2aa9
https://github.com/ehb54/ultrascan3/commit/73d10e1ac2511df9f115150909f8efa4e15e2aa9
Author: emre brookes <ehb54 at users.noreply.github.com>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M utils/us_db2.cpp
Log Message:
-----------
Merge branch 'main' into issue-941
Compare: https://github.com/ehb54/ultrascan3/compare/d099a4448e73...73d10e1ac251
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