--- a/Helpviewer/HelpBrowserWV.py Sun Apr 14 17:13:32 2013 +0200 +++ b/Helpviewer/HelpBrowserWV.py Sun Apr 14 18:41:08 2013 +0200 @@ -490,6 +490,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.