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

Epass2003 init #2403

Merged
merged 3 commits into from Jan 25, 2022
Merged

Epass2003 init #2403

merged 3 commits into from Jan 25, 2022

Commits on Sep 7, 2021

  1. epass2003 - Create OpenSC ACLs from file FCI read from card

    Fix OpenSC#2397
    
     On branch epass2003-init
     Changes to be committed:
    	modified:   card-epass2003.c
    dengert committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    7e542b3 View commit details
    Browse the repository at this point in the history
  2. epass2003 add acls for keys

    dengert committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    11bc288 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. pkcs15init segfault

    pkcs15init/pkcs15-lib.c in sc_pkcs15init_add_app had:
    /* FIXME: what to do if sc_pkcs15init_update_dir failed? */
    
    This fixes the problem.
    
    Fixes: OpenSC#2398 in that it will not segfault.
    
     On branch epass2003-init
     Changes to be committed:
    	modified:   ../pkcs15init/pkcs15-lib.c
    dengert committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    84152c9 View commit details
    Browse the repository at this point in the history