OpenSC fork, with some Italian healthcare smart card utils
Go to file
Viktor Tarasov f053070e14 libopensc: assertion fails on calling fclose() on a NULL filehandle
From @geoffbeier:
(https://github.com/OpenSC/OpenSC/pull/171#issuecomment-20407132)

So it sounds like the right fix is to:

 * check the return value of sc_ctx_log_to_file() and have sc_do_log_va()
   return if it's anything other than SC_SUCCESS.
 * Inside sc_ctx_log_to_file() make sure to set ctx->debug_file to NULL
   whenever it does call fclose() on it.
 * Inside sc_do_log_va() where it currently calls fclose() check
   if(ctx->debug_file && ctx->debug_file != stdout &&ctx->debug_file != stderr)
2013-08-02 12:22:42 +02:00
MacOSX macosx: add new tool and SDK paths for OS X 10.8 2013-03-30 12:28:05 +02:00
doc Fix eidenv manual page: -n is actually -p 2013-05-08 15:22:33 +03:00
etc build: include to 'dist' the files used by Windows build 2012-09-12 10:50:51 +02:00
m4 Use AX_PTHREAD instead of ACX_PTHREAD 2012-09-25 23:03:38 +02:00
solaris
src libopensc: assertion fails on calling fclose() on a NULL filehandle 2013-08-02 12:22:42 +02:00
win32 win32: build and include to MSI package 'openpgp-tool.exe' 2013-02-25 19:12:06 +01:00
.gitignore Update gitignore to include files generated on OSX. 2013-02-25 12:19:17 +02:00
COPYING
Makefile.am build: svnignore went away in previous commit 2013-03-16 20:30:13 +01:00
Makefile.mak build: 'auto-config' parameters 2012-06-08 20:17:36 +02:00
NEWS release 0.13.0 2012-12-04 14:58:10 +01:00
README Update wiki URL 2013-01-06 20:49:14 +01:00
bootstrap build: Illegal char '-' in: 'Version: 0.13.0-pre1' 2012-09-16 22:39:12 +02:00
configure.ac build: 'declaration-after-statement' is an error 2013-05-07 15:48:07 +02:00

README

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.