NB! This project is outdated and unmaintained, please refer to the OpenSC WindowsInstaller instead!

Changeset 79


Ignore:
Timestamp:
07/17/07 14:20:37 (5 years ago)
Author:
aj
Message:

Update to current opensc conf file (trunk/0.11.3).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/opensc.conf

    r62 r79  
    55 
    66# Default values for any application 
    7 # These can be overrided by an application 
     7# These can be overridden by an application 
    88# specific configuration block. 
    99app default { 
     
    4444        # last entry in reader_drivers list 
    4545        # 
    46         # reader_drivers = openct, pcsc, ctapi; 
     46        # reader_drivers = pcsc, ctapi; 
    4747 
    4848        reader_driver ctapi { 
     
    5959        # Define parameters specific to your readers. 
    6060        # The following section shows definitions for PC/SC readers, 
    61         # but the same set of variables are applicatable to ctapi and 
     61        # but the same set of variables are applicable to ctapi and 
    6262        # openct readers, simply by using "reader_driver ctapi" and 
    6363        # "reader_driver openct", respectively. 
    6464        reader_driver pcsc { 
    6565                # This sets the maximum send and receive sizes. 
    66                 # Some IFD handlers do not properly handle APDUs with 
    67                 # large lc or le bytes. 
    68                 # 
    69                 max_send_size = 252; 
    70                 max_recv_size = 252; 
    71                 # 
     66                # Some reader drivers have limitations, so you need 
     67                # to set these values. For usb devices check the 
     68                # properties with lsusb -vv for dwMaxIFSD 
     69                # 
     70                #max_send_size = 252; 
     71                #max_recv_size = 252; 
     72                 
    7273                # Connect to reader in exclusive mode. 
    7374                # Default: false 
     
    8081                # Reset the card after each transaction. 
    8182                # Default: false 
    82                 # transcaction_reset = true; 
     83                # transaction_reset = true; 
    8384                # 
    8485                # Enable pinpad if detected (PC/SC v2.0.2 Part 10) 
     
    8687                # enable_pinpad = true; 
    8788        } 
    88  
    89         # options for openct support 
    90         reader_driver openct { 
    91                 # virtual readers to allocate. default:5 
    92                 readers = 5; 
    93         }; 
    9489 
    9590        # What card drivers to load at start-up 
     
    143138        #  belpic           Belpic cards 
    144139        #  emv              EMV compatible cards 
     140        #  piv              U.S. NIST 800-73-1 PIV 
    145141 
    146142        # Generic format: card_atr <hex encoded ATR (case-sensitive!)> 
     
    218214                # name = "PIV-II"; 
    219215                # driver = "piv"; 
    220                 # pkcs15emu = "PIV-II"; 
    221216        # } 
    222217 
    223         # Estonian ID card and Micardo driver currently play together with T=0 only. 
    224         # In theory only the 'cold' ATR should be specified, as T=0 will be the preferred 
    225         # protocol once you boot it up with T=0, but be paranoid. 
     218        # Estonian ID card and Micardo driver currently play together with T=0 
     219        # only. In theory only the 'cold' ATR should be specified, as T=0 will 
     220        # be the preferred protocol once you boot it up with T=0, but be 
     221        # paranoid. 
    226222        card_atr 3b:6e:00:ff:45:73:74:45:49:44:20:76:65:72:20:31:2e:30 { 
    227223                force_protocol = t0; 
     
    268264                # enable_builtin_emulation = yes; 
    269265                # list of the builtin pkcs15 emulators to test 
    270                 builtin_emulators = esteid, openpgp, tcos, starcert, infocamere, postecert, actalis, atrust-acosi, gemsafe, tccardos; 
     266                builtin_emulators = esteid, openpgp, tcos, starcert, infocamere, postecert, actalis, atrust-acos, gemsafe, tccardos, PIV-II; 
    271267 
    272268                # additional settings per driver 
    273269                # 
    274                 # For pkcs15 emulators loaded from an external shared library/DLL, 
    275                 # you need to specify the path name of the module and customize 
    276                 # the card_atr example above correctly. 
     270                # For pkcs15 emulators loaded from an external shared 
     271                # library/DLL, you need to specify the path name of the module 
     272                # and customize the card_atr example above correctly. 
    277273                # 
    278274                # emulate custom { 
     
    286282app opensc-pkcs11 { 
    287283        pkcs11 { 
    288                 # Maxmimum number of slots per smart card. 
     284                # Maximum number of slots per smart card. 
    289285                # If the card has fewer keys than defined here, 
    290286                # the remaining number of slots will be empty. 
     
    330326                # cache_pins = true 
    331327                # 
    332                 # Default: false 
    333                 # cache_pins = true; 
    334  
    335                 # Set this value to false if you want to enfore on-card 
     328                # Default: true 
     329                # cache_pins = false; 
     330 
     331                # Set this value to false if you want to enforce on-card 
    336332                # keypair generation 
    337333                # 
Note: See TracChangeset for help on using the changeset viewer.