mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Check certificate fingerprints reported back from neon.
This commit is contained in:
parent
c6edde1365
commit
eb0782ec90
@ -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;
|
||||
|
||||
@ -38,6 +38,8 @@ public:
|
||||
bool trustConnection();
|
||||
|
||||
void setCustomConfigHandle( const QString& );
|
||||
|
||||
static QByteArray formatHash(const QByteArray &);
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user