-
Notifications
You must be signed in to change notification settings - Fork 29
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
Improper encoding of JWK for RSA keys (The JWK "n" member contained a leading zero.) #140
Comments
Thank you for reporting this! |
@wellcaffeinated could you confirm the issue is fixed on your side as well when using the patch from #141? picky = { git = "https://github.com/Devolutions/picky-rs", rev = "5f1862f7a8f3f5f21e28a801377b3e926e133f97", … } Thank you! |
Hmm.... I'm having some trouble with conflicting versions now
|
Maybe you could try update your Cargo.lock with
|
no dice :(
|
Oh, the error changed and is actually showing something useful! Here are some relevant links:
I understand Now, there is no good solution in such case, ideally |
Affected version picky 6.3.0
Problem: When attempting to use the JWK that picky created in chrome, i get this error:
This is related to the following:
For what it's worth, i was doing this:
And it gave me the output:
Note the leading zero:
ANA4_xFpp...
The text was updated successfully, but these errors were encountered: