Warning, /libraries/qca/plugins/qca-pkcs11/README is written in an unsupported language. File is not indexed.
0001 qca-pkcs11 2.0.0 -- PKCS#11 Plug-in to QCA 0002 0003 ABOUT 0004 qca-pkcs11 enables QCA smartcard integration. 0005 0006 qca-pkcs11 supports the following features: 0007 - Multiple providers. 0008 - Multiple tokens. 0009 - Private key signature and decryption. 0010 - Keystore objects serialization. 0011 - Keystore update notifications. 0012 - Asker integration for token and PIN. 0013 0014 DEPENDENCIES 0015 pkcs11-helper>=1.02 0016 http://www.opensc-project.org/ 0017 0018 INSTALL 0019 For Unix/Linux/Mac: 0020 ./configure 0021 make 0022 make install 0023 0024 For Windows: 0025 configwin rd 0026 qmake 0027 nmake (or make) 0028 copy lib\*.dll qtdir\plugins\crypto 0029 0030 CONFIGURATION 0031 Configuration is stored at ~/.config/Affinix/QCA.conf, in order to 0032 generate default configuration use: 0033 0034 $ qcatool config save qca-pkcs11 0035 0036 Attributes: 0037 allow_load_rootca (Boolean) 0038 Allow loading root certificate authorities' certificate 0039 from token. Loading root certificates from PKCS#11 enabled 0040 tokens is highly insecure, as public objects can be added 0041 without user notice. 0042 0043 allow_protected_authentication (Boolean) 0044 Enable/disable global protected authentication support. 0045 If disabled, no protected authentication will be allowed, 0046 even if provider supports this feature. 0047 0048 pin_cache (Integer) 0049 Maximum PIN/session cache period in seconds. 0050 -1 is infinite, until provider invalidates session. 0051 0052 log_level (Integer) 0053 Log level of pkcs11-helper, can be from 0-5. 0054 0055 provider_##_enabled (Boolean) 0056 Provider at this index is enabled. 0057 0058 provider_##_name (String) 0059 Provider unique friendly name. 0060 0061 provider_##_library (String) 0062 Provider library to load. 0063 0064 provider_##_allow_protected_authentication (Boolean) 0065 Enable protected authentication if provider supports the feature. 0066 0067 provider_##_cert_private (Boolean) 0068 Provider stores the certificates as private objects. 0069 0070 provider_##_private_mask (Integer) 0071 Provider private key mask: 0072 0 Determine automatically. 0073 1 Use sign. 0074 2 Use sign recover. 0075 4 Use decrypt. 0076 8 Use unwrap. 0077 0078 provider_##_slotevent_method (String) 0079 auto Determine automatically. 0080 trigger Use trigger. 0081 poll Use poll. 0082 0083 provider_##_slotevent_timeout (Integer) 0084 Timeout for slotevent in poll mode. 0085 Specify 0 for default. 0086 0087 AUTHORS 0088 Alon Bar-Lev <alon.barlev@gmail.com> 0089