You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
I am polling(poll/select) a blocking OS socket for readability, and was wondering that if i get signaled readability from the OS if i can also be sure that wolfSSL_read() will not block.
I am mainly concerned that if for example a protocol message or only half a ssl record arrived that wolfSSL_read() would block, can you tell me if it would block or not and how the general way to go about this would be (just set nonblocking and still poll the underlying socket?) with wolfSSL.
Posts found: 1
Generated in 0.016 seconds (96% PHP - 4% DB) with 4 queries