[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Besides LuaSocket, is there any other library that provides support for the TCP and UDP transport layers for Lua?
- From: 孙世龙 sunshilong <sunshilong369@...>
- Date: Thu, 28 Jan 2021 10:45:09 +0800
t was thus said that the Great Sean Conner once stated:
>>And yes, there is TLS support, but it requires libtls [2].
>> Is there any method that could easily disable TLS?
>Um ... don't use the TLS modules? I'm not sure what you're asking here.
As per the document(https://github.com/bob-beck/libtls/blob/master/TUTORIAL.md),
which says that:
libtls is shipped as part of libressl with OpenBSD. It is designed to
be simpler to use than other C based TLS interfaces (especially native
OpenSSL) to do "normal" things with TLS in programs.
I don't need to encrypt the data transported through TCP/UDP and
disabling TLS support may speed up the program.
So I wonder that whether there is a simple method to disable TLS
support for lua-conmanorg (which is written by you)?
Best regards
sunshilong
On Thu, Jan 28, 2021 at 10:29 AM Sean Conner <sean@conman.org> wrote:
>
> It was thus said that the Great 孙世龙 sunshilong once stated:
> > Sean Conner >And yes, there is TLS support, but it requires libtls [2].
> > Is there any method that could easily disable TLS?
>
> Um ... don't use the TLS modules? I'm not sure what you're asking here.
>
> -spc