From e66d3d98996c918162f2bf5bf94a0d356a39b5af Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Fri, 11 Nov 2011 23:08:42 +0000 Subject: 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 --- dist/changes-5.0.0 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index 2afb40077d..df36b2caf4 100644 --- a/dist/changes-5.0.0 +++ b/dist/changes-5.0.0 @@ -11,9 +11,14 @@ information about a particular change. * Source incompatible changes * **************************************************************************** + - QSslCertificate::subjectInfo() and QSslCertificate::issuerInfo() now return a QStringList instead of a QString +- QSslCertificate::isValid() has been deprecated. Originally it only checked + the certificate dates, but later checking for blacklisting was added. Now + there's a more specific QSslCertificate::isBlacklisted() method. + - Unite clipping support has been removed from QPainter. The alternative is to unite QRegion's and using the result on QPainter. -- cgit v1.2.3