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
If force_login is true, it doesn't actually do anything... we currently have our own patch to do this:
+ // The force_login flag wasn't .. actually .. forcing a relogin?
+ // Maybe I'm misinterpreting what it was supposed to do?
+ if (ctx->force_login && slot_logged_in(ctx, slot))
+ pkcs11_logout(slot);
Could you clarify what's the actual meaning of force_login? Thanks.