Secure Sockets / Ssl/tls / Luasec Status

In the process of selecting technologies and tools for my next project and taking a second look at Corona. The last time I used Corona I wasted $350 and two months of development that had to be ported to another framework because I didn’t release Corona had no support for secure sockets for non-HTTP network protocols. In Lua this is typically provided using the LuaSec libraries. 

I’ve searched the forums, documentation and roadmap but still don’t see any support for LuaSec or secure sockets. Am I missing something or looking in the wrong place?

Searching for TLS brings up nothing although I see topics with that doing manual browse through the forums. 

I really like Corona but this lack of basic secure socket support continues to be a showstopper. 

Anyone have any information or updates on this? Or suggest a framework as good as Corona with secure socket support? 

Thanks,

Michael

Anyone have any information or updates on this? Or suggest a framework as good as Corona with secure socket support? 

Thanks,

Michael

You can SSL via network.request

I am doing this but only have issues with Async SSL and pausing my app until the file has downloaded

http://forums.coronalabs.com/topic/38960-download-and-wait-over-ssl/

You can SSL via network.request

I am doing this but only have issues with Async SSL and pausing my app until the file has downloaded

http://forums.coronalabs.com/topic/38960-download-and-wait-over-ssl/