Add SNI client support

Close #1200
This commit is contained in:
Adam
2015-12-03 21:10:45 -05:00
committed by Alexey Sokolov
parent b2ed9d7615
commit 47f887ce43
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -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;