-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
unknown signature key algorithm: 22 #371
Comments
I'd like to add that the same problem still happens with BC 1.59, too. The stack-trace above was taken, before I upgraded to the newest BC, but the problem was not solved by the new version. |
Okay, I think this is actually fixed in the latest beta of 1.60 - b10. Note we're not trying to support EdDSA at this point, just get through without parse errors. See https://www.bouncycastle.org/betas - let us know how you go. |
Thanks a lot! I just found the time to give it a try. The version 1.60 does not yet help, but I just tried When is this going to be released? |
Closing this as it seems the 1.61 release would have dealt with it. |
Since last month, reading my key-ring fails with this exception:
It seems, Enigmail automatically updated my public key-ring -- and repeats doing so, whenever I revert it. Using subshare together with Thunderbird/Enigmail/GnuPG, with both sharing the same key-ring thus does not work, anymore.
There already is an issue for bc-csharp: bcgit/bc-csharp#73
But since these are separate code-bases and my problem subshare/subshare#61 is caused by bc-java (I don't use C#), I assume I should open an issue here. I hope, this is correct.
The problem is very likely the same: The algorithm with the ID 22 is not supported, neither in the Java- nor in the C#-version of BC.
The text was updated successfully, but these errors were encountered: