From 8d44be1d750173a944ab9bf982f88a64b49e374a Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Thu, 2 Feb 2012 14:45:08 +0100 Subject: setLocalCertificate, readCertificate and dumpCertificate added --- src/fbgui/fbgui.h | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'src/fbgui/fbgui.h') diff --git a/src/fbgui/fbgui.h b/src/fbgui/fbgui.h index 57f4a34..4f60b12 100644 --- a/src/fbgui/fbgui.h +++ b/src/fbgui/fbgui.h @@ -81,6 +81,13 @@ private: void watchForTrigger(); bool checkHost() const; void loadURL(); + + //test function to read and save CACertificates + QSslCertificate readCertificate(const QString&); + + //Dump all Certificates in SSLConfiguration + void dumpCACertificates(); + QByteArray generatePOSTData(); //---------------------------------- @@ -119,13 +126,16 @@ private slots: void loadURLDone(bool success); //SSL Error Handler for SSL Requests - void sslErrorHandler(QNetworkReply* reply, const QList & errlist); + void sslErrorHandler(QNetworkReply*, const QList &); //Error Handler for http Requests - void httpErrorHandler(QNetworkReply* reply); + void httpErrorHandler(QNetworkReply*); + + //Sets CaCertificates in QSslConfiguration + void registerCACertificates(const QList & ); - //Sets CaCertificate in QSslConfiguration - void registerCACertificate(QSslCertificate& cert); + //Sets LocalCertificate in QSslConfiguration + void setLocalCertificate(QSslCertificate& cert); // shut off the system void performShutDown(); -- cgit v1.2.3-55-g7522