-
Notifications
You must be signed in to change notification settings - Fork 163
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
finalize mbedTLS support #192
Comments
Hello, Yes, I did work on mbedTLS support for LibJWT for a private customer. However, it was an embedded product, and the support only covered creating RSA256 tokens, so it was very very limited. What I have here is one function needed for the mbedTLS support. This is not a drop-in replacement, but it should get you started in creating a
|
Great! |
There's some "working" code in the repo now: |
Fully working on HS, EC, and RSA keys. MbedTLS doesn't support loading RSASSA-PSS keys or EdDSA keys (ED25519 and ED448). Closing this because it's working as well as MbedTLS will allow. |
Hi @benmcollins
I'm rewriting our internal application to add mbedTLS support next to openssl in order to reduce memory load.
libjwt is the final piece remaining ..
I noticed in another thread that you've already played around with it and support was nearly finished.
Could you share this work so I can finalize it? (separate branch or so?)
Thanks again!
The text was updated successfully, but these errors were encountered: