mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 14:38:25 +01:00
14 lines
256 B
Markdown
14 lines
256 B
Markdown
|
LuaSec
|
||
|
======
|
||
|
|
||
|
LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. It
|
||
|
takes an already established TCP connection and creates a secure session
|
||
|
between the peers.
|
||
|
|
||
|
Functions
|
||
|
---------
|
||
|
|
||
|
`ssl.loadcertificate`
|
||
|
`ssl.newcontext`
|
||
|
`ssl.wrap`
|