We keep running into interop issues due to RSA support missing in Credo/Askar.
Especially since current eIDAS ecosystem in EU is primarily RSA based.
What would it take to add RSA support to Aksar, is still relatively simple, or a big endeavor?
If only verification would be supported, would this simplify it?
We're trying to asses the effort required to:
- verify credentials signed with RSA
- verify x509 certificates with RSA
For Node.JS we can actually fallback to the node crypto api, but for react native would require a new implementation.
We could also create a simple integration in react native based on iOS/Android crypto apis (just for verification)
We keep running into interop issues due to RSA support missing in Credo/Askar.
Especially since current eIDAS ecosystem in EU is primarily RSA based.
What would it take to add RSA support to Aksar, is still relatively simple, or a big endeavor?
If only verification would be supported, would this simplify it?
We're trying to asses the effort required to:
For Node.JS we can actually fallback to the node crypto api, but for react native would require a new implementation.
We could also create a simple integration in react native based on iOS/Android crypto apis (just for verification)