mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 17:37:41 +02:00
Improved SSL error handling for accept/connect socket #4313
This commit is contained in:
parent
501dc6c886
commit
b4a1c3627f
2 changed files with 41 additions and 29 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue