summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorTaito Silvola <taito.silvola@digia.com>2011-05-05 09:09:32 (GMT)
committerTaito Silvola <taito.silvola@digia.com>2011-05-05 09:09:32 (GMT)
commit1a501753921c450cd7579cf955c16cd306e22c9d (patch)
tree476347fa32bebee5476d5d9911b95eefcf81ecc1 /src/network
parentb59fb6e41ffe971c4f33a2595e10db2f8ecc9c15 (diff)
downloadQt-1a501753921c450cd7579cf955c16cd306e22c9d.zip
Qt-1a501753921c450cd7579cf955c16cd306e22c9d.tar.gz
Qt-1a501753921c450cd7579cf955c16cd306e22c9d.tar.bz2
setPeerVerifyMode() and peerVerifyMode() comments fix
Diffstat (limited to 'src/network')
-rw-r--r--src/network/ssl/qsslconfiguration.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/ssl/qsslconfiguration.cpp b/src/network/ssl/qsslconfiguration.cpp
index 70d7dd8..ab4d7f1 100644
--- a/src/network/ssl/qsslconfiguration.cpp
+++ b/src/network/ssl/qsslconfiguration.cpp
@@ -233,7 +233,7 @@ void QSslConfiguration::setProtocol(QSsl::SslProtocol protocol)
client), and whether it should require that this certificate is valid.
The default mode is AutoVerifyPeer, which tells QSslSocket to use
- VerifyPeer for clients, QueryPeer for clients.
+ VerifyPeer for clients, QueryPeer for servers.
\sa setPeerVerifyMode()
*/
@@ -249,7 +249,7 @@ QSslSocket::PeerVerifyMode QSslConfiguration::peerVerifyMode() const
client), and whether it should require that this certificate is valid.
The default mode is AutoVerifyPeer, which tells QSslSocket to use
- VerifyPeer for clients, QueryPeer for clients.
+ VerifyPeer for clients, QueryPeer for servers.
\sa peerVerifyMode()
*/