-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set_hmac_sha256 with NDK #71
Comments
I think you can calculate the hmac_sha256 in lua and then set the value by ngx.var.your_var_name = hmac_sha256_val |
There is no built-in way in openresty to calculate an hmac_sha256 directly in Lua, or am I missing something ? |
Will give it a try, thanks. Still, no plan to add NDK support for the directive |
Any plan to add NDK support to the
set_hmac_sha256
directive ?Would be great if I can call it in Lua like this
ndk.set_var.set_hmac_sha256
The text was updated successfully, but these errors were encountered: