mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 04:34:41 +02:00
Updated Debugging (markdown)
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
https://www.wolfssl.com
|
||||||
|
|
||||||
## Sections in chapter 8:
|
## Sections in chapter 8:
|
||||||
[8.1 - Debugging and Logging](#81-debugging-and-logging)
|
[8.1 - Debugging and Logging](#81-debugging-and-logging)
|
||||||
|
|
||||||
@@ -40,4 +43,4 @@ wolfSSL_ERR_error_string(err, errorString);
|
|||||||
|
|
||||||
If you are using non blocking sockets, you can test for errno EAGAIN/EWOULDBLOCK or more correctly you can test the specific error code for SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE.
|
If you are using non blocking sockets, you can test for errno EAGAIN/EWOULDBLOCK or more correctly you can test the specific error code for SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE.
|
||||||
|
|
||||||
For a list of wolfSSL and wolfCrypt error codes, please see Appendix C (Error Codes).
|
For a list of wolfSSL and wolfCrypt error codes, please see Appendix C (Error Codes).
|
Reference in New Issue
Block a user