From 10877c3ec0184e6c2a07b8775d32c8efc38a29a3 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Thu, 21 Jun 2018 12:16:00 +0200 Subject: Enable client certificate store 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 --- src/core/web_contents_delegate_qt.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/web_contents_delegate_qt.cpp') diff --git a/src/core/web_contents_delegate_qt.cpp b/src/core/web_contents_delegate_qt.cpp index 8afb7ea70..8abe2263d 100644 --- a/src/core/web_contents_delegate_qt.cpp +++ b/src/core/web_contents_delegate_qt.cpp @@ -558,6 +558,11 @@ void WebContentsDelegateQt::allowCertificateError(const QSharedPointerallowCertificateError(errorController); } +void WebContentsDelegateQt::selectClientCert(const QSharedPointer &selectController) +{ + m_viewClient->selectClientCert(selectController); +} + void WebContentsDelegateQt::requestGeolocationPermission(const QUrl &requestingOrigin) { m_viewClient->runGeolocationPermissionRequest(requestingOrigin); -- cgit v1.2.3