summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/macmainwindow.mm
diff options
context:
space:
mode:
authorErin of Yukis <[email protected]>2025-10-10 19:04:44 +0200
committerMårten Nordheim <[email protected]>2025-12-14 22:00:57 +0000
commitfb9f4444fa716f6aa93d3d13d3037b30c005d7a7 (patch)
tree6044be6aaa465e75d8a12bd3b0377562ce9d4ff3 /src/widgets/doc/snippets/macmainwindow.mm
parent2d65847d6473ef164f61f7cc2257387f41cd5efc (diff)
QTlsBackendOpenSSL: do not use broken symlinks as cert pathsHEADdev
The QTls OpenSSL backend on Unix should ignore any broken symlinks encountered rather than attempting to add the empty certificate path generated after path canonicalization to the list of trusted system certificates. Current Qt code rejects such empty paths due to using `QSslCertificate::fromFile`, but Qt 6.9- instead used `QSslCertificate::fromPath` which (before Qt 6.9.2) used to interpret an empty path to mean “add everything below the current working directory as potential certificate”! On all newer versions this only avoids unnecessarily adding an empty path to the list of certificates. Change-Id: I94136b33670be2fa42531fc3c74db432bad67f4a Pick-to: 6.11 6.10 Reviewed-by: Mårten Nordheim <[email protected]>
Diffstat (limited to 'src/widgets/doc/snippets/macmainwindow.mm')
0 files changed, 0 insertions, 0 deletions