mirror of
https://github.com/znc/znc.git
synced 2026-07-06 09:51:25 +02:00
@@ -33,6 +33,7 @@ public:
|
||||
#ifdef HAVE_LIBSSL
|
||||
int VerifyPeerCertificate(int iPreVerify, X509_STORE_CTX * pStoreCTX) override;
|
||||
void SSLHandShakeFinished() override;
|
||||
bool SNIConfigureClient(CString& sHostname) override;
|
||||
#endif
|
||||
void SetHostToVerifySSL(const CString& sHost) { m_HostToVerifySSL = sHost; }
|
||||
CString GetSSLPeerFingerprint() const;
|
||||
|
||||
Reference in New Issue
Block a user