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
Thanks for your answer!
We have a problem during the client-server communication, where the server doesn't complete the SSL handshake. This cause the connect function to be stuck forever and it never returns.
We want to have a (blocking) connect function that we can call with a timeout, and if it doesn't able to complete the connection during that timeout, it simply returns with an error. Can I do that at all?
Because we failed to do the above, we thought of using the non-blocking connect call. The problem was, we couldn't compile it with WOLFSSL_CALLBACKS set. Can I do that without defining WOLFSSL_CALLBACKS?
Thanks again!
I tried to define WOLFSSL_CALLBACKS in windows OS with vs2012: C/C++ ->Preprocessor, but it didn't work, because in callback.h there is #include <sys/time.h>.
how can I fix this?
I would appreciate your help!
Posts found: 2
Generated in 0.015 seconds (96% PHP - 4% DB) with 4 queries