OpenSC fork, with some Italian healthcare smart card utils
Go to file
Frank Morgner 428385d8b4 adjust Make.rules.mak to work with AppVeyor
- The AppVeyor configuration of VS2014/VS2015 does not currently work
  with this script
- We are using the pre-built zlib binaries. As consequence, we can build
  the 32 bit installer only. Also, we can't use static linking anymore
- The current pre-built binaries of OpenSSL from
  https://slproweb.com/products/Win32OpenSSL.html include security
  measures (https://blogs.microsoft.com/cybertrust/2012/01/26/enhancements-to-gs-in-visual-studio-11/)
  that are not compatible with our version of VS `(error LNK2001:
  unresolved external symbol ___report_rangecheckfailure)`. That's why
  we can't use static linking anymore

works with
- OpenSSL 1.0.2
- zlib 2.1.8
- WiX 3.10
2015-09-14 10:52:31 +02:00
MacOSX retry on error with hdiutil 2015-09-03 08:22:50 +02:00
doc update pkcs15 documentation to describe --raw option 2015-09-04 13:09:54 +02:00
etc make file cache dir configurable 2015-09-02 10:34:35 +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 Merge branch 'master' into gnuk 2015-09-13 22:09:59 +08:00
win32 adjust Make.rules.mak to work with AppVeyor 2015-09-14 10:52:31 +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 add AppVeyor build status 2015-09-04 09:01:20 +02:00
appveyor.yml adjust Make.rules.mak to work with AppVeyor 2015-09-14 10:52:31 +02: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

AppVeyor CI: Build status