summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-08-27 15:29:54 +0200
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-08-27 15:31:08 +0200
commitebf69d862ad816bf9b00e27adc2b6f0d74331338 (patch)
treedd5a090775478ce3fc94fcf32838cd34cf84a4c6 /src/network
parente143ca2417722590feeccacb380a58dcf00a0a27 (diff)
QSslSocket: Clarified doc about QSslSocket::systemCaCertificates
This function only returns the certificates bundled with Qt. Reviewed-by: TrustMe
Diffstat (limited to 'src/network')
-rw-r--r--src/network/ssl/qsslsocket.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/network/ssl/qsslsocket.cpp b/src/network/ssl/qsslsocket.cpp
index 1acd88b89f..a064c2fe49 100644
--- a/src/network/ssl/qsslsocket.cpp
+++ b/src/network/ssl/qsslsocket.cpp
@@ -1267,10 +1267,8 @@ QList<QSslCertificate> QSslSocket::defaultCaCertificates()
}
/*!
- Returns the system default CA certificate database for your
- system. This database is normally found in a standard place for
- your system. If it is not found there, Qt will provide its own
- default CA certificate database. The CA certificate database
+ This function provides a default CA certificate database
+ shipped together with Qt. The CA certificate database
returned by this function is used to initialize the database
returned by defaultCaCertificates(). You can replace that database
with your own with setDefaultCaCertificates().