OpenSC fork, with some Italian healthcare smart card utils
Go to file
Philip Wendland 09acfd7ec0
IsoApplet: ECDSA signatures - only strip excess zeroes
It is required to strip excessive zeroes returned by some Java Cards when removeing the ASN1 structural information for PKCS#11 so that the x/y can be calculated by dividing the signature length by 2. However, the leading zero may only be stripped if it is excessive (outside the field length). Otherwise generated signatures are wrong in rare cases (1 out of 256).
2015-02-20 21:55:33 +01:00
doc fixed documentation of dnie-tool 2014-11-04 22:23:01 +01:00
etc New generation card-s don't have issues with T1 and 3.5 card with same ATR has issues with T0 (recursive GET BINARY/GET DATA) 2014-06-09 15:46:13 +02:00
m4 Use AX_PTHREAD instead of ACX_PTHREAD 2012-09-25 23:03:38 +02:00
MacOSX macosx: update the minimal building instructions. 2014-10-26 11:48:57 +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 IsoApplet: ECDSA signatures - only strip excess zeroes 2015-02-20 21:55:33 +01:00
win32 added DEFAULT_PKCS11_PROVIDER to winconfig.h.in 2015-01-20 00:53:51 +01:00
.gitignore generate bash completion scripts from XML doc files 2014-10-01 20:53:30 -04:00
.travis.yml honour warnings 2015-02-20 19:54: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 use OpenSC as default PKCS#11 provider 2014-12-19 22:27:34 +01: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 release 0.14.0 2014-06-26 19:15:33 +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
version.m4 build: put PACKAGE_VERSION_REVISION into version.m4 2014-05-12 07:27:04 +02:00

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