summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@nokia.com>2010-07-13 08:02:54 (GMT)
committerPeter Hartmann <peter.hartmann@nokia.com>2010-07-13 08:07:45 (GMT)
commit2c48de46fdfeb935d1f31ae18f13add52c162ac8 (patch)
tree09115247c5e4645cf6eb8a6f57a76b119e8e9205 /src/network
parent69910bc33dc448a9aa81eb00ed45be6d0488e447 (diff)
downloadQt-2c48de46fdfeb935d1f31ae18f13add52c162ac8.zip
Qt-2c48de46fdfeb935d1f31ae18f13add52c162ac8.tar.gz
Qt-2c48de46fdfeb935d1f31ae18f13add52c162ac8.tar.bz2
QSslSocket: fix documentation for QSslSocket::setPeerVerifyMode()
Diffstat (limited to 'src/network')
-rw-r--r--src/network/ssl/qsslsocket.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/ssl/qsslsocket.cpp b/src/network/ssl/qsslsocket.cpp
index f85fa84..f73068e 100644
--- a/src/network/ssl/qsslsocket.cpp
+++ b/src/network/ssl/qsslsocket.cpp
@@ -574,7 +574,7 @@ void QSslSocket::setProtocol(QSsl::SslProtocol protocol)
certificate is valid.
The default mode is AutoVerifyPeer, which tells QSslSocket to use
- VerifyPeer for clients, QueryPeer for clients.
+ VerifyPeer for clients and QueryPeer for servers.
\sa setPeerVerifyMode(), peerVerifyDepth(), mode()
*/
@@ -594,7 +594,7 @@ QSslSocket::PeerVerifyMode QSslSocket::peerVerifyMode() const
certificate is valid.
The default mode is AutoVerifyPeer, which tells QSslSocket to use
- VerifyPeer for clients, QueryPeer for clients.
+ VerifyPeer for clients and QueryPeer for servers.
Setting this mode after encryption has started has no effect on the
current connection.