opensc/src/libopensc
nils ef8df66b5d sc_module_*() -> scdl_*()
git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1947 c6295689-39f2-0310-b995-f0e70906c6a9
2004-10-20 06:53:14 +00:00
..
.cvsignore Resync .cvsignore files 2003-07-17 12:39:11 +00:00
Makefile.am try pkg-config, fall back to conventional code. 2004-07-19 19:37:42 +00:00
Makefile.mak Typo found by Stef Hoeben. 2004-07-21 22:10:04 +00:00
asn1.c fix some compiler warnings 2004-09-20 09:47:35 +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-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 experimental support for card serial numbers 2004-07-19 16:51:41 +00:00
card-flex.c use the padding character from the pkcs15 objects 2004-06-21 21:20:29 +00:00
card-gpk.c - fixed GPK16K key gen, as suggested by Chaskiel 2004-01-07 10:11:22 +00:00
card-jcop.c - Warning fixes 2004-01-08 15:23:11 +00:00
card-mcrd.c add additional atr 2004-08-19 08:41:51 +00:00
card-miocos.c - made apdu_masquerade functionality available to all readers, not just pcsc 2003-12-18 16:35:28 +00:00
card-oberthur.c one more ATR for Oberthur 64K card 2004-07-23 16:52:41 +00:00
card-oberthur.h int -> size_t 2004-07-19 16:18:30 +00:00
card-openpgp.c - Minor build and C++ warning fixes 2003-12-18 21:37:34 +00:00
card-setcos.c - Stop using unflexible automake conditionals when 2003-09-03 09:28:55 +00:00
card-starcos.c fix starcos spk 2.3 "onepin" profile support 2004-09-28 20:06:04 +00:00
card-tcos.c add support for sc_card_ctl(*, SC_CARDCTL_GET_SERIALNR, *) for 2004-09-17 19:27:49 +00:00
card.c fix int vs. size_t mismatch 2004-10-13 18:54:06 +00:00
cardctl.h experimental support for card serial numbers 2004-07-19 16:51:41 +00:00
ctbcs.c bugfix: fix segfaults when using a pin-pad for pin verification 2004-08-25 20:45:32 +00:00
ctbcs.h - Implemented new PIN verify/change/unblock framework. All PIN operations 2002-12-23 18:47:27 +00:00
ctx.c implement dynamic card/reader support 2004-10-18 08:24:12 +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 - Minor cleanups and a warning fix 2003-10-22 18:16:21 +00:00
iso7816.c - made apdu_masquerade functionality available to all readers, not just pcsc 2003-12-18 16:35:28 +00:00
libopensc.pc.in OpenSC header files are included as 2003-05-13 14:29:59 +00:00
log.c fix some compiler warnings 2004-09-20 09:47:35 +00:00
log.h - Error logging changes: replace ctx->log_errors with ctx->suppress_errors, 2003-10-14 09:56:50 +00:00
module.c update pkcs15 emulation stuff 2004-10-08 21:29:55 +00:00
opensc-config.in - added opensc-config script 2002-01-26 16:03:13 +00:00
opensc.h implement dynamic card/reader support 2004-10-18 08:24:12 +00:00
padding.c fix some compiler warnings 2004-09-20 09:47:35 +00:00
pkcs15-algo.c fix incorrect use of realloc (x = realloc(x, y) doesn't free 2004-04-21 18:10:58 +00:00
pkcs15-cache.c fix compiler warning 2004-10-13 19:07:57 +00:00
pkcs15-cert.c fix usage of asn1 flags 2004-06-18 20:49:54 +00:00
pkcs15-data.c fix default values for OIDs 2004-07-23 20:29:05 +00:00
pkcs15-esteid.c update pkcs15 emulation stuff 2004-10-08 21:29:55 +00:00
pkcs15-infocamere.c update pkcs15 emulation stuff 2004-10-08 21:29:55 +00:00
pkcs15-netkey.c update pkcs15 emulation stuff 2004-10-08 21:29:55 +00:00
pkcs15-openpgp.c update pkcs15 emulation stuff 2004-10-08 21:29:55 +00:00
pkcs15-pin.c call sc_select_file only if pin->path is actually set 2004-05-20 09:09:30 +00:00
pkcs15-prkey.c fix compiler warnings 2004-10-17 20:40:58 +00:00
pkcs15-pubkey.c - fixed problem with pubkey encoding/decoding 2003-11-26 15:37:29 +00:00
pkcs15-sec.c fix compiler warnings 2004-10-17 20:40:58 +00:00
pkcs15-starcert.c update pkcs15 emulation stuff 2004-10-08 21:29:55 +00:00
pkcs15-syn.c sc_module_* -> scdl_* 2004-10-17 15:59:38 +00:00
pkcs15-wrap.c - Stop using unflexible automake conditionals when 2003-09-03 09:28:55 +00:00
pkcs15.c some cleanup: 'int' -> 'unsigned int' for flags, 'int' -> 'size_t' 2004-10-17 20:20:59 +00:00
pkcs15.h some cleanup: 'int' -> 'unsigned int' for flags, 'int' -> 'size_t' 2004-10-17 20:20:59 +00:00
portability.c Typo fix 2003-09-03 18:21:42 +00:00
reader-ctapi.c sc_module_*() -> scdl_*() 2004-10-20 06:53:14 +00:00
reader-openct.c - fix crash with pkcs11 module and token disconnect 2004-01-20 11:21:40 +00:00
reader-pcsc.c fix definition of SCARD_PROTOCOL_ANY 2004-08-31 17:31:00 +00:00
sc.c fix signed vs. unsigned mismatch 2004-10-17 16:20:46 +00:00
sec.c fix compiler warnings 2004-10-17 20:40:58 +00:00
types.h - Implemented new PIN verify/change/unblock framework. All PIN operations 2002-12-23 18:47:27 +00:00
ui.c sc_module_*() -> scdl_*() 2004-10-18 21:35:24 +00:00
ui.h - snapshot build fix 2003-11-17 18:54:10 +00:00