Closed andreapiolanti closed 5 days ago
Thanks for the report. Looks like an issue with RSA signature encoding. We're on it. expect a hotfix release soon.
started here: https://github.com/a-sit-plus/signum/tree/hotfix/jcaCert but needs proper fixing.
started here: https://github.com/a-sit-plus/signum/tree/hotfix/jcaCert but needs proper fixing.
currently, it is cursed. the proper fix is to rework the RSA signature representation and a proper BIT STRING implementation, which is padding-aware and then fix the parseFromJca
mess.
3.10.1 Hotfix release coming tomorrow
Release 3.10.1
(with #196 backported) should now be available from your favorite maven repository.
This should fix your issue, but we'd appreciate if you could confirm!
It works, thanks.
First of all great job! I’m attempting to generate an RSA key pair with the following configuration:
However, I encounter this error specifically on the JVM target (it works fine on iOS and Android):
It appears to be an issue with converting to JcaCertificate. Any insights on resolving this for JVM? Thanks