dlmeetei
dlmeetei
Thanks for the contribution, sorry for being late. Let me have a close look and get back to your pull request
Can you elaborate or some test case to reproduce?
Thanks for letting us know this. Would you please share output of gdb `bt full` for the dumped core.
Looks like, `SSL_write` is failing due to corrupted structures before reaching the network, libuv. Are you on the latest code? there was fixes handling this type of issue. Again, libuv-tls...
Sorry, closed by misreading lines. Working on to reproduce it
@Bendr0id Before trying to reproduce it, Could please help me with this Unlike other calls from `bt full` , the call to SSL_write does not show args, I tend to...
Thanks, this is useful. Just as I thought, SSL_write is being passed 0x0, NULL pointer. In frame 0, What I don't understand yet how it got NULL, Are you using...
@Bendr0id Please check if latest checkin fixes the issue. We are also working on a redesign to make evt-tls production ready
Thanks for the good gesture :), What we are looking is to select a C test framework and use that for testing evt. Once the test are ready you can...
Yes, we intend to support. Contributors welcome