David Moreno Montero
David Moreno Montero
Sadly I have no easy access to any Mac computer.. so I dont know how to help you. If you manage to solve the problem, please let me know how...
Hi, Can you send me a pull request with the first fix? It looks you have it located and fixed. For the second part it looks that it needs the...
I think you just need to execute cmake with "cmake -DCMAKE_BUILD_TYPE=Debug", and it will a be a debug build with -g and not sure but probably -O0. To select which...
All SSL support right now is at src/https.c and src/https.h. You would have to reimplement them using openssl or your library of choice. If you do it, and its possible...
Can you check if any of the given examples produces the same error, for example the hello example. Almost for sure it does, but its a simple test. Also, can...
Sorry, message broke on the middle of last sentence: Can you try as well to change the litening mode from O_THREADED to O_POOL? 2015-01-07 16:39 GMT+01:00 David Moreno Montero [email protected]:...
I'm staring at the code and have no clear idea of why it could this be happening. Maybe the first call with error is leaving the listening descriptor in a...
If the proper location is listed at `otemplate --help`, it may be that the way of loading .so files (dlopen and dlsym) is not exactaly the same on openBSD as...
Hi! Thanks a lot for the patch, but although it makes the trick, I dont like too much that it actually do a half wrapper for openssl using gnutls functions...
Hi, thanks a lot. I had no time to review it yet. As soon as I review it I will tell you something.