Jaroslav Imrich

Results 60 comments of Jaroslav Imrich

CertUtils.BuildCertPath() method builds the whole certificate chain up to a root certificate which is always self-signed.

In this case `pkcs7.GetAllCertificates();` returns all certificates stored on your token/card. Import CA certificates on your card and let me know the result.

You are most likely not importing all CAs (up to root CA) forming the certification path or you are importing incorrect ones.

Can you post your certificate here?

Ideally all of them.

`TryPrompt` could be easily added on top of the existing code for example this way: ```csharp namespace Spectre.Console; /// /// A console capable of writing ANSI escape sequences. /// public...

I want to be sure I did not miss any important feedback (English is not my native language) so let's sum up this merge request from my point of view:...

Just a quick reminder I'm still waiting for the input from maintainers willing to merge this feature.

There's seems to be an ongoing effort to add PKCS#11 v3.0 support to ykcs11: https://github.com/Yubico/yubico-piv-tool/pull/308

Sounds like an useful addition but I'm not sure about it right now. It might be API breaking change so that is one thing to consider and I will also...