openresty / set-misc-nginx-module

Various set_xxx directives added to nginx's rewrite module (md5/sha1, sql/json quoting, and many more)
http://wiki.nginx.org/NginxHttpSetMiscModule
389 stars 103 forks source link

HMAC-SHA256 support #47

Open ehsan310 opened 5 years ago

ehsan310 commented 5 years ago

I would like to ask you whether you have a plan to add HMAC-SHA256 algorithm ? SHA1 is deprecated in many application and i need sha256 to sent to my backend.

agentzh commented 5 years ago

@ehsan310 We can make that configurable in this module. But we should still keep SHA1 for backward compatibility. Will you create a pull request for it please? Thanks!

erankor commented 4 years ago

Opened #57, thanks!

rpoitras commented 4 years ago

@agentzh Would love to see this go in. 🙏