OpenSC fork, with some Italian healthcare smart card utils
Go to file
Nicholas Wilson 5a11d0e2fd Add support for C_GetTokenInfo pin status flags for ISO7816 cards
This is already supported for a couple of the card drivers, but
since it's a general feature of ISO7816 it should go in iso7816.c,
rather than the current situation where identical code for this is
copy and pasted in each driver.

However, some cards apparently don't support this feature and count
it as a failed PIN attempt, so I've added a flag for now to indicate
whether the card supports this feature. It future, it could be moved
to blacklist cards rather than whitelist them, subject to more testing.
2015-08-25 15:53:27 +01:00
MacOSX Fix tokend install on OSX 10.11 2015-07-30 20:31:09 +03:00
doc Merge pull request #504 from frankmorgner/find_tags 2015-08-04 10:32:23 +02:00
etc documented pkcs11_enable_InitToken flag 2015-07-27 19:10:34 +02:00
m4 Use AX_PTHREAD instead of ACX_PTHREAD 2012-09-25 23:03:38 +02:00
packaging/debian.templates fix LGPL version 2013-09-29 20:55:41 +02:00
solaris Thomas Uhle: modify Makefile so configure finds the include files 2009-12-03 07:05:15 +00:00
src Add support for C_GetTokenInfo pin status flags for ISO7816 cards 2015-08-25 15:53:27 +01:00
win32 card-masktech.c: add 2 more ATR 2015-05-16 12:09:08 +02:00
.gitignore Issue 395. Avoiding a couple of memory leaks. 2015-04-12 11:35:09 +02:00
.travis.yml nobody likes being pedantic 2015-04-01 01:41:04 +02:00
CONTRIBUTING.md Create CONTRIBUTING.md 2015-02-13 16:52:10 +02:00
COPYING - changed license to LGPL 2001-11-06 18:34:19 +00:00
Makefile.am build: bootstrap script has expected content 2014-05-11 09:15:27 +02:00
Makefile.mak build: 'auto-config' parameters 2012-06-08 20:17:36 +02:00
NEWS revision: 0.15.0 2015-05-16 21:45:40 +02:00
README Update wiki URL 2013-01-06 20:49:14 +01:00
README.md readme.md: add jenkins build status 2015-02-03 09:45:40 +01:00
bootstrap build: bootstrap script has expected content 2014-05-11 09:15:27 +02:00
bootstrap.ci build: put PACKAGE_VERSION_REVISION into version.m4 2014-05-12 07:27:04 +02:00
configure.ac Merge pull request #494 from frankmorgner/fork 2015-08-04 10:32:01 +02:00
version.m4 build: put PACKAGE_VERSION_REVISION into version.m4 2014-05-12 07:27:04 +02:00

README.md

OpenSC documentation wiki is available online at https://github.com/OpenSC/OpenSC/wiki

Please take a look at the documentation before trying to use OpenSC.

Coverity Scan: Coverity Scan Build Status

Jenkins CI: Build Status

Travis CI: Build Status