summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2010-11-10 15:19:14 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2010-11-11 12:34:43 (GMT)
commit5feca34327eb661cc84e1d6f79052dcdbc1a09c4 (patch)
tree73cd32a8e93be0a463ba3e85a162e94af86633ee /doc
parent6d12a816ae6e2ed2d318d783b573f7cf8f0fee0a (diff)
downloadQt-5feca34327eb661cc84e1d6f79052dcdbc1a09c4.zip
Qt-5feca34327eb661cc84e1d6f79052dcdbc1a09c4.tar.gz
Qt-5feca34327eb661cc84e1d6f79052dcdbc1a09c4.tar.bz2
SSL: Fix crashes/hangs when retrieving CA certificates
Added error handling to the certificate retrieval thread Made the certificate retrieval thread process critical (so if it crashes the process will crash instead of hang) Filter the certificate list to only fetch CA certificates which are in X.509 format (symbian also allows WAP formats, but Qt does not support these). Put the TPtr8 for asynch function parameter in the class data so it does not go out of scope while the function is in progress. Previously it was on the stack so it could be corrupted before the certificate server had finished using it. Task-number: QTBUG-15005 Task-number: QTBUG-15126 Reviewed-by: Markus Goetz
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions