Improved SSL error handling for accept/connect socket #4313

This commit is contained in:
Nick Bolton 2015-03-04 13:59:53 +00:00
parent 501dc6c886
commit b4a1c3627f
2 changed files with 41 additions and 29 deletions

View file

@ -58,7 +58,7 @@ private:
bool secureAccept(int s);
bool secureConnect(int s);
void showCertificate();
void checkResult(int n, bool& error, bool& retry);
void checkResult(int n, bool& fatal, bool& retry);
void showError();
void throwError(const char* reason);
String getError();