You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panicked at 'called Result::unwrap() on an Err value: FailedToParseCtl(Cert(Asn1Deserialization { element: "pkcs7 certificate", source: InvalidData }))',
No commit in picky-rs can explain the regression; it's likely that something changed In Microsoft's serialized trust list. Although it's possible, I doubt the file is broken (it's used by Windows Update to update Windows' root certificates). Something in the current file is causing picky to choke.
As an interim measure, the tests were disabled in #256.
The text was updated successfully, but these errors were encountered:
This make the way to verify signature against user provided CA cert #214 invalid :(, maybe its better to seperate the verify logic from the CTL pathway
I don’t remember very well how this part of the codebase is implemented. I think you may know better than me.
If you have a way of testing this, and can suggest a better API, we would welcome PRs for improving all of that! :)
The following tests started failing:
In all cases, the error is
No commit in picky-rs can explain the regression; it's likely that something changed In Microsoft's serialized trust list. Although it's possible, I doubt the file is broken (it's used by Windows Update to update Windows' root certificates). Something in the current file is causing picky to choke.
As an interim measure, the tests were disabled in #256.
The text was updated successfully, but these errors were encountered: