summaryrefslogtreecommitdiffstats
path: root/src/core/net/client_cert_store_data.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make client certificate store thread safeAllan Sandfeld Jensen2019-02-251-3/+18
| | | | | | | | If the users manipulate the API from the UI, we need to read from the UI thread as well. Change-Id: I8af787a357954cff4fbdd94bcf27b880fb6aecb4 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Cleanup client cert store filesAllan Sandfeld Jensen2019-02-111-0/+151
The files were not in the right places and wasn't split correctly in domains. Change-Id: Ia0d3b1c8f9bc6082f338a09cb64c4bb4b1aa16ad Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>