Check certificate fingerprints reported back from neon.

This commit is contained in:
Klaas Freitag 2012-12-13 19:50:23 +01:00
parent c6edde1365
commit eb0782ec90
2 changed files with 3 additions and 1 deletions

View File

@ -126,7 +126,7 @@ bool SslErrorDialog::setErrorList( QList<QSslError> errors )
return false;
}
static QByteArray formatHash(const QByteArray &fmhash)
QByteArray SslErrorDialog::formatHash(const QByteArray &fmhash)
{
QByteArray hash;
int steps = fmhash.length()/2;

View File

@ -38,6 +38,8 @@ public:
bool trustConnection();
void setCustomConfigHandle( const QString& );
static QByteArray formatHash(const QByteArray &);
signals:
public slots: