Improved SLL error messages and throw on cert error #4313

This commit is contained in:
Nick Bolton 2015-03-04 12:15:56 +00:00
parent 55de0746dc
commit 87a81adeb4
2 changed files with 18 additions and 28 deletions

View file

@ -61,7 +61,7 @@ private:
bool checkResult(int n);
void showError();
void throwError(const char* reason);
bool getError();
String getError();
ISocketMultiplexerJob*
serviceConnect(ISocketMultiplexerJob*,
@ -74,5 +74,4 @@ private:
private:
Ssl* m_ssl;
bool m_secureReady;
char* m_error;
};