summaryrefslogtreecommitdiffstats
path: root/system/opensc/README
diff options
context:
space:
mode:
author LukenShiro2010-05-11 22:55:25 +0200
committer Robby Workman2010-05-11 22:55:25 +0200
commitac86efbc483a1c3dd2988a8ad865332baf1dc8d3 (patch)
tree010d580c54b907698cce6450cd610ff4917c024c /system/opensc/README
parent36cfa2e44bffd3aa5a2d41ced82ca7c0befb23e2 (diff)
downloadslackbuilds-ac86efbc483a1c3dd2988a8ad865332baf1dc8d3.tar.gz
system/opensc: Added to 12.1 repository
Diffstat (limited to 'system/opensc/README')
-rw-r--r--system/opensc/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/system/opensc/README b/system/opensc/README
new file mode 100644
index 0000000000..f031dd5748
--- /dev/null
+++ b/system/opensc/README
@@ -0,0 +1,19 @@
+SmartCard utilities/libraries for PKCS#11/15 compatible cards
+
+This package provides a set of libraries and utilities to access smart
+cards. Its main focus is on cards that support cryptographic operations,
+and facilitate their use in security applications such as mail encryption,
+authentication, and digital signature. OpenSC implements the PKCS#11
+API so applications supporting this API such as Mozilla Firefox and
+Thunderbird can use it. OpenSC implements the PKCS#15 standard and aims
+to be compatible with every software that does so, too.
+
+It depends on: pcsc-lite and openct (both of which are available on
+SlackBuilds).
+
+You may need to edit /etc/opensc.conf in order to use a particular backend
+and smartcard.
+
+Beware! Smartcards have usually a limited number of times you may try a
+wrong PIN/PUK combination before they become inoperable/permanently
+blocked. You have been warned!