QSslCertificate::isValid() no longer exists in Qt5
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 24 Mar 2014 21:28:16 +0000 (22:28 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 24 Mar 2014 23:21:26 +0000 (00:21 +0100)
commit5366497b8816bf13934179556ee63bf62e7cf162
tree59fcbc9de53da64a4ca0a0dc74551e3f282fbe12
parent41d7f1dee95ddfe37c07274e285c692cc1f996c2
QSslCertificate::isValid() no longer exists in Qt5

Qt4's isValid() checked for the date range and if the cert is blacklisted.
In Qt5, these two checks need to be done explicitly.
src/core/sslserver.cpp