opensc/src/libopensc
nils ced2df6b1a remove unused variables
git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2772 c6295689-39f2-0310-b995-f0e70906c6a9
2005-12-17 21:52:53 +00:00
..
Makefile.am add support for the Italian Incrypto34 smartcard; 2005-10-24 21:58:35 +00:00
Makefile.mak add support for the Italian Incrypto34 smartcard; 2005-10-24 21:58:35 +00:00
asn1.c fix compiler warnings 2005-09-12 21:09:12 +00:00
asn1.h cleanup, mostly signed/unsigned issues 2005-08-08 10:22:14 +00:00
base64.c cleanup 2005-08-02 21:13:06 +00:00
card-atrust-acos.c remove senseless and inconsistent checks + cleanup 2005-11-26 10:03:38 +00:00
card-belpic.c check if scconf_find_blocks returned NULL 2005-12-05 21:39:00 +00:00
card-default.c let src/libopensc/ compile with -Wall -W -Wno-unused-parameter -Werror 2005-09-07 08:33:55 +00:00
card-emv.c let src/libopensc/ compile with -Wall -W -Wno-unused-parameter -Werror 2005-09-07 08:33:55 +00:00
card-etoken.c add functions 2005-10-30 19:08:06 +00:00
card-flex.c fix for the combination of cryptoflex, 2048bit keys and 2005-12-01 22:18:58 +00:00
card-gpk.c fix APDU case 2005-12-12 20:38:19 +00:00
card-incrypto34.c fix pkcs15 initialization + fix DIRECTORY command; patch supplied by Giuseppe AMATO <giuseppe.amato@st.com> 2005-12-02 22:24:09 +00:00
card-jcop.c add functions 2005-10-30 19:08:06 +00:00
card-mcrd.c add functions 2005-10-30 19:08:06 +00:00
card-miocos.c let src/libopensc/ compile with -Wall -W -Wno-unused-parameter -Werror 2005-09-07 08:33:55 +00:00
card-oberthur.c check file parameter. 2005-12-05 21:43:04 +00:00
card-openpgp.c remove unneeded if(1) block. 2005-12-05 21:39:58 +00:00
card-setcos.c etcos_create_file_44(): use sizeof(pins)/sizeof(pins[0]) instead of a 2005-12-08 09:05:56 +00:00
card-starcos.c fix APDU case 2005-12-12 20:38:19 +00:00
card-tcos.c update by Peter Koch. 2005-10-17 08:00:44 +00:00
card.c check if scconf_find_blocks returns NULL; 2005-12-05 21:36:26 +00:00
cardctl.h add support for the Italian Incrypto34 smartcard; 2005-10-24 21:58:35 +00:00
cards.h add support for the Italian Incrypto34 smartcard; 2005-10-24 21:58:35 +00:00
ctbcs.c API fixup: use defined type instead of struct for exposed structs 2005-03-08 20:59:35 +00:00
ctbcs.h "smart card" not "smartcard" or "SmartCard". 2005-06-16 19:35:31 +00:00
ctx.c add paranoia: what if scconf_find_bloicks returns NULL? 2005-12-05 21:35:31 +00:00
dir.c free allocated variable in error path. 2005-12-05 21:33:11 +00:00
emv.c - Added SC_ERROR_FILE_ALREADY_EXISTS 2002-04-05 14:46:44 +00:00
emv.h - Cleanup, typo fix 2005-02-02 10:21:10 +00:00
errors.c "Unsupported" might be easier to understand. 2005-09-30 06:35:29 +00:00
errors.h - Cleanup, typo fix 2005-02-02 10:21:10 +00:00
esteid.h - Cleanup 2005-02-09 19:15:40 +00:00
internal.h summary: - add new function sc_format_oid to libopensc 2005-10-30 18:05:30 +00:00
iso7816.c add proper free to error path. 2005-12-05 21:37:34 +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
libscconf.pc.in add more *.pc files for all other libraries as well. 2004-11-05 18:31:57 +00:00
log.c Fix for ticket #45: Firefox 1.5 and new Mozilla's crash when they are closed because there's a blocking C_WaitForSlotEvent() called from another thread then the 'main' thread that calls C_Finalize(); and this cause C_WaitForSlotEvent() to log to a NULL context -> assertion failure. 2005-12-08 20:25:54 +00:00
log.h add support for the Italian Incrypto34 smartcard; 2005-10-24 21:58:35 +00:00
opensc-config.in - added opensc-config script 2002-01-26 16:03:13 +00:00
opensc.h fix ac for file deletion 2005-11-17 10:23:35 +00:00
padding.c cleanup 2005-04-04 21:52:31 +00:00
pkcs15-actalis.c remove deprecated pkcs15 emulation api. Add temporary wrappers for 2005-10-30 21:42:35 +00:00
pkcs15-algo.c fix typo on *paramp test. 2005-12-05 21:49:59 +00:00
pkcs15-atrust-acos.c add functions 2005-10-30 19:08:06 +00:00
pkcs15-cache.c - Initial support for TokenUpdate;;lastUpdate field. Change pkcs15 caching 2005-08-05 16:24:35 +00:00
pkcs15-cert.c properly initialize sc_asn1_entry elements + some cleanup 2005-08-05 07:24:43 +00:00
pkcs15-data.c properly initialize sc_asn1_entry elements + some cleanup 2005-08-05 07:24:43 +00:00
pkcs15-esteid.c Make the names fit in pkcs11 limits 2005-06-29 11:32:48 +00:00
pkcs15-gemsafe.c add functions 2005-10-30 19:08:06 +00:00
pkcs15-infocamere.c for example if the card was removed, select file on the main 2005-12-05 21:51:50 +00:00
pkcs15-openpgp.c cleanup 2005-08-03 18:29:21 +00:00
pkcs15-pin.c Remove the (stupid) use_pinpad option from pkcs15 structures 2005-08-13 13:04:02 +00:00
pkcs15-postecert.c even select_file can fail (if card was removed etc.) 2005-12-05 21:50:47 +00:00
pkcs15-prkey.c add a new function 2005-09-17 10:44:45 +00:00
pkcs15-pubkey.c add a new function 2005-09-17 10:44:45 +00:00
pkcs15-sec.c add a new function 2005-09-17 10:44:45 +00:00
pkcs15-starcert.c add functions 2005-10-30 19:08:06 +00:00
pkcs15-syn.c check scconf_find_blocks returning NULL 2005-12-05 21:48:43 +00:00
pkcs15-tccardos.c add pkcs15 emulation support for a cardos based id card issued by tc trustcenter 2005-09-16 08:55:09 +00:00
pkcs15-tcos.c add functions 2005-10-30 19:08:06 +00:00
pkcs15-wrap.c add paranoia: check all arguments before 2005-12-05 21:33:59 +00:00
pkcs15.c remove unused variables 2005-12-17 21:52:53 +00:00
pkcs15.h Add support for reading and writing from/to an EF(UnusedSpace) file; this functionality can be used for deleting and creating pkcs15 objects (that reside in a file) 2005-12-17 19:53:12 +00:00
portability.c Typo fix 2003-09-03 18:21:42 +00:00
reader-ctapi.c check if scconf_find_blocks returned NULL 2005-12-05 21:38:33 +00:00
reader-openct.c make openct readers configureable. 2005-09-18 12:33:31 +00:00
reader-pcsc.c use unsigned int instead of uint16_t 2005-11-25 19:11:09 +00:00
sc.c simply code / remove dead code. 2005-12-05 21:36:55 +00:00
sec.c API fixup: use defined type instead of struct for exposed structs 2005-03-08 20:59:35 +00:00
types.h - Cleanup, typo fix 2005-02-02 10:21:10 +00:00
ui.c use_color(): add "rxvt-unicode" to the list of terminals supporting 2005-09-19 08:09:44 +00:00
ui.h - Cleanup 2005-02-09 19:15:40 +00:00