Skip to content
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

Is there are any plans to support RSA with PKCS 1.5 padding for Openssl provider in future ? #5

Closed
deepak-mani-exa opened this issue Jun 5, 2023 · 3 comments

Comments

@deepak-mani-exa
Copy link

No description provided.

@whyoleg
Copy link
Owner

whyoleg commented Jun 5, 2023

Hey, yes, it's planned. Not only for openssl, but for JDK and WebCrypto providers.
Though, I have no time now to work on it, but I will try to find some time to add several algorithms for which there is exists already API, like RSASSA-PKCS-v1_5

@whyoleg
Copy link
Owner

whyoleg commented Aug 18, 2023

Hey, just wanted to mention, that this is already implemented and works on all platforms in dev branch but blocked for now because of some issue with building documentation with dokka (will be fixed in dokka 1.9.0 release). I can't release without updating API documentation, as there are some breaking changes in API (mostly package changes) which I would like to highlight in API reference.
So, stay tuned, I'm hoping for dokka release by the end of August and short after that I will prepare release here

@whyoleg
Copy link
Owner

whyoleg commented Sep 5, 2023

0.2.0 with RSA-PKCS1-v1_5 support released.

@whyoleg whyoleg closed this as completed Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants