cdbattags / lua-resty-jwt

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

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

Closed vinayakhulawale closed 5 years ago

vinayakhulawale commented 5 years ago

Also updates certs which were expired.

vinayakhulawale commented 5 years ago

@cdbattags - please note that this requires OpenSSL 1.0.2x so this will not work with old openresty-testsuite image. I am using my version of that image which is based on latest OpenResty version (RC1) which has newer version of OpenSSL.

cdbattags commented 5 years ago

Fantastic work on this. Will look over it this evening. Looks great at a first glance, though!

Thank you, thank you, thank you for your support!

vinayakhulawale commented 5 years ago

@cdbattags - are you planning to review this ? I also submitted another PR for test suite image - https://github.com/cdbattags/openresty-testsuite/pull/1 so you can verify what I am using as test image.

cdbattags commented 5 years ago

Haven't forgot about ya, promise! Just haven't had time to do proper due diligence to sign off and cut/release a new version. Should have plenty of time tonight, though! Thanks for following up.

cdbattags commented 5 years ago

Haven't forgotten about you. Looking at this again now.