diff -r e60ea6cb8e11 -r 3d4277929fb3 Helpviewer/HelpBrowserWV.py --- a/Helpviewer/HelpBrowserWV.py Fri May 24 18:39:58 2013 +0200 +++ b/Helpviewer/HelpBrowserWV.py Tue May 28 20:52:12 2013 +0200 @@ -496,6 +496,14 @@ chain = self.__sslConfiguration.peerCertificateChain() return chain + def getSslConfiguration(self): + """ + Public method to return a reference to the current SSL configuration. + + @return reference to the SSL configuration in use (QSslConfiguration) + """ + return self.__sslConfiguration + def showSslInfo(self, pos): """ Public slot to show some SSL information for the loaded page.