summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-08-27 13:29:54 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-08-27 13:31:08 (GMT)
commitebf69d862ad816bf9b00e27adc2b6f0d74331338 (patch)
treedd5a090775478ce3fc94fcf32838cd34cf84a4c6 /src/network/ssl
parente143ca2417722590feeccacb380a58dcf00a0a27 (diff)
downloadQt-ebf69d862ad816bf9b00e27adc2b6f0d74331338.zip
Qt-ebf69d862ad816bf9b00e27adc2b6f0d74331338.tar.gz
Qt-ebf69d862ad816bf9b00e27adc2b6f0d74331338.tar.bz2
QSslSocket: Clarified doc about QSslSocket::systemCaCertificates
This function only returns the certificates bundled with Qt. Reviewed-by: TrustMe
Diffstat (limited to 'src/network/ssl')
-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 1acd88b..a064c2f 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().