diff options
| author | Erin of Yukis <erin-dev@ninetailed.ninja> | 2025-10-10 19:04:44 +0200 |
|---|---|---|
| committer | Mårten Nordheim <marten.nordheim@qt.io> | 2025-12-14 22:00:57 +0000 |
| commit | fb9f4444fa716f6aa93d3d13d3037b30c005d7a7 (patch) | |
| tree | 6044be6aaa465e75d8a12bd3b0377562ce9d4ff3 /tests/manual/ios_assets/Info.ios.cmake.xcode.14.3.plist | |
| parent | 2d65847d6473ef164f61f7cc2257387f41cd5efc (diff) | |
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 <marten.nordheim@qt.io>
Diffstat (limited to 'tests/manual/ios_assets/Info.ios.cmake.xcode.14.3.plist')
0 files changed, 0 insertions, 0 deletions
