jkeys089 / lua-resty-hmac

HMAC functions for ngx_lua and LuaJIT
160 stars 99 forks source link

close to wrapping up OpenSSL 1.1.x dev for my module but need a tiny bit of help #11

Closed cdbattags closed 6 years ago

cdbattags commented 6 years ago

A little context: https://github.com/openresty/openresty/issues/372

Basically I have a proof of concept Dockerfile in there for latest version of OpenResty that comes with OpenSSL 1.1.0h bundled along for Trusty.

With v0.1.12 of my module (https://github.com/cdbattags/lua-resty-jwt/tree/v0.1.12) I introduced support the same way you did and for whatever reason I'm getting:

missing declaration for symbol 'HMAC_CTX_new'

Any idea?

Also, if it helps, plz see: https://github.com/cdbattags/lua-resty-jwt/issues/2

jkeys089 commented 6 years ago

I'd start with the output of /openresty/nginx/sbin/nginx -V and confirm via ldd /openresty/nginx/sbin/nginx.