summaryrefslogtreecommitdiff
path: root/src/webenginewidgets/api/qwebengineclientcertselection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Correct cert to certificateAllan Sandfeld Jensen2018-09-121-123/+0
| | | | | Change-Id: I7534aa6cd0c2a95403ad997095d5de76216f228e Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Enable client certificate storeAllan Sandfeld Jensen2018-07-081-0/+123
Creates the default client cerficate store for the platform and when given a choice of client certificates forwards to the choice to the application. Only a Widgets API for now. Task-number: QTBUG-54877 Change-Id: Ie15152398d5769579fa0c07e3e3035c2374e9940 Reviewed-by: Michal Klocek <michal.klocek@qt.io>