openSSLHandshake -> openSSLClientHandshake

This commit is contained in:
Benjamin Sergeant
2019-09-30 21:24:25 -07:00
parent 845bbc5208
commit e5c8e2e7f4
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ namespace ix
void openSSLInitialize();
std::string getSSLError(int ret);
SSL_CTX* openSSLCreateContext(std::string& errMsg);
bool openSSLHandshake(const std::string& hostname, std::string& errMsg);
bool openSSLClientHandshake(const std::string& hostname, std::string& errMsg);
bool openSSLCheckServerCert(SSL* ssl, const std::string& hostname, std::string& errMsg);
bool checkHost(const std::string& host, const char* pattern);
bool handleTLSOptions(std::string& errMsg);