opensc/src/libopensc
Andreas Schwier 99af6cd8ee sc-hsm: Fixed a bug that prevents a newly generated 2048 key to show up at the PKCS#11 interface 2013-01-27 18:42:33 +01:00
..
Makefile.am SM: move SM APDU procedures to dedicated source file 2013-01-06 16:40:17 +01:00
Makefile.mak SM: move SM APDU procedures to dedicated source file 2013-01-06 16:40:17 +01:00
apdu.c SM: move SM APDU procedures to dedicated source file 2013-01-06 16:40:17 +01:00
asn1.c libopensc: 'init', 'format', 'compare', 'is-valid' OID procedures 2012-09-06 10:47:29 +02:00
asn1.h sc-hsm: Added sc-hsm-tool with DKEK support and key wrap / unwrap 2012-11-11 12:53:03 +01: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 sm: change SM data types, thanks to Frank Morgner for revision 2012-07-29 21:41:44 +02:00
card-belpic.c libopensc: Reveal another Belpic hack introduced in r2117. 2011-06-08 07:35:03 +00:00
card-cardos.c cardOS: compile on Windows 2012-12-16 11:50:08 +01: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-epass2003.c epass2003: support for ePass2003 card in read/write modes 2012-06-08 20:17:36 +02: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 card-gemsafeV1: Add a GemSafe V1 ATR 2012-11-20 19:11:23 +01: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 pkcs15: mandatory 'publicKeyCoefficients' in encode/decode public key procedures 2012-11-20 22:58:37 +01: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 jcop: coverity scan warning RETURN_LOCAL 2012-06-11 19:59:36 +02: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: Fix for drivers returning an error if a challenge of length zero was requested. Actually nothing is done when obtaining such a challenge, thus nothing could fail. 2011-06-09 10:59:04 +00:00
card-myeid.c compile on Windows, minor codding style issues 2012-12-03 15:21:22 +01:00
card-oberthur.c Fix compiler warnings 2011-03-23 15:51:29 +00:00
card-openpgp.c Fix a memory leak 2012-08-25 19:15:27 +02:00
card-piv.c PIV: pickup card driver from the SM branch 2012-05-30 19:40:05 +02:00
card-rtecp.c RuToken-ECP: profile option to allow the reset of User PIN with SoPIN 2011-06-02 19:06:43 +00:00
card-rutoken.c libopensc: Fix for drivers returning an error if a challenge of length zero was requested. Actually nothing is done when obtaining such a challenge, thus nothing could fail. 2011-06-09 10:59:04 +00:00
card-sc-hsm.c sc-hsm: Added sc-hsm-tool with DKEK support and key wrap / unwrap 2012-11-11 12:53:03 +01:00
card-sc-hsm.h sc-hsm: Added sc-hsm-tool with DKEK support and key wrap / unwrap 2012-11-11 12:53:03 +01:00
card-setcos.c FINeID: fix for broken organisation cards. 2011-07-13 17:25:09 +03:00
card-starcos.c Fix a typo reported by lintian 2011-03-20 12:19:01 +00:00
card-tcos.c support for TCOS3 IdKey cards and fix for bug #256 2011-05-28 14:24:27 +00:00
card-westcos.c westcos: resolve signed/unsigned comparison warning 2011-06-05 15:05:58 +00:00
card.c libopensc: APDU 'allocate & copy'and 'free' procedures 2013-01-06 17:30:41 +01:00
cardctl.h MyEID ECDSA support 2012-12-03 14:37:13 +01:00
cards.h Added support for SmartCard-HSM and ECC keys 2012-08-20 11:22:01 +02: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 t447: return value from init() in reader driver not checked 2012-11-11 22:17:17 +01:00
dir.c pkcs15: DIR EF can have EF_LINEAR structure 2012-05-29 19:19:06 +02:00
ef-atr.c libopensc: 'init', 'format', 'compare', 'is-valid' OID procedures 2012-09-06 10:47:29 +02:00
errors.c SM: move SM APDU procedures to dedicated source file 2013-01-06 16:40:17 +01:00
errors.h SM: move SM APDU procedures to dedicated source file 2013-01-06 16:40:17 +01: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 iasecc: coverity scan warning OVERRUN-STATIC 2012-06-11 20:59:45 +02:00
iasecc-sdo.h iasecc: coverity scan warning OVERRUN-STATIC 2012-06-11 20:59:45 +02:00
iasecc-sm.c sm: change SM data types, thanks to Frank Morgner for revision 2012-07-29 21:41:44 +02:00
iasecc.h libopensc: some usefull macros, crc32 calculation procedure 2012-05-29 11:29:44 +02:00
internal-winscard.h Add support for PACE-enabled readers 2012-02-21 14:10:47 +01:00
internal.h sc-hsm: Added sc-hsm-tool with DKEK support and key wrap / unwrap 2012-11-11 12:53:03 +01:00
iso7816.c libopensc iso7816: retry SELECT with FCI if SELECT without FCI fails 2012-11-11 20:38:30 +01: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: APDU 'allocate & copy'and 'free' procedures 2013-01-06 17:30:41 +01:00
libopensc.pc.in build fixes by Vile Skytt�. 2004-11-04 19:14:58 +00:00
log.c log: config option to reopen debug file at every debug log ... 2012-05-29 19:44:54 +02: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 muscle: coverity scan warning OVERRUN-STATIC 2012-06-11 21:18:51 +02: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: APDU 'allocate & copy'and 'free' procedures 2013-01-06 17:30:41 +01:00
p15card-helper.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
p15card-helper.h Header file cleanup. 2010-03-04 08:14:36 +00:00
pace.h no 'pace' in common part 2012-08-30 18:51:42 +02:00
padding.c libopensc: fix debug message 2011-03-14 18:02:50 +00:00
pkcs15-actalis.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-algo.c pkcs15: Fixed typo 2012-10-01 13:04:01 +02:00
pkcs15-atrust-acos.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-cache.c pkcs15: decode 'seInfo', 'profileIndication', 'lastUpdate' 2012-05-30 09:03:27 +02:00
pkcs15-cert.c pkcs15: regression in e35febe: compute cert length 2012-12-25 20:05:45 +01:00
pkcs15-data.c libopensc: 'init', 'format', 'compare', 'is-valid' OID procedures 2012-09-06 10:47:29 +02: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 pkcs15: for 'sc_pkcs15_cer's data use the 'der' object type 2012-09-30 22:54:52 +02:00
pkcs15-gemsafeGPK.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-gemsafeV1.c pkcs15-gemsafeV1.c: Multiple key containers and ATR-specific PIN policies 2012-12-16 10:09:44 +01:00
pkcs15-infocamere.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-itacns.c pkcs15: for 'sc_pkcs15_cer's data use the 'der' object type 2012-09-30 22:54:52 +02:00
pkcs15-oberthur.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-openpgp.c OpenPGP: Accept authentication key for S/MIME decrypting. 2012-07-29 14:04:08 +02:00
pkcs15-pin.c Add pin_cache_ignore_user_consent parameter to opensc.conf 2012-08-12 00:11:03 +02:00
pkcs15-piv.c Only 9C key needs "Pin Always" i.e. user_consent 2012-08-12 00:11:03 +02:00
pkcs15-postecert.c coverity scan: warning use non-initialized data 2012-06-08 20:17:36 +02:00
pkcs15-prkey.c compile on Windows, minor codding style issues 2012-12-03 15:21:22 +01:00
pkcs15-pteid.c Fix for ticket #400 2011-12-07 12:49:17 +02:00
pkcs15-pubkey.c compile on Windows, minor codding style issues 2012-12-03 15:21:22 +01:00
pkcs15-sc-hsm.c sc-hsm: Fixed a bug that prevents a newly generated 2048 key to show up at the PKCS#11 interface 2013-01-27 18:42:33 +01:00
pkcs15-sec.c MyEID ECDSA support 2012-12-03 14:37:13 +01:00
pkcs15-skey.c pkcs15-skey: support for 'SecretKey' object type 2012-05-31 11:36:04 +02:00
pkcs15-starcert.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-syn.c Added support for SmartCard-HSM and ECC keys 2012-08-20 11:22:01 +02:00
pkcs15-tccardos.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-tcos.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-westcos.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15.c libopensc: OID with only zeros in array do not valid 2012-09-23 21:02:31 +02:00
pkcs15.h MyEID ECDSA support 2012-12-03 14:37:13 +01:00
reader-ctapi.c Remove libltdl: Remove ltld references 2012-03-17 20:55:05 +01:00
reader-openct.c Add support for PACE-enabled readers 2012-02-21 14:10:47 +01:00
reader-pcsc.c no 'pace' in common part 2012-08-30 18:51:42 +02:00
sc.c libopensc: OID with only zeros in array do not valid 2012-09-23 21:02:31 +02:00
sec.c no 'pace' in common part 2012-08-30 18:51:42 +02:00
sm.c SM: move SM APDU procedures to dedicated source file 2013-01-06 16:40:17 +01:00
sm.h SM: move SM APDU procedures to dedicated source file 2013-01-06 16:40:17 +01:00
types.h libopensc: APDU 'allocate & copy'and 'free' procedures 2013-01-06 17:30:41 +01:00