diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2010-11-10 16:43:20 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2010-11-11 12:34:44 (GMT) |
commit | ea2caa8ce983f069eeeba0957b9db6b20baf82b2 (patch) | |
tree | 497ce9a9528376af3817f1351b28d0a6f1b8c870 /doc | |
parent | 5feca34327eb661cc84e1d6f79052dcdbc1a09c4 (diff) | |
download | Qt-ea2caa8ce983f069eeeba0957b9db6b20baf82b2.zip Qt-ea2caa8ce983f069eeeba0957b9db6b20baf82b2.tar.gz Qt-ea2caa8ce983f069eeeba0957b9db6b20baf82b2.tar.bz2 |
Doc: update symbian capabilities regarding SSL
Testing shows some CA certs require ReadUserData depending which part
of the database they are stored in. Updated docs to reflect this.
Reviewed-by: Markus Goetz
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/platforms/platform-notes.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/platforms/platform-notes.qdoc b/doc/src/platforms/platform-notes.qdoc index dbedc1d..9c5f3c8 100644 --- a/doc/src/platforms/platform-notes.qdoc +++ b/doc/src/platforms/platform-notes.qdoc @@ -739,6 +739,9 @@ \o \c AllFiles when \l{http://developer.symbian.org/wiki/index.php/Capabilities_%28Symbian_Signed%29/AllFiles_Capability}{accessing specific areas.} \row \o QtNetwork \o \c NetworkServices is basically always required for this module. + \o \c ReadUserData is required to include all the phone's SSL certificates in the system's default CA certificate list + (for example those added by the user or stored in the SIM card), + without this capability only the CA certs built into the phone are used. \row \o QtMultiMedia \o \c UserEnvironment if QAudioInput is used. \endtable |