-
Notifications
You must be signed in to change notification settings - Fork 177
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
When will JWE be available? #66
Comments
Hello @CornievanSchoor , I was hoping to implement this feature not long after releasing v3 of the library but the task is not so simple due to the lack of imported OpenSSL header from Indy... meaning that I have to import manually a great deal of functions and structures. Of course it's not an impossible task (in fact I already imported additional functions from OpenSSL) but it's very time consuming! 😞 If you want to pursue (now) the task, the first thing is to import the APIs regarding the key generation from (rsa) parameters in order to support the JSON Web Key standard. If you want to further discuss the topic we can move on the Discussions tab here on GitHub. Ciao, |
@paolo-rossi |
Hi @zaniniflz. |
@rbritus If @paolo-rossi is interested in this improvement, I can send a PR. |
@zaniniflz |
Hello @zaniniflz, I totally missed your previous message, damn! :-) Yes I'm very interested in this features, my mail is paolo [at] paolorossi [dot] net we can also setup a call in order to directly talk about it. In the meantime, in the next days, I will look at your fork.. Thank you Francisco. Ciao, |
Hi @paolo-rossi No problem, by the way this project helped me a lot, thanks for all the time you spent on this project. |
Hello @zaniniflz, |
Hello all, I'll create the PR as soon as I have some free time. |
I just create thr PR #84 |
Is decryption in the near future by any chance? |
When will the implementation be available?
The text was updated successfully, but these errors were encountered: