wahern / luaossl

Most comprehensive OpenSSL module in the Lua universe.
http://25thandclement.com/~william/projects/luaossl.html
Other
140 stars 49 forks source link

src/openssl.c: add pushlightuserdata functions #174

Open daurnimator opened 5 years ago

daurnimator commented 5 years ago

This allows external modules to use the object cache.

Note that LuaJIT users will probably need to use pushffi instead to avoid the 47bit userdata issue

TODO: try and hook this up to cqueues' checktls function before merging.