opensc/src/libopensc
ludovic.rousseau 96ff2bbe36 Fix compiler warning
sc.c: In function 'sc_remote_apdu_allocate':
sc.c:725: warning: unused variable 'counter'


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5460 c6295689-39f2-0310-b995-f0e70906c6a9
2011-05-22 10:07:24 +00:00
..
Makefile.am IAS/ECC: include support of the IAS/ECC v1.0.1 cards ... 2011-02-16 10:59:10 +00:00
Makefile.mak WindowsInstaller: don't link against winscard.lib, winscard.dll is loaded on runtime. Link minidriver against correct opensc.lib 2011-05-05 14:03:36 +00:00
apdu.c APDU parsing: switch to Frank Morgner's implementation 2011-04-26 07:29:53 +00:00
asn1.c tools: print value of 'BOOLEAN' asn1 type 2011-05-16 08:32:07 +00:00
asn1.h asn1: accept long tag ... 2011-01-13 13:59:22 +00:00
authentic.h libopensc: authentIC: use macros; use common CPLC data type 2011-05-13 12:57:18 +00:00
base64.c Header file cleanup. 2010-03-04 08:14:36 +00:00
card-acos5.c libopensc: avoid the using of not completely initialized 'sc_path' variables 2011-01-17 19:00:52 +00:00
card-akis.c Revert r4668. Change the way limitations on max send and receive sizes are set. 2010-09-09 18:58:44 +00:00
card-asepcos.c libopensc: Removes unused flag SC_CARD_CAP_RSA_2048. 2011-04-07 18:16:40 +00:00
card-atrust-acos.c Fix a typo reported by lintian 2011-03-20 12:19:01 +00:00
card-authentic.c libopensc: authentIC: use macros; use common CPLC data type 2011-05-13 12:57:18 +00:00
card-belpic.c Belpic: remove BELPIC_SET_LANG and related code, as it is not used in OpenSC 2010-09-11 13:00:29 +00:00
card-cardos.c libopensc: Removes unused flag SC_CARD_CAP_RSA_2048. 2011-04-07 18:16:40 +00:00
card-default.c cleanup of the debug code: 2010-03-15 12:17:13 +00:00
card-entersafe.c libopensc: avoid the using of not completely initialized 'sc_path' variables 2011-01-17 19:00:52 +00:00
card-flex.c libopensc: Re-defines SC_CARD_FLAG_ONBOARD_KEY_GEN to be local to the file card-flex.c, because that flag is used nowhere else. In principle, this patch only reverts some changes made by r2192. 2011-04-08 13:30:32 +00:00
card-gemsafeV1.c Add new ATR for the Portuguese eID card. 2010-10-05 16:10:35 +00:00
card-gpk.c Revert r4668. Change the way limitations on max send and receive sizes are set. 2010-09-09 18:58:44 +00:00
card-ias.c Remove dead code 2011-02-05 22:01:21 +00:00
card-iasecc.c iasecc: no support for SHA256 in the OpenSSL previous to v0.9.8 2011-05-13 16:11:06 +00:00
card-incrypto34.c Rename of SC_NO_ERROR to SC_SUCCESS. 2010-12-16 05:04:37 +00:00
card-itacns.c libioensc: use 'struct sc_atr' instead of 'u8 *atr, size_t atr_len' 2011-01-07 17:18:58 +00:00
card-javacard.c Add a catch-all for (possibly) blank JavaCards. This way known blank JavaCards without a supported applet get recognized by opensc-tool -n. 2010-02-06 10:56:29 +00:00
card-jcop.c card-jcop: remove dummy stubs. 2010-09-05 19:55:00 +00:00
card-mcrd.c Remove dead code 2011-02-05 21:41:24 +00:00
card-miocos.c Revert r4668. Change the way limitations on max send and receive sizes are set. 2010-09-09 18:58:44 +00:00
card-muscle.c libopensc: Re-defines SC_CARD_FLAG_ONBOARD_KEY_GEN to be local to the file card-flex.c, because that flag is used nowhere else. In principle, this patch only reverts some changes made by r2192. 2011-04-08 13:30:32 +00:00
card-myeid.c libioensc: use 'struct sc_atr' instead of 'u8 *atr, size_t atr_len' 2011-01-07 17:18:58 +00:00
card-oberthur.c Fix compiler warnings 2011-03-23 15:51:29 +00:00
card-openpgp.c libopensc: avoid the using of not completely initialized 'sc_path' variables 2011-01-17 19:00:52 +00:00
card-piv.c card-piv: store serial number into the 'serialnr' member of sc_card structure ... 2011-04-16 17:35:56 +00:00
card-rtecp.c ruToken-ECP: error in revert 'compute-signature' result procedure ... 2011-05-19 17:00:29 +00:00
card-rutoken.c ruToken: in non-extended APDUs the 'Le' value cannot be more then 256 bytes ... 2011-03-11 17:57:46 +00:00
card-setcos.c card-setcos.c: Fixes misuse of SC_CARD_FLAG_ONBOARD_KEY_GEN. From [http://www.opensc-project.org/opensc/browser/trunk/src/libopensc/opensc.h?rev=5299#L411 opensc.h]: 2011-04-07 15:38:22 +00:00
card-starcos.c Fix a typo reported by lintian 2011-03-20 12:19:01 +00:00
card-tcos.c libopensc: Removes unused flag SC_CARD_CAP_RSA_2048. 2011-04-07 18:16:40 +00:00
card-westcos.c Fix compiler warning 2011-03-23 15:55:06 +00:00
card.c libopensc: use short debug macros in card.c 2011-04-10 09:20:15 +00:00
cardctl.h iasecc: 'DELETE SDO' card ctl ... 2011-04-26 17:29:08 +00:00
cards.h Fix compiler warning 2011-03-23 14:56:22 +00:00
compression.c Header file cleanup. 2010-03-04 08:14:36 +00:00
compression.h Header file cleanup. 2010-03-04 08:14:36 +00:00
ctbcs.c Fix #223: implement ctbcs_build_modify_verification_apdu. 2010-06-01 12:28:30 +00:00
ctbcs.h libopensc: 2010-01-24 15:25:08 +00:00
ctx.c Introduce sc_ctx_log_to_file to set the debug file of libopensc. 2011-04-18 10:01:27 +00:00
dir.c dir.c: Avoid warnings: 2011-04-06 15:11:18 +00:00
ef-atr.c Remove dead code 2011-02-05 21:04:28 +00:00
errors.c libopensc: SM related errors 2011-05-13 12:50:24 +00:00
errors.h libopensc: SM related errors 2011-05-13 12:50:24 +00:00
esteid.h EstEID: add support for v 3.0 cards with 2048b keys 2010-11-29 14:22:01 +00:00
iasecc-sdo.c libopensc: authentIC: use macros; use common CPLC data type 2011-05-13 12:57:18 +00:00
iasecc-sdo.h iasecc: when preparing data to update PRIVATE KEY SDO use index to enumerate the SDO components 2011-04-27 14:12:40 +00:00
iasecc.h iasecc: when signing short data sequence with PSO_DST ... 2011-04-27 13:56:31 +00:00
internal-winscard.h WindowsInstaller: Fix Mingw32 Windows build 2010-10-06 07:10:44 +00:00
internal.h core: reanimate the sc_dlopen API for dynamic loading 2011-02-16 19:02:11 +00:00
iso7816.c libopensc: in 'READ BINARY' ignore the 'FILE_END_REACHED' error ... 2011-04-27 14:37:57 +00:00
iso7816.h libopensc: parse EF.ATR: redefine 'STATUS' macros ... 2011-01-11 10:29:23 +00:00
itacns.h New card driver: Italian CNS/CIE (eID) 2010-08-16 00:56:27 +00:00
libopensc.exports libopensc: 'remote data' related procedures: init, allocate, free 2011-05-13 12:44:31 +00:00
libopensc.pc.in build fixes by Vile Skytt�. 2004-11-04 19:14:58 +00:00
log.c libopensc: export the wrapper for the internal log function dedicated to minidriver 2011-05-08 08:07:03 +00:00
log.h libopensc: export the wrapper for the internal log function dedicated to minidriver 2011-05-08 08:07:03 +00:00
muscle-filesystem.c Do not cast the return value of malloc(3) and calloc(3) 2010-08-18 15:08:51 +00:00
muscle-filesystem.h Header file cleanup. 2010-03-04 08:14:36 +00:00
muscle.c Remove dead code 2011-02-05 21:18:34 +00:00
muscle.h libopensc: check for unset max_recv/send_size in all places. 2010-09-15 11:09:28 +00:00
opensc.h libopensc: add description for the 'remote data' data types 2011-05-13 15:34:03 +00:00
p15card-helper.c Remove dead code 2011-02-05 22:17:57 +00:00
p15card-helper.h Header file cleanup. 2010-03-04 08:14:36 +00:00
padding.c libopensc: fix debug message 2011-03-14 18:02:50 +00:00
pkcs15-actalis.c Fix r4977: C89 style to support MS Visual Studio 2010-12-20 08:57:07 +00:00
pkcs15-algo.c pkcs15-algo.c: Just making the compiler happy. 2010-12-14 03:11:31 +00:00
pkcs15-atrust-acos.c pkcs15: don't play with TokenInfo.version. 0 means PKCS#15 v1.1. The flag is not used by OpenSC. 2010-10-05 16:02:57 +00:00
pkcs15-cache.c libopensc: move TokenInfo fields from sc_pkcs15_card_t to a separate structure. 2010-10-05 15:44:58 +00:00
pkcs15-cert.c pkcs15: when setting object data's path, use, if available, the AID from 'DiscretionaryDataObject' 2011-01-18 16:31:41 +00:00
pkcs15-data.c pkcs15: when setting object data's path, use, if available, the AID from 'DiscretionaryDataObject' 2011-01-18 16:31:41 +00:00
pkcs15-esinit.c libopensc: move TokenInfo fields from sc_pkcs15_card_t to a separate structure. 2010-10-05 15:44:58 +00:00
pkcs15-esteid.c Fix [4911] 2010-12-08 08:56:12 +00:00
pkcs15-gemsafeGPK.c sc_pkcs15_pubkey_from_cert now uses parse_x509_cert without OpenSSL. 2010-10-12 15:26:45 +00:00
pkcs15-gemsafeV1.c libopensc: Removes useless attribute 'file' in 'struct sc_pkcs15_df' 2011-04-10 04:09:33 +00:00
pkcs15-infocamere.c libioensc: use 'struct sc_atr' instead of 'u8 *atr, size_t atr_len' 2011-01-07 17:18:58 +00:00
pkcs15-itacns.c Fix compiler warning 2011-03-23 16:05:24 +00:00
pkcs15-oberthur.c libopensc: Removes useless attribute 'file' in 'struct sc_pkcs15_df' 2011-04-10 04:09:33 +00:00
pkcs15-openpgp.c Remove dead code 2011-02-05 22:09:20 +00:00
pkcs15-pin.c pkcs15-pin: Fixing the method of obtaining objects protected by a particular PIN. Now it's in accordance with PKCS15. See [http://www.opensc-project.org/pipermail/opensc-devel/2011-January/015818.html discussion]. 2011-03-07 16:15:41 +00:00
pkcs15-piv.c EC support: introduce data type dedicated to EC parameters ... 2011-04-22 13:08:45 +00:00
pkcs15-postecert.c libopensc: move TokenInfo fields from sc_pkcs15_card_t to a separate structure. 2010-10-05 15:44:58 +00:00
pkcs15-prkey.c libopensc: introduce 'key-params' data type that contains pointer, size and 'free' handler ... 2011-05-01 19:18:14 +00:00
pkcs15-pteid.c pkcs15-pteid.c: In function ‘sc_pkcs15emu_pteid_init’: 2010-11-06 16:58:33 +00:00
pkcs15-pubkey.c pkcs15-pubkey.c:975: warning: missing initializer 2011-05-04 16:45:01 +00:00
pkcs15-sec.c pkcs15: in 'compute-signature', when doing 'zero-padding', set properly the new input data length 2011-05-20 11:24:46 +00:00
pkcs15-starcert.c pkcs15: don't play with TokenInfo.version. 0 means PKCS#15 v1.1. The flag is not used by OpenSC. 2010-10-05 16:02:57 +00:00
pkcs15-syn.c libopensc: Removes useless attribute 'file' in 'struct sc_pkcs15_df' 2011-04-10 04:09:33 +00:00
pkcs15-tccardos.c Remove dead code 2011-02-05 22:11:03 +00:00
pkcs15-tcos.c libopensc: avoid using of the not completely initialized 'sc_path' variables 2011-01-18 09:48:26 +00:00
pkcs15-westcos.c Remove dead code 2011-02-05 22:12:14 +00:00
pkcs15-wrap.c Do not cast the return value of malloc(3) and calloc(3) 2010-08-18 15:08:51 +00:00
pkcs15.c libopensc: introduce 'key-params' data type that contains pointer, size and 'free' handler ... 2011-05-01 19:18:14 +00:00
pkcs15.h libopensc: introduce 'key-params' data type that contains pointer, size and 'free' handler ... 2011-05-01 19:18:14 +00:00
reader-ctapi.c Fix building CT-API after r5061, noticed by Jenkins autobuild 2011-03-21 06:54:16 +00:00
reader-openct.c openct: Wrong size 2011-03-14 20:18:01 +00:00
reader-pcsc.c MiniDriver: rename cardmod to minidriver in source. 2011-04-12 07:40:12 +00:00
sc.c Fix compiler warning 2011-05-22 10:07:24 +00:00
sec.c cleanup of the debug code: 2010-03-15 12:17:13 +00:00
types.h libopensc: add description for the 'remote data' data types 2011-05-13 15:34:03 +00:00