OpenSC fork, with some Italian healthcare smart card utils
Go to file
Frank Morgner d0d9b974a7 md: protect MD entry points with CriticalSection
CardDeleteContext may be called at any time, interrupting any ongoing
operation with the same PCARD_DATA. This leads to a race condition when
CardDeleteContext deletes, for example, the sc_context_t which the
interrupted call still wants to access. We have seen and fixed this
problem in https://github.com/OpenSC/OpenSC/issues/973 specifically for
the PIN entry process, however, it also applies to all other calls to
the md.

The new implementation removes the need for global data in the md.
2017-11-30 11:30:31 +01:00
.github use a better issue template 2017-07-18 22:32:10 +02:00
MacOSX only set MACOSX_DEPLOYMENT_TARGET 2017-11-17 10:04:46 +01:00
doc Add support in pkcs11-tool and pkcs11-spy for RSA-OAEP (#1169) 2017-10-19 22:12:47 +02:00
etc Cleanup expired EstEID card ATR-s 2017-11-17 10:05:25 +01:00
m4 opensc-notify: notify for card events 2017-08-02 19:04:09 +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 md: protect MD entry points with CriticalSection 2017-11-30 11:30:31 +01:00
win32 win32: generate PDB files for releases 2017-11-21 10:54:48 +01:00
.gitignore Added (external) card driver for German ID card 2017-03-20 21:28:48 +01:00
.travis.yml travis: fixed disabling of notifications for mingw 2017-08-03 00:16:58 +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 fixed and cleaned up nmake Makefiles 2016-06-23 07:35:53 +02:00
NEWS fixed date of 0.17.0 in NEWS 2017-07-19 09:31:54 +02:00
README link README to README.md 2015-11-02 23:54:36 +01:00
README.md include branch in CI links 2017-10-30 21:14:52 +01:00
appveyor.yml win32: generate PDB files for releases 2017-11-21 10:54:48 +01:00
bootstrap build: bootstrap script has expected content 2014-05-11 09:15:27 +02:00
bootstrap.ci tools: print package revision 2016-03-04 14:16:06 +01:00
configure.ac opensc-notify: register a desktop menu entry 2017-11-21 13:01:12 +01:00
version.m4 package: update RC version 2016-05-16 11:55:36 +02:00

README.md

OpenSC documentation

Wiki is available online

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

Travis CI Build Status AppVeyor CI Build Status Coverity Scan Status