lua-users home
lua-l archive

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


> Have you looked at usocket.c and wsocket.c ?
> 
> I would have thought that these were the only modules requiring
> modification.

A lot of the functionality can be put in usocket, but not all of it. 
The layer above it (tcp.c, in this case) needs to read in keys and
certifications specified by the user, and pass that information (and a
few other things) to the socket.

I was hoping to be able to build upon tcp.c, so that these extra parts
could be added without having to create a special version of tcp.c for
ssl.

-- 
Zachary P. Landau <kapheine@gmail.com>