Document QSslCertificate deprecated functions
authorShane Kearns <ext-shane.2.kearns@nokia.com>
Wed, 2 May 2012 16:35:00 +0000 (17:35 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 3 May 2012 17:34:37 +0000 (19:34 +0200)
With the new functions linked

Task-number: QTBUG-24001
Change-Id: I9fd2de746a6342a1f4f182189e7f2529f092c003
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/network/ssl/qsslcertificate.cpp

index 7282546..af60d8f 100644 (file)
@@ -222,16 +222,19 @@ bool QSslCertificate::isNull() const
 #if QT_DEPRECATED_SINCE(5,0)
 /*!
     \fn bool QSslCertificate::isValid() const
+    \obsolete
 
-    Returns true if this certificate is valid; otherwise returns
-    false.
+    To verify a certificate, use verify().
+    To check if a certificate is blacklisted, use isBlacklisted().
+    To check if a certificate has expired or is not yet valid, compare
+    expiryDate() and effectiveDate() with QDateTime::currentDateTime()
 
-    Note: Currently, this function checks that the current
+    This function checks that the current
     data-time is within the date-time range during which the
     certificate is considered valid, and checks that the
     certificate is not in a blacklist of fraudulent certificates.
 
-    \sa isNull()
+    \sa isNull(), verify(), isBlacklisted(), expiryDate(), effectiveDate()
 */
 #endif
 
@@ -434,6 +437,15 @@ QList<QByteArray> QSslCertificate::issuerInfoAttributes() const
     return d->issuerInfo.uniqueKeys();
 }
 
+#if QT_DEPRECATED_SINCE(5,0)
+/*!
+  \fn QMultiMap<QSsl::AlternateNameEntryType, QString> alternateSubjectNames() const
+  \obsolete
+
+  Use subjectAlternativeNames();
+*/
+#endif
+
 /*!
   Returns the list of alternative subject names for this
   certificate. The alternative names typically contain host