opensc/src/libopensc
aet 3a118fb33f - Some fine-tuning to get previous, current
and future FinEID cards working.


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2200 c6295689-39f2-0310-b995-f0e70906c6a9
2005-02-24 11:11:12 +00:00
..
.cvsignore Update 2005-01-29 09:13:56 +00:00
Makefile.am - Add cards.h 2005-02-11 10:01:57 +00:00
Makefile.mak - Add cards.h 2005-02-10 09:56:41 +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 - Cleanup, typo fix 2005-02-02 10:21:10 +00:00
base64.c
card-belpic.c - First stab towards standardized card types 2005-02-10 10:07:13 +00:00
card-default.c
card-emv.c
card-etoken.c - Correct some information for Italian eid cards, I suppose. 2005-02-13 18:24:19 +00:00
card-flex.c - Introduce a new powerful card_atr mechanism to opensc 2005-02-22 07:59:42 +00:00
card-gpk.c - First stab towards standardized card types 2005-02-10 10:07:13 +00:00
card-jcop.c - First stab towards standardized card types 2005-02-10 10:07:13 +00:00
card-mcrd.c - Whitespace cleanup from me and Martin Paljak 2005-02-11 20:09:34 +00:00
card-miocos.c - First stab towards standardized card types 2005-02-10 10:07:13 +00:00
card-oberthur.c - First stab towards standardized card types 2005-02-10 10:07:13 +00:00
card-openpgp.c - Case cleanup 2005-02-23 10:39:33 +00:00
card-setcos.c - Some fine-tuning to get previous, current 2005-02-24 11:11:12 +00:00
card-starcos.c - First stab towards standardized card types 2005-02-10 10:07:13 +00:00
card-tcos.c - First stab towards standardized card types 2005-02-10 10:07:13 +00:00
card.c - Introduce a new powerful card_atr mechanism to opensc 2005-02-22 07:59:42 +00:00
cardctl.h - Remove outdated comment, part of the information 2005-02-09 20:16:24 +00:00
cards.h - Some fine-tuning to get previous, current 2005-02-24 11:11:12 +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 - Introduce a new powerful card_atr mechanism to opensc 2005-02-22 07:59:42 +00:00
dir.c - Fixed typos 2005-02-07 17:03:47 +00:00
emv.c
emv.h - Cleanup, typo fix 2005-02-02 10:21:10 +00:00
errors.c
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 - Introduce a new powerful card_atr mechanism to opensc 2005-02-22 07:59:42 +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
opensc-config.in
opensc.h - For completeness sake, add SC_CARD_FLAG_VENDOR_MASK 2005-02-23 19:09:39 +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 Typo fix 2005-02-13 17:58:12 +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
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 - Whitespace cleanup from me and Martin Paljak 2005-02-11 20:09:34 +00:00
pkcs15-infocamere.c as every card structure has an own copy of the card ops struc, allocating a new one shouldn't be necessary 2005-02-06 20:46:15 +00:00
pkcs15-netkey.c use strncpy instead of snprintf + update of pkcs15-netkey.c 2005-02-04 09:27:01 +00:00
pkcs15-openpgp.c no need to include internal.h and asn1.h 2005-02-06 21:38:10 +00:00
pkcs15-pin.c remove outdated comment 2005-02-07 10:58:22 +00:00
pkcs15-postecert.c as every card structure has an own copy of the card ops struc, allocating a new one shouldn't be necessary 2005-02-06 20:46: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 - Revert previous patch, it's unnecessary after recent changes 2005-02-04 17:29:16 +00:00
pkcs15-syn.c - Introduce a new powerful card_atr mechanism to opensc 2005-02-22 07:59:42 +00:00
pkcs15-wrap.c
pkcs15.c - Whitespace cleanup from me and Martin Paljak 2005-02-11 20:09:34 +00:00
pkcs15.h first part of a pkcs15 emulation driver cleanup/rework: 2005-02-02 21:18:54 +00:00
portability.c
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 - Introduce a new powerful card_atr mechanism to opensc 2005-02-22 07:59:42 +00:00
sc.c - Optimize a few cpu cycles from _sc_match_atr_hex 2005-02-06 19:40:40 +00:00
sec.c fix indent, patch supplied by Martin Paljak 2005-01-19 16:17:32 +00:00
types.h - Cleanup, typo fix 2005-02-02 10:21:10 +00:00
ui.c fix last commit 2004-10-27 16:10:32 +00:00
ui.h - Cleanup 2005-02-09 19:15:40 +00:00