opensc/src/libopensc
aj d501480a29 move renames.
git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2824 c6295689-39f2-0310-b995-f0e70906c6a9
2006-01-23 21:44:37 +00:00
..
Makefile.am rename card-etoken.c to card-cardos.c 2006-01-23 21:39:20 +00:00
Makefile.mak rename card-etoken.c to card-cardos.c 2006-01-23 21:39:20 +00:00
apdu.c summary: -complete rewrite of the APDU/transmission handling 2005-12-28 20:01:43 +00:00
asn1.c use more opensc specific names for ASN.1 tags to avoid name conflicts 2006-01-20 20:52:36 +00:00
asn1.h use more opensc specific names for ASN.1 tags to avoid name conflicts 2006-01-20 20:52:36 +00:00
base64.c cleanup 2005-08-02 21:13:06 +00:00
card-atrust-acos.c - implement thread-safe path printing function sc_path_print() and use 2006-01-11 23:41:17 +00:00
card-belpic.c check if scconf_find_blocks returned NULL 2005-12-05 21:39:00 +00:00
card-cardos.c rename everything namend "etoken" to "cardos" :) 2006-01-23 21:43:01 +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-flex.c - implement thread-safe path printing function sc_path_print() and use 2006-01-11 23:41:17 +00:00
card-gpk.c fix APDU case 2005-12-12 20:38:19 +00:00
card-incrypto34.c fix warnings 2005-12-28 20:15:32 +00:00
card-jcop.c add functions 2005-10-30 19:08:06 +00:00
card-mcrd.c Some cleanup/fixes in micardo/esteid code related to new apdu.c 2006-01-23 17:37:10 +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 - implement thread-safe path printing function sc_path_print() and use 2006-01-11 23:41:17 +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 - implement thread-safe path printing function sc_path_print() and use 2006-01-11 23:41:17 +00:00
card-tcos.c update by Peter Koch. 2005-10-17 08:00:44 +00:00
card.c If, for some reasons, card can not be initialized (broken) then 2006-01-23 18:09:37 +00:00
cardctl.h rename everything namend "etoken" to "cardos" :) 2006-01-23 21:43:01 +00:00
cards.h rename everything namend "etoken" to "cardos" :) 2006-01-23 21:43:01 +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 move renames. 2006-01-23 21:44:37 +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 summary: -complete rewrite of the APDU/transmission handling 2005-12-28 20:01:43 +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 Referted the 'Fireofox 1.5' fix in log.c and replaced it by letting a blocking C_WaitForSlotEvent() return CKR_FUNCTION_NOT_SUPPORTED. This isn't a solution for the multihread problems (things hang or try to log to a released context) but at least it solves the Ff 1.5 problems 2005-12-23 10:15:17 +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 rename everything namend "etoken" to "cardos" :) 2006-01-23 21:43:01 +00:00
padding.c cleanup 2005-04-04 21:52:31 +00:00
pkcs15-actalis.c increase buffer size for the serial number to 9 as we need 8 bytes for serial number plus 1 byte for the terminating 0 character 2006-01-03 22:46:49 +00:00
pkcs15-algo.c use more opensc specific names for ASN.1 tags to avoid name conflicts 2006-01-20 20:52:36 +00:00
pkcs15-atrust-acos.c add functions 2005-10-30 19:08:06 +00:00
pkcs15-cache.c Negative r has a meaning in the cached file logic, so be sure to reset it to -1 2006-01-23 17:29:59 +00:00
pkcs15-cert.c use more opensc specific names for ASN.1 tags to avoid name conflicts 2006-01-20 20:52:36 +00:00
pkcs15-data.c use more opensc specific names for ASN.1 tags to avoid name conflicts 2006-01-20 20:52:36 +00:00
pkcs15-esteid.c Some cleanup/fixes in micardo/esteid code related to new apdu.c 2006-01-23 17:37:10 +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 use more opensc specific names for ASN.1 tags to avoid name conflicts 2006-01-20 20:52:36 +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 use more opensc specific names for ASN.1 tags to avoid name conflicts 2006-01-20 20:52:36 +00:00
pkcs15-pubkey.c use more opensc specific names for ASN.1 tags to avoid name conflicts 2006-01-20 20:52:36 +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 git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2796 c6295689-39f2-0310-b995-f0e70906c6a9 2005-12-28 20:05:28 +00:00
pkcs15-tcos.c tcos update by peter koch, adds interoperability with th darmstadt cards. 2005-12-26 18:50:21 +00:00
pkcs15-wrap.c use more opensc specific names for ASN.1 tags to avoid name conflicts 2006-01-20 20:52:36 +00:00
pkcs15.c Negative r has a meaning in the cached file logic, so be sure to reset it to -1 2006-01-23 17:29:59 +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 fix warnings 2005-12-28 20:15:32 +00:00
reader-pcsc.c fix warnings 2005-12-28 20:15:32 +00:00
sc.c - implement thread-safe path printing function sc_path_print() and use 2006-01-11 23:41:17 +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 - implement thread-safe path printing function sc_path_print() and use 2006-01-11 23:41:17 +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