qt5base-lts/tests/auto/network/ssl/qsslcertificate
Richard Moore e66d3d9899 Deprecate QSslCertificate::isValid() replace with isBlacklisted()
Currently isValid wrongly gives the impression it checks a certificate
for validity - it doesn't. It merely checks if the certificate dates
are valid and if the certificate is blacklisted. Since it's already
easy for users to check the dates, let's just give them access to the
ability to check for blacklisting.

Change-Id: I25be3bde6a01063034702a9574b28469bf4882cd
Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com>
2011-11-14 10:39:47 +01:00
..
certificates Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
more-certificates Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
verify-certs Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
.gitignore Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
qsslcertificate.pro all remaining tests: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
tst_qsslcertificate.cpp Deprecate QSslCertificate::isValid() replace with isBlacklisted() 2011-11-14 10:39:47 +01:00