On Sat, Jan 28, 2017 at 12:16 AM, Jason A. Donenfeld wrote:
> Hi,
>
> The file src/network/ssl/qsslsocket_mac.cpp contains a nasty bug
> preventing the use of setProtocol(QSsl::TlsV1_2OrLater):
>
> bool QSslSocketBackendPrivate::verifySessionProtocol() const
> {
>bool protocolOk = false;
>
Hi,
The file src/network/ssl/qsslsocket_mac.cpp contains a nasty bug
preventing the use of setProtocol(QSsl::TlsV1_2OrLater):
bool QSslSocketBackendPrivate::verifySessionProtocol() const
{
bool protocolOk = false;
if (configuration.protocol == QSsl::AnyProtocol)
protocolOk = true;