opensc/src/libopensc
andre 1b030f5d73 pkcs11-pubkey.c: Minor corrections related to r4874 and r4902.
git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4946 c6295689-39f2-0310-b995-f0e70906c6a9
2010-12-14 01:19:46 +00:00
..
Makefile.am EstonianEid: remove the iconv dependency and use the common name from the certificate as the card label. 2010-10-19 11:25:25 +00:00
Makefile.mak EstonianEid: remove the iconv dependency and use the common name from the certificate as the card label. 2010-10-19 11:25:25 +00:00
apdu.c Fix 253 third fix for same problem. The first fix 2010-10-14 14:59:51 +00:00
asn1.c Do not cast the return value of malloc(3) and calloc(3) 2010-08-18 15:08:51 +00:00
asn1.h pkcs15: encode/decode 'subjectName' in 'CommonPrivateKeyAttributes' 2010-07-05 13:29:10 +00:00
base64.c Header file cleanup. 2010-03-04 08:14:36 +00:00
card-acos5.c libopensc: protect for possible buffer overflows from rogue cards. 2010-12-06 12:52:14 +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 cleanup of the debug code: 2010-03-15 12:17:13 +00:00
card-atrust-acos.c libopensc: protect for possible buffer overflows from rogue cards. 2010-12-06 12:52:14 +00:00
card-belpic.c Belpic: remove BELPIC_SET_LANG and related code, as it is not used in OpenSC 2010-09-11 13:00:29 +00:00
card-cardos.c Revert CardOS change from Italian CNS patch [4627]. 2010-08-27 08:24:39 +00:00
card-default.c cleanup of the debug code: 2010-03-15 12:17:13 +00:00
card-entersafe.c entersafe: don't list supported exponents in the dirver. 2010-12-06 12:52:27 +00:00
card-flex.c Do not cast the return value of malloc(3) and calloc(3) 2010-08-18 15:08:51 +00:00
card-gemsafeV1.c Add new ATR for the Portuguese eID card. 2010-10-05 16:10:35 +00: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 cleanup of the debug code: 2010-03-15 12:17:13 +00:00
card-incrypto34.c Prevent card-incrypto34.c from catching the Italian CNS card's ATR 2010-08-18 13:42:21 +00:00
card-itacns.c Declare internal functions as static and fix compiler warnings 2010-11-06 16:54:57 +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 card-jcop: remove dummy stubs. 2010-09-05 19:55:00 +00:00
card-mcrd.c EstonianEid: Add SC_ALGORITHM_RSA_RAW to not make sc_pkcs15_compute_signature remove the DigestInfo header. 2010-12-11 22:07:07 +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 Revert r4668. Change the way limitations on max send and receive sizes are set. 2010-09-09 18:58:44 +00:00
card-myeid.c myeid: remove windows line ending 2010-09-25 20:25:23 +00:00
card-oberthur.c Do not cast the return value of malloc(3) and calloc(3) 2010-08-18 15:08:51 +00:00
card-openpgp.c Do not cast the return value of malloc(3) and calloc(3) 2010-08-18 15:08:51 +00:00
card-piv.c card-piv: remove unused variables. 2010-12-06 14:18:42 +00:00
card-rtecp.c add ATR for Rutoken ECP (DS) 2010-08-25 19:24:23 +00:00
card-rutoken.c remove software RSA support for Rutoken S 2010-09-09 17:28:44 +00:00
card-setcos.c cleanup of the debug code: 2010-03-15 12:17:13 +00:00
card-starcos.c libopensc: protect for possible buffer overflows from rogue cards. 2010-12-06 12:52:14 +00:00
card-tcos.c Do not cast the return value of malloc(3) and calloc(3) 2010-08-18 15:08:51 +00:00
card-westcos.c style: // -> /* */ 2010-06-11 07:35:45 +00:00
card.c fix: implicit depending on the RSA algo_info for GOSTR3410 algo 2010-12-09 08:23:14 +00:00
cardctl.h Modifications to support EC and ECDSA for 2010-12-01 20:08:42 +00:00
cards.h EstEID: add support for v 3.0 cards with 2048b keys 2010-11-29 14:22:01 +00: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 win32: change path to OpenSC windows registers 2010-12-09 09:23:21 +00:00
dir.c Do not cast the return value of malloc(3) and calloc(3) 2010-08-18 15:08:51 +00:00
errors.c libopensc: Remove unused internal SC_ERROR_EXTRACTABLE_KEY and correct relevant comments (native != extractable) 2010-08-23 10:32:26 +00:00
errors.h libopensc: Remove unused internal SC_ERROR_EXTRACTABLE_KEY and correct relevant comments (native != extractable) 2010-08-23 10:32:26 +00:00
esteid.h EstEID: add support for v 3.0 cards with 2048b keys 2010-11-29 14:22:01 +00:00
internal-winscard.h WindowsInstaller: Fix Mingw32 Windows build 2010-10-06 07:10:44 +00:00
internal.h libopensc: move MIN/MAX macros from muscle.c to internal.h 2010-12-06 12:52:07 +00:00
iso7816.c iso7816.c: Fixes #301. 2010-12-14 01:09:44 +00:00
itacns.h New card driver: Italian CNS/CIE (eID) 2010-08-16 00:56:27 +00:00
libopensc.exports Modifications to support EC and ECDSA for 2010-12-01 20:08:42 +00:00
libopensc.pc.in build fixes by Vile Skytt�. 2004-11-04 19:14:58 +00:00
log.c log.c: Fixes format string to match actual type. 2010-12-09 19:52:56 +00:00
log.h libopensc for win32: get working logging when compiled with Visual Studio 2010-04-14 11:52:27 +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 libopensc: move MIN/MAX macros from muscle.c to internal.h 2010-12-06 12:52:07 +00:00
muscle.h libopensc: check for unset max_recv/send_size in all places. 2010-09-15 11:09:28 +00:00
opensc.h fix: implicit depending on the RSA algo_info for GOSTR3410 algo 2010-12-09 08:23:14 +00:00
p15card-helper.c cleanup of the debug code: 2010-03-15 12:17:13 +00:00
p15card-helper.h Header file cleanup. 2010-03-04 08:14:36 +00:00
padding.c Modifications to support EC and ECDSA for 2010-12-01 20:08:42 +00:00
pkcs15-actalis.c libopensc: move TokenInfo fields from sc_pkcs15_card_t to a separate structure. 2010-10-05 15:44:58 +00:00
pkcs15-algo.c Modifications to support EC and ECDSA for 2010-12-01 20:08:42 +00:00
pkcs15-atrust-acos.c pkcs15: don't play with TokenInfo.version. 0 means PKCS#15 v1.1. The flag is not used by OpenSC. 2010-10-05 16:02:57 +00:00
pkcs15-cache.c libopensc: move TokenInfo fields from sc_pkcs15_card_t to a separate structure. 2010-10-05 15:44:58 +00:00
pkcs15-cert.c typo: remove double semicolon which prevents compilation with Visual Studio. 2010-11-29 08:51:25 +00:00
pkcs15-data.c Do not cast the return value of malloc(3) and calloc(3) 2010-08-18 15:08:51 +00: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 Fix [4911] 2010-12-08 08:56:12 +00:00
pkcs15-gemsafeGPK.c sc_pkcs15_pubkey_from_cert now uses parse_x509_cert without OpenSSL. 2010-10-12 15:26:45 +00:00
pkcs15-gemsafeV1.c pkcs15: don't play with TokenInfo.version. 0 means PKCS#15 v1.1. The flag is not used by OpenSC. 2010-10-05 16:02:57 +00:00
pkcs15-infocamere.c libopensc: move TokenInfo fields from sc_pkcs15_card_t to a separate structure. 2010-10-05 15:44:58 +00:00
pkcs15-itacns.c Use 'const char *' instead of 'char *' for static strings and avoids a 2010-11-06 18:07:04 +00:00
pkcs15-oberthur.c oberthur: from the common part remove the Oberthur specific tokenInfo flags 2010-10-07 15:12:12 +00:00
pkcs15-openpgp.c pkcs15: don't play with TokenInfo.version. 0 means PKCS#15 v1.1. The flag is not used by OpenSC. 2010-10-05 16:02:57 +00:00
pkcs15-pin.c sc_pkcs15_pincache_revalidate: Avoid compiler warning 'discards qualifiers from pointer target type' 2010-12-06 18:59:49 +00:00
pkcs15-piv.c Modifications to support EC and ECDSA for 2010-12-01 20:08:42 +00:00
pkcs15-postecert.c libopensc: move TokenInfo fields from sc_pkcs15_card_t to a separate structure. 2010-10-05 15:44:58 +00:00
pkcs15-prkey.c Modifications to support EC and ECDSA for 2010-12-01 20:08:42 +00:00
pkcs15-pteid.c pkcs15-pteid.c: In function ‘sc_pkcs15emu_pteid_init’: 2010-11-06 16:58:33 +00:00
pkcs15-pubkey.c pkcs11-pubkey.c: Minor corrections related to r4874 and r4902. 2010-12-14 01:19:46 +00:00
pkcs15-sec.c fix: implicit depending on the RSA algo_info for GOSTR3410 algo 2010-12-09 08:23:14 +00:00
pkcs15-starcert.c pkcs15: don't play with TokenInfo.version. 0 means PKCS#15 v1.1. The flag is not used by OpenSC. 2010-10-05 16:02:57 +00:00
pkcs15-syn.c Support for ECC keys (part 1) header files and 2010-11-30 19:13:48 +00:00
pkcs15-tccardos.c pkcs15: don't play with TokenInfo.version. 0 means PKCS#15 v1.1. The flag is not used by OpenSC. 2010-10-05 16:02:57 +00:00
pkcs15-tcos.c Use 'const char *' instead of 'char *' for static strings and avoids a 2010-11-06 18:05:21 +00:00
pkcs15-westcos.c Additianl changes to r4805 which made cert->pubkey a pointer to sc_pkcs15_pubkey_t 2010-10-25 20:58:02 +00:00
pkcs15-wrap.c Do not cast the return value of malloc(3) and calloc(3) 2010-08-18 15:08:51 +00:00
pkcs15.c pkcs15.c: Use size_t as type of vector-index. 2010-12-09 19:49:42 +00:00
pkcs15.h sc_pkcs15_pincache_revalidate: Avoid compiler warning 'discards qualifiers from pointer target type' 2010-12-06 18:59:49 +00:00
reader-ctapi.c Fix #216: initial go with multiple reader subsystem removal. 2010-09-11 13:00:47 +00:00
reader-openct.c Fix #216: initial go with multiple reader subsystem removal. 2010-09-11 13:00:47 +00:00
reader-pcsc.c win32: change path to the OpenSC registry keys 2010-12-12 10:30:07 +00:00
sc.c Do not cast the return value of malloc(3) and calloc(3) 2010-08-18 15:08:51 +00:00
sec.c cleanup of the debug code: 2010-03-15 12:17:13 +00:00
types.h By default the reader driver does not have receive/send limitations. 2010-09-13 07:40:45 +00:00