lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

-- TLS/SSL initialization
conn = ssl.wrap(conn, params)
conn:dohandshake()

Does this SSL wrapped connection support the same interface
as a regular LuaSocket socket? (i.e., receive patterns etc?)

Regards,
Diego