Does Qt 6.8.3 supports openssl 3.5.0 with custom linking.?
-
I upgraded my Qt library version from 5.5.1 to 6.8.3.
I was able to build Qt 6.8.3 with openssl 3.5.0 and has plugins/tls/libqopensslbackend.so along with my package. I was able to see QSslSocket::supportsSsl() -> true and QSslSocket::sslLibraryVersionString() -> OpenSSL 3.5.0 8 Apr 2025
QSslSocket::sslLibraryBuildVersionString() -> OpenSSL 3.5.0 8 Apr 2025By this will it support PQC ciphers which openssl 3.5.0 offers?
-
Hi,
I think you should bring that question to the interest mailing list. You will find there Qt's developers/maintainers. This forum is more user oriented.