OpenSC fork, with some Italian healthcare smart card utils
Go to file
Jakub Jelen 09af8714ad Avoid GCC 7 warnings with -Werror (#1196)
* Avoid GCC 7 warnings with -Werror

-Werror=implicit-fallthrough=
	libopensc/card-incrypto34.c
		not sure if this is a bug or intention
	libopensc/card-rutoken.c
		most probably intention
	libopensc/card-westcos.c
		remove bogus if so the compile is not confused
		I will fill a separate bug to gcc probably
	pkcs15init/pkcs15-iasecc.c
		Simplify the log and avoid compiler confusion
	sm/sm-common.c
		explicit fallthrough
	tools/pkcs11-tool.c
		use explicit fallthrough comment
	tools/pkcs15-init.c
		The fallthrough is obvious here

-Werror=format-truncation=
	libopensc/pkcs15-itacns.c
		use explicit string lengths
	pkcs11/framework-pkcs15.c
		calculate the truncation
	tests/pintest.c
		avoid sprintf
	tools/pkcs15-crypt.c
		avoid sprintf
	tools/pkcs15-init.c
		calculate the truncation
2017-11-17 10:47:53 +01:00
.github use a better issue template 2017-07-18 22:32:10 +02: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
MacOSX only set MACOSX_DEPLOYMENT_TARGET 2017-11-17 10:04:46 +01: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 Avoid GCC 7 warnings with -Werror (#1196) 2017-11-17 10:47:53 +01:00
win32 created opensc-asn1 2017-11-17 10:03:54 +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
appveyor.yml win32: switch back to OpenSSL 1.0.2 as default 2017-08-04 08:44:41 +02: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 removed unused compile options 2017-11-09 12:42:29 +01:00
COPYING
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
version.m4 tools: print package revision 2016-03-04 14:16:06 +01:00

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