opensc/src/tools
Peter Popovec d7a86d397f opensc-tool: do not connect card if not neccesary, fix util.c errors
opensc-tool: for options --version, --list-readers, -D, etc. we do not
need to connect card/reader. This removes unnecessary error messages
if card is not present in card reader or if reader is not available.
util.c: use symbolic error codes, pass error codes to caller without change.
2019-08-20 13:38:51 +02:00
..
Makefile.am fixed missing file 2019-04-25 16:46:07 +02:00
Makefile.mak added pkcs11-register 2019-04-08 11:16:13 +02:00
apdus Added (external) card driver for German ID card 2017-03-20 21:28:48 +01:00
cardos-tool.c tools: release context when card connection fails 2019-03-07 22:18:54 +02:00
cryptoflex-tool.c tools: release context when card connection fails 2019-03-07 22:18:54 +02:00
dnie-tool.c fixed 333707 Dereference before null check 2019-03-06 00:42:38 +01:00
egk-tool-cmdline.c use compat_getopt_long if getopt_long is not available 2019-03-25 14:30:09 +01:00
egk-tool-cmdline.h tools: harmonize card initialization 2018-12-18 14:50:45 +01:00
egk-tool.c egk-tool: fix missed initialisation of card pointer 2019-05-02 10:09:08 +02:00
egk-tool.ggo.in tools: harmonize card initialization 2018-12-18 14:50:45 +01:00
eidenv.c use compat_getopt_long if getopt_long is not available 2019-03-25 14:30:09 +01:00
exe.manifest Windows: Added support for notifications 2017-08-02 19:03:16 +02:00
fread_to_eof.c Added (external) card driver for German ID card 2017-03-20 21:28:48 +01:00
fread_to_eof.h created opensc-asn1 2017-11-17 10:03:54 +01:00
gids-tool.c fixed Wrong type of arguments to formatting function 2019-05-02 10:08:28 +02:00
goid-tool-cmdline.c use compat_getopt_long if getopt_long is not available 2019-03-25 14:30:09 +01:00
goid-tool-cmdline.h goid-tool: differ PAccess and SoCManager usage 2019-01-30 09:35:16 +01:00
goid-tool.c make sc_format_apdu_ex agnostic to card properties 2019-08-20 13:38:20 +02:00
goid-tool.ggo.in goid-tool: implented PIN/FP verification for PAccess 2019-02-04 16:01:56 +01:00
iasecc-tool.c tools: release context when card connection fails 2019-03-07 22:18:54 +02:00
netkey-tool.c use compat_getopt_long if getopt_long is not available 2019-03-25 14:30:09 +01:00
npa-tool-cmdline.c use compat_getopt_long if getopt_long is not available 2019-03-25 14:30:09 +01:00
npa-tool-cmdline.h tools: harmonize card initialization 2018-12-18 14:50:45 +01:00
npa-tool.c make sc_format_apdu_ex agnostic to card properties 2019-08-20 13:38:20 +02:00
npa-tool.ggo.in tools: harmonize card initialization 2018-12-18 14:50:45 +01:00
openpgp-tool.c fixed Local variable hides global variable 2019-05-02 10:08:28 +02:00
opensc-asn1-cmdline.c use compat_getopt_long if getopt_long is not available 2019-03-25 14:30:09 +01:00
opensc-asn1-cmdline.h created opensc-asn1 2017-11-17 10:03:54 +01:00
opensc-asn1.c created opensc-asn1 2017-11-17 10:03:54 +01:00
opensc-asn1.ggo.in created opensc-asn1 2017-11-17 10:03:54 +01:00
opensc-explorer.c opensc-explorer: fix APDU command 2019-06-21 14:34:38 +02:00
opensc-notify-cmdline.c use compat_getopt_long if getopt_long is not available 2019-03-25 14:30:09 +01:00
opensc-notify-cmdline.h tools: harmonize card initialization 2018-12-18 14:50:45 +01:00
opensc-notify.c opensc-notify: add Exit button to tray icon 2018-08-05 11:35:12 +02:00
opensc-notify.ggo.in opensc-notify: fix typo 2018-05-27 23:18:13 +02:00
opensc-notify.plist.in opensc-notify: add to autostart 2019-04-08 11:16:13 +02:00
opensc-tool.c opensc-tool: do not connect card if not neccesary, fix util.c errors 2019-08-20 13:38:51 +02:00
org.opensc.notify.desktop.in Add GenericName to the desktop file 2018-07-04 09:50:07 +02:00
piv-tool.c fixed 333707 Dereference before null check 2019-03-06 00:42:38 +01:00
pkcs11-register-cmdline.c added pkcs11-register 2019-04-08 11:16:13 +02:00
pkcs11-register-cmdline.h added pkcs11-register 2019-04-08 11:16:13 +02:00
pkcs11-register.c added pkcs11-register 2019-04-08 11:16:13 +02:00
pkcs11-register.desktop.in added pkcs11-register 2019-04-08 11:16:13 +02:00
pkcs11-register.ggo.in added pkcs11-register 2019-04-08 11:16:13 +02:00
pkcs11-register.plist.in added pkcs11-register 2019-04-08 11:16:13 +02:00
pkcs11-tool.c pkcs11-tool: Add extractable option to key import 2019-06-03 10:59:58 +02:00
pkcs15-crypt.c fixed issues reported by clang-analyzer 2019-05-21 19:34:46 +02:00
pkcs15-init.c fixed issues reported by clang-analyzer 2019-05-21 19:34:46 +02:00
pkcs15-tool.c pkcs15-tool: inconsistent -r option fix 2019-08-05 01:14:35 +02:00
sc-hsm-tool.c fixed 333707 Dereference before null check 2019-03-06 00:42:38 +01:00
sceac-example.c EAC: Clearify naming of functions and data 2018-02-20 22:16:51 +01:00
util.c opensc-tool: do not connect card if not neccesary, fix util.c errors 2019-08-20 13:38:51 +02:00
util.h opensc-tool: do not use card driver to read ATR 2019-03-25 14:34:26 +01:00
versioninfo-opensc-notify.rc.in fix typos 2018-04-15 09:34:45 +02:00
versioninfo-tools.rc.in win32: Load notification icons from Windows DLLs 2017-08-03 00:19:26 +02:00
westcos-tool.c don't hide global variables 2019-01-20 23:02:21 +01:00