Hacker News new | ask | show | jobs
by zer01 4156 days ago
That is some very clean-written Lua. Kudos!

I'm excited to pull this into nginx's lua bindings and come up with something cool (and extremely performant)

1 comments

Nginx Lua bindings does have direct access to OpenSSL primitives (or LibreSSL, or BoringSSL). I have also created (LuaJIT) binding to libnettle [1] that you can find from here [2]. (libhogweed, aka rsa/dsa bindings, and documentation are still a work in progress).

[1] http://www.lysator.liu.se/~nisse/nettle/ [2] https://github.com/bungle/lua-resty-nettle