Mouse
Mouse
@dagheyman The Yubico support ticket 96385 included both this issue and #230. So, based on the answer the support gave, it looks like finding remedy for this crash also falls...
Any update? It's more than 6 months now.
Alas, yes. Downloaded binary on one system does not crash, but refuses to detect Yubikey 5 Nano. On that system, ykman-gui.app built from the source, crashes when I enter the...
Could you please confirm that this PR would automatically prompt for PIN only when the token returns NOT_LOGGED_IN, as opposed to when the driver thinks it should...?
I like this approach very much, as it returns the decision whether to (re-)authenticate, back to where it belongs - to the token itself.
It is the right approach of the user wants his app to behave this way. So, using cached PIN or not should be a configurable option.
Consider that certificates were designed to be public, and that presumably anybody would be able to get hold of your cert, load a smart card with it, and using it,...
If all you need is an unprotected certificate from Yubikey - then `pkcs15-tool --read-certificate 03` will give you that certificate in PEM format when Yubikey is inserted. As to whether...
This probably has to do with de-selection of PIV applet on the token? And lack of "smarts" in either SSH or YKCS11 to ensure the applet wasn't deselected from underneath...
Just to mention that often I do not "forget" but deliberately omit upper bound. Enforcing it sometimes makes sense, and sometimes absolutely doesn't.