crypto: use crypto library in crypto.lua
crypto.lua is a public module using OpenSSL directly. But now lib/crypto encapsulates OpenSSL with additional checks and similar but more conforming API. It allows to replace OpenSSL cipher in crypto.lua with lib/crypto methods.
Showing
- extra/exports 5 additions, 2 deletionsextra/exports
- src/lib/crypto/crypto.c 0 additions, 12 deletionssrc/lib/crypto/crypto.c
- src/lua/crypto.lua 131 additions, 111 deletionssrc/lua/crypto.lua
- test/app/crypto.result 85 additions, 29 deletionstest/app/crypto.result
- test/app/crypto.test.lua 28 additions, 4 deletionstest/app/crypto.test.lua
- test/app/digest.result 2 additions, 2 deletionstest/app/digest.result
Loading
Please register or sign in to comment