Yunhao Cao
Yunhao Cao
I can help with MacOSX(High Sierra x64), Raspbian(ARMv6) and Windows(x86 and x64). I can also do x64 test on Ubuntu 16.04LTS. I will use your libuv example for testing. Anyways,...
Right. mbedtls is much easier to build compare to OpenSSL, and it is great to see a lib that supports SSL with libuv with embedtls. Looking forward to the new...
[mbedTLS-Tutorial](https://tls.mbed.org/kb/how-to/mbedtls-tutorial) This link could probably help. It describes how to create TLS connected Sockets using it. Good Luck : )
I just read a bit about the tutorial. embedTLS is hard to implement into evt-tls. It replaces the original read() function in UNIX and Windows API. Rather than using read(),...
As [LibUV-mbedtls](https://github.com/geminiwen/libuv-mbedtls) do, he re-wrote bio.c from mbedtls and then wrap mbedtls over libuv. I think this could be a good solution for us.
Just one question, as you requested the feature, when is the feature going to be implmented? Because I am uncertain about the version of the mbedtls lib to download.