mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
[WebUI]: exclude insecure ciphers
This commit is contained in:
parent
84bc011df5
commit
f9c39e3dac
2 changed files with 29 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
#include <QTcpServer>
|
||||
#ifndef QT_NO_OPENSSL
|
||||
#include <QSslCertificate>
|
||||
#include <QSslCipher>
|
||||
#include <QSslKey>
|
||||
#endif
|
||||
|
||||
|
@ -68,6 +69,8 @@ namespace Http
|
|||
#endif
|
||||
|
||||
#ifndef QT_NO_OPENSSL
|
||||
QList<QSslCipher> safeCipherList() const;
|
||||
|
||||
bool m_https;
|
||||
QList<QSslCertificate> m_certificates;
|
||||
QSslKey m_key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue