jkeys089 / lua-resty-hmac

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

add support for OpenSSL 1.1.0 #7

Closed jkeys089 closed 6 years ago

jkeys089 commented 6 years ago

Slightly different approach but the same general idea proposed in https://github.com/jkeys089/lua-resty-hmac/pull/6

eLvErDe commented 6 years ago

Hi,

It works fine for me with OpenSSL 1.1. If you can confirm it also works on OpenSSL 1.0 you should merge it to master.

Adam.