Hi I think I do have a POC that you can use https://github.com/deleisha/evt-tls
On Wed, Apr 21, 2021 at 1:48 PM Reza Mahdi <[email protected]> wrote: > Well, I didn't find any one for server or client. By the way, what you > want is 2 parts: > > 1. After creating the connection, create the request. > 2. Create a tls engine that is performing in memory, for example a > MEM_BIO in openssl > > And then perform the transportation. > > Creating the request is easy, http is a textual protocol. For tls side, > read openssl ssl docs with memory BIO. > > On Wed, Apr 21, 2021, 12:36 Boris Feinstein <[email protected]> wrote: > >> Hi all, >> >> I'm looking for a library to allow performing HTTP requests using libuv >> with TLS support. >> Not an HTTP server, only an HTTP client. >> >> Is anyone familiar with such projects? >> >> Thanks in advance, >> Boris >> >> -- >> You received this message because you are subscribed to the Google Groups >> "libuv" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/libuv/8e7ee63c-2753-4b71-8ae3-ed5abf8c4f82n%40googlegroups.com >> <https://groups.google.com/d/msgid/libuv/8e7ee63c-2753-4b71-8ae3-ed5abf8c4f82n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > You received this message because you are subscribed to the Google Groups > "libuv" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/libuv/CAMLQwn%3DcjXmvv_d_DWZ7NyohuJCWeJVmOXPo6p7ie6HDjbbNog%40mail.gmail.com > <https://groups.google.com/d/msgid/libuv/CAMLQwn%3DcjXmvv_d_DWZ7NyohuJCWeJVmOXPo6p7ie6HDjbbNog%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Warm Regards --Dev OpenPegasus Developer "I'm one of those people that think Thomas Edison and the light bulb changed the world more than Karl Marx ever did,” Steve Jobs -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/libuv/CAKmFMKc9q%3DDsU5EnPmpqTb_%3DCNBmMtGb4iDWdYKraR0TwGT-ow%40mail.gmail.com.
