luvit / lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.
http://lit.luvit.io/
Apache License 2.0
245 stars 58 forks source link

Fix secure-socket for OpenSSL > 1.1.0 #257

Closed squeek502 closed 5 years ago

squeek502 commented 5 years ago

Fixes #256

Lit version of https://github.com/luvit/luvit/pull/1062

Tested and confirmed to work with both OpenSSL 1.0.2 and 1.1.1

squeek502 commented 5 years ago

Wait for https://github.com/luvit/luvit/pull/1062 to be merged before this. I just mirrored those changes, so I'll update this once that's finished.

squeek502 commented 5 years ago

Ok, synced with the changes in luvit/luvit#1062. Should be good to go.