-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support RSA.PKCS1 on Apple provider #12
Comments
Hey! First, regarding RSA in
Second, regarding Apple export regulations.
May be this (a lot of links) is not what you expected when you've posted the question, but Im trying my best to at least understand what are the consequences of this and how it will affect end-users. |
Thank you a lot for your research! |
When do you plan to release a new version with support for RSA.PKCS1? |
Hey @michalkierasinski, implementation for RSA.PKCS1 for Apple provider is already merged in dev and available in the latest snapshot (0.3.0-SNAPSHOT). So at least you can try it there. |
Regarding encoding: https://github.com/a-sit-plus/kmp-crypto |
Thank you @JesusMcCloud ! Nice library! I will definitely take a closer look! |
0.3.0 is released! |
I wish support for RSA.PKCS1 on the
-apple
provider. Theopenssl3-prebuilt
works fine on iOS for me, but I fear that I will have to provide a export compliance, because it's additional cryptography to the apple build-in:https://developer.apple.com/documentation/security/complying_with_encryption_export_regulations
As far as I understand I do not need to fill this form I just use cryptography provided by Apples framework.
My use case is verification of RS256 JWT signatures.
The text was updated successfully, but these errors were encountered: