Skip to content
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

minidriver.c pkcs15-piv.c - Support PinCacheAlwaysPrompt #3167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 15, 2024

  1. Minidriver.c sign_pin and user_consent - PinCacheAlwaysPrompt

    At least 5 card drivers set user_consent on a sign pin
    The user_consent indicates a prompt for the pin should always
    be done by minidriver. PKCS15 can also set user_consent and
    PKCS11 sets key attribute CKA_ALWAYS_AUTHENTICATE when key has
    user_consent, but windows need the PinCacheAlwaysPrompt
    flag set on the pin.
    
    pkcs15-piv.c now defines a sign pin which is used only
    with the 9C key.
    
    =======
    
     On branch minidriver-PinCacheAlwaysPrompt
     Changes to be committed:
    	modified:   libopensc/pkcs15-piv.c
    	modified:   minidriver/minidriver.c
    dengert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    bc0b511 View commit details
    Browse the repository at this point in the history