cdbattags / lua-resty-jwt

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

(feat) add rsa-oaep algo support for JWE #58

Open yciabaud opened 2 years ago

yciabaud commented 2 years ago

Hello, this PR extends #13 to handle rsa-oaep based on rsa-oaep-256 that uses SHA1 dor digest computation. The code is pretty straightforward since the work was already done in rsa-oaep-256.