opensc/src/libopensc
nils bd356f61ba fix indent
git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2122 c6295689-39f2-0310-b995-f0e70906c6a9
2005-02-01 19:09:35 +00:00
..
.cvsignore Update 2005-01-29 09:13:56 +00:00
Makefile.am src/libopensc/card-belpic.c 2005-01-29 12:10:52 +00:00
Makefile.mak src/libopensc/card-belpic.c 2005-01-29 12:10:52 +00:00
asn1.c Fix: stop parsing at the end of the file, not when finding padding bytes 2005-01-27 21:35:23 +00:00
asn1.h SC -> OPENSC, old legacy from the libsc days 2003-09-03 17:59:08 +00:00
base64.c fix some compiler warnings 2004-09-20 09:47:35 +00:00
card-belpic.c Work-around for the lack of FCI info, so the card can be used with opensc-explorer 2005-02-01 07:53:50 +00:00
card-default.c memset is defined in string.h 2004-01-29 09:36:48 +00:00
card-emv.c - Stop using unflexible automake conditionals when 2003-09-03 09:28:55 +00:00
card-etoken.c cleanup ... 2004-12-15 17:34:15 +00:00
card-flex.c implement serial number support for cryptoflex cards 2004-12-24 23:24:12 +00:00
card-gpk.c implement serial number support for gpk 16k cards 2004-12-15 19:59:59 +00:00
card-jcop.c cleanup: declare local functions as static, renamed shadowed variables etc. 2004-12-15 09:35:30 +00:00
card-mcrd.c fix debug message + remove empty lines, patch supplied by Martin Paljak 2005-01-19 19:56:49 +00:00
card-miocos.c signed vs. unsigned 2004-12-21 15:00:57 +00:00
card-oberthur.c cleanup: signed vs. unsigned and some const 2004-12-21 22:38:37 +00:00
card-oberthur.h cleanup: signed vs. unsigned and some const 2004-12-21 22:38:37 +00:00
card-openpgp.c cleanup ... 2004-12-15 17:34:15 +00:00
card-setcos.c - Stop using unflexible automake conditionals when 2003-09-03 09:28:55 +00:00
card-starcos.c add debugging output 2005-02-01 19:03:39 +00:00
card-tcos.c - Build / warning fixes 2004-12-15 13:53:36 +00:00
card.c Have the option add a delay before resending an APDU (after a 6CXX response). Is needed for most current belpic cards on fast readers 2005-01-30 19:20:38 +00:00
cardctl.h flags/types are unsigned int, the exponent shouldn't be negative and more const 2004-12-22 09:54:41 +00:00
ctbcs.c - Add experimental multi-slot support for CT-API 2005-01-29 10:49:48 +00:00
ctbcs.h - Add experimental multi-slot support for CT-API 2005-01-29 10:49:48 +00:00
ctx.c src/libopensc/card-belpic.c 2005-01-29 12:10:52 +00:00
dir.c fix compiler warnings 2004-10-17 18:34:24 +00:00
emv.c - Added SC_ERROR_FILE_ALREADY_EXISTS 2002-04-05 14:46:44 +00:00
emv.h - C++ support. Compiles with gcc/g++ for Linux, otherwise 2002-04-19 14:23:31 +00:00
errors.c Added an error code 2003-11-23 15:33:56 +00:00
errors.h Added an error code 2003-11-23 15:33:56 +00:00
esteid.h Add support for Estonian ID card. Written by Martin Paljak. 2004-07-14 21:13:54 +00:00
internal.h remove obsolete module support in libopensc (scdl should now 2004-10-27 06:41:27 +00:00
iso7816.c starcos: use iso decipher, iso7816: set le to 256 == 0x00 2005-01-13 20:28:57 +00:00
libopensc.pc.in build fixes by Vile Skytt�. 2004-11-04 19:14:58 +00:00
libpkcs15init.pc.in add more *.pc files for all other libraries as well. 2004-11-05 18:31:57 +00:00
libscam.pc.in add more *.pc files for all other libraries as well. 2004-11-05 18:31:57 +00:00
libscconf.pc.in add more *.pc files for all other libraries as well. 2004-11-05 18:31:57 +00:00
libscldap.pc.in add more *.pc files for all other libraries as well. 2004-11-05 18:31:57 +00:00
log.c char * -> const char * 2004-12-21 14:01:22 +00:00
log.h - Error logging changes: replace ctx->log_errors with ctx->suppress_errors, 2003-10-14 09:56:50 +00:00
opensc-config.in - added opensc-config script 2002-01-26 16:03:13 +00:00
opensc.h Work-around for cards that don't return FCI info 2005-02-01 07:52:40 +00:00
padding.c do a memcpy only if source and dest are different 2004-12-13 20:58:28 +00:00
pinpad-ccid.c - Cleanup 2005-01-24 19:46:57 +00:00
pinpad-ccid.h Windows fix: SCARD_CTL_CODE is already #defined in a Windows header 2005-01-28 20:39:47 +00:00
pkcs15-algo.c some cleanup + improved error checking 2005-01-03 17:20:17 +00:00
pkcs15-cache.c fix compiler warning 2004-10-13 19:07:57 +00:00
pkcs15-cert.c fix memory leak, cleanup: use object specific release method 2004-12-18 14:14:57 +00:00
pkcs15-data.c fix memory leak, cleanup: use object specific release method 2004-12-18 14:14:57 +00:00
pkcs15-esteid.c more const 2004-12-21 21:47:19 +00:00
pkcs15-infocamere.c cleanup ... 2004-12-15 17:34:15 +00:00
pkcs15-netkey.c cleanup: declare structures as const 2004-12-21 21:43:24 +00:00
pkcs15-openpgp.c more const ... 2004-12-21 21:52:32 +00:00
pkcs15-pin.c fix indent, patch supplied by Martin Paljak 2005-01-19 16:17:32 +00:00
pkcs15-postecert.c cleanup ... 2004-12-15 17:34:15 +00:00
pkcs15-prkey.c add data field for subject Common{Private|Public}KeyAttributes 2004-12-27 13:22:06 +00:00
pkcs15-pubkey.c add data field for subject Common{Private|Public}KeyAttributes 2004-12-27 13:22:06 +00:00
pkcs15-sec.c fix indent 2005-02-01 19:09:35 +00:00
pkcs15-starcert.c cleanup ... 2004-12-15 17:34:15 +00:00
pkcs15-syn.c check calloc return value 2004-12-29 23:20:22 +00:00
pkcs15-wrap.c - Stop using unflexible automake conditionals when 2003-09-03 09:28:55 +00:00
pkcs15.c some cleanup + improved error checking 2005-01-03 17:20:17 +00:00
pkcs15.h add data field for subject Common{Private|Public}KeyAttributes 2004-12-27 13:22:06 +00:00
portability.c Typo fix 2003-09-03 18:21:42 +00:00
reader-ctapi.c - Add experimental multi-slot support for CT-API 2005-01-29 10:49:48 +00:00
reader-openct.c merge Martin Paljak's ccid pinpad changes from the OPENSC_0_9 branch to the cvs head 2005-01-24 11:31:11 +00:00
reader-pcsc.c - Build fix 2005-01-29 10:44:07 +00:00
sc.c fix signed vs. unsigned mismatch 2004-10-17 16:20:46 +00:00
sec.c fix indent, patch supplied by Martin Paljak 2005-01-19 16:17:32 +00:00
types.h - Implemented new PIN verify/change/unblock framework. All PIN operations 2002-12-23 18:47:27 +00:00
ui.c fix last commit 2004-10-27 16:10:32 +00:00
ui.h - snapshot build fix 2003-11-17 18:54:10 +00:00