cqueues icon indicating copy to clipboard operation
cqueues copied to clipboard

Add support for mbed TLS (formerly PolarSSL)

Open jirutka opened this issue 8 years ago • 5 comments

Could you please consider adding support for some more secure and lightweight TLS implementation, such as mbed TLS (formerly PolarSSL)?

jirutka avatar Jul 22 '17 12:07 jirutka

Is there a set of mbed/PolarSSL TLS lua bindings we can be compatible with?

daurnimator avatar Jul 23 '17 08:07 daurnimator

I found these two, but neither of them has any release, so they are probably incomplete:

jirutka avatar Jul 23 '17 15:07 jirutka

I would argue that there needs to be a high quality mbedtls lua library to create and manage TLS contexts before cqueues adds compatibility for it.

daurnimator avatar Jul 24 '17 00:07 daurnimator

It looks like a library that can create and manage TLS contexts now exists! https://github.com/neoxic/lua-mbedtls (docs links https://github.com/neoxic/lua-mbedtls/blob/master/doc/ssl.md)

luveti avatar Mar 30 '21 03:03 luveti

It would be great if cqueues (and by extension @daurnimator's excellent lua-http supported mbedtls, especially in the context of working with embedded linux where space is at a huge premium. now that complete lua bindings exist what would be the scale of this change?

lePereT avatar Jun 04 '24 10:06 lePereT