From bd7cd3467334dae70e4cd21a5df6c17e3e3ea4bf Mon Sep 17 00:00:00 2001 From: Shane Kearns Date: Thu, 3 May 2012 18:10:19 +0100 Subject: Document new APIs in 5.0 The \since 5.0 directive was missing from many places. Task-number: QTBUG-24001 Change-Id: I191ba8891ae66d78f923164bcab2fccb16eabef9 Reviewed-by: Casper van Donderen --- src/network/ssl/qsslcertificate.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/network/ssl/qsslcertificate.cpp') diff --git a/src/network/ssl/qsslcertificate.cpp b/src/network/ssl/qsslcertificate.cpp index af60d8fed0..95b8a8e8fa 100644 --- a/src/network/ssl/qsslcertificate.cpp +++ b/src/network/ssl/qsslcertificate.cpp @@ -104,6 +104,12 @@ \value CountryName "C" The country. \value StateOrProvinceName "ST" The state or province. + + \value DistinguishedNameQualifier The distinguished name qualifier + + \value SerialNumber The certificate's serial number + + \value EmailAddress The email address associated with the certificate */ #include "qsslsocket_openssl_symbols_p.h" @@ -398,6 +404,7 @@ QStringList QSslCertificate::subjectInfo(const QByteArray &attribute) const } /*! + \since 5.0 Returns a list of the attributes that have values in the subject information of this certificate. The information associated with a given attribute can be accessed using the subjectInfo() @@ -418,6 +425,7 @@ QList QSslCertificate::subjectInfoAttributes() const } /*! + \since 5.0 Returns a list of the attributes that have values in the issuer information of this certificate. The information associated with a given attribute can be accessed using the issuerInfo() -- cgit v1.2.3