cdbattags / lua-resty-jwt

JWT For The Great Openresty
Apache License 2.0
146 stars 44 forks source link

(feat) add support for aes-256-gcm algo for JWE #44

Closed vinayakhulawale closed 3 years ago

vinayakhulawale commented 3 years ago

This PR adds support for aes256gcm encryption algo for content encryption.

Also replaces uses for resty.aes with functions from lua-resty-openssl as former one will not be updated anymore to add new algos.

We can also replace evp.lua in future PRs with functions from lua-resty-openssl

cc: @cdbattags

vinayakhulawale commented 3 years ago

@cdbattags - can you please review this PR ?

cdbattags commented 3 years ago

Hi @vinayakhulawale! Haven't forgotten about this. Tests look great. Should have this merged by tomorrow morning.

vinayakhulawale commented 3 years ago

@cdbattags - ping :)