OpenSC fork, with some Italian healthcare smart card utils
Go to file
Frank Morgner 07818329ab made sc_apdu_t.data 'const' (which it used to be)
fixes a lot of warnings which pass a const buffer to the APDU's data

Note that a non-const data member is only required for sc_allocate_apdu
sc_free_apdu. They are currently used with an explicit typecast.
However, sc_allocate_apdu and sc_free_apdu both are not used once in the
entire project. One might also simply throw both functions away.
-- Both are thrown away. (VT)
2013-08-03 18:26:04 +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 By default 'default' card driver is disabled ... 2013-08-02 22:01:51 +02:00
m4 Use AX_PTHREAD instead of ACX_PTHREAD 2012-09-25 23:03:38 +02:00
solaris Thomas Uhle: modify Makefile so configure finds the include files 2009-12-03 07:05:15 +00:00
src made sc_apdu_t.data 'const' (which it used to be) 2013-08-03 18:26:04 +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 - changed license to LGPL 2001-11-06 18:34:19 +00:00
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 enable compiler warnings by default 2013-08-02 15:21:17 +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.