You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LuaCrypto project seems to be abandoned since two years without newer releases or updates since.
The compilation of the Splay-related modules outputs tons of warnings, especially on OS X, that can eventually break the compatibility.
The LuaCrypto project seems to be abandoned since two years without newer releases or updates since.
The compilation of the Splay-related modules outputs tons of warnings, especially on OS X, that can eventually break the compatibility.
There is a viable alternative to it:
https://github.com/wahern/luaossl
We use LuaCrypto's methods in 4 places:
again using the crypto.evp module;
We also use LuaSec to establish secure connections between the controller and the splay daemons:
We need to check if luaoss can solve both problems at once, by letting us import only 1 library and use a modern library at the same time.
The text was updated successfully, but these errors were encountered: