aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-27scd: Fix size_t/int mismatch in libusbWerner Koch1-3/+5
2016-01-27scd: Migrate to new API of libusb 1.0.NIIBE Yutaka2-181/+151
2016-01-18Use ngettext for some strings.Werner Koch1-4/+12
2015-12-14scd: Fix regression for generating RSA keys on card.NIIBE Yutaka1-0/+5
2015-12-10scd: Fix removal of unplugged usb readers on Windows.Daniel Hoffend1-0/+3
2015-12-04scd: Fix for removing the prefix.NIIBE Yutaka1-1/+1
2015-12-04scd: Simplify saving application context.NIIBE Yutaka1-62/+41
2015-12-04scd: More fix for Curve25519 prefix handling.NIIBE Yutaka1-11/+31
2015-12-03scd: Another fix for Curve25519 prefix handling.Werner Koch1-6/+9
2015-12-03scd: Fix "Conflicting usage" bug.NIIBE Yutaka3-28/+11
2015-12-02scd: Fix for Curve25519 prefix handling.NIIBE Yutaka1-1/+26
2015-12-02build: Require at least Libassuan 2.4.1.Werner Koch1-11/+0
2015-11-19scd: Improve error handling.Justus Winter1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter7-21/+21
2015-11-09scd: Add reder information to --card-status.NIIBE Yutaka5-5/+28
2015-11-04scd: Fix error handling with libusb-compat library.NIIBE Yutaka1-7/+12
2015-11-04scd: fix change_keyattr.NIIBE Yutaka1-2/+2
2015-09-28scd: Handle error correctly.NIIBE Yutaka1-5/+5
2015-09-19scd: Fix KEYTOCARD handling for ECC key.NIIBE Yutaka1-7/+11
2015-09-17scd: Fix ccid-driver timeout for OpenPGPcard v2.1.NIIBE Yutaka1-3/+6
2015-09-07scd: Force key attribute change for writekey.NIIBE Yutaka1-33/+62
2015-09-07scd: KEYNO cleanup.NIIBE Yutaka1-70/+67
2015-09-01Typo fixesWerner Koch1-1/+1
2015-08-06Curve25519 support.NIIBE Yutaka1-57/+62
2015-08-06common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka1-2/+2
2015-08-04scd: Fix ecc_oid.NIIBE Yutaka1-1/+1
2015-08-04scd: Fix ECC support.NIIBE Yutaka1-17/+44
2015-07-26scd: Fix size_t/unsigned int mismatch.Werner Koch1-1/+3
2015-07-26Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch1-1/+1
2015-07-25scd: support any curves defined by libgcrypt.NIIBE Yutaka1-221/+143
2015-07-23scd: Format change to specify "rsa2048" for KEY-ATTR.NIIBE Yutaka1-6/+10
2015-07-21scd: change_keyattr_from_string for ECC.NIIBE Yutaka1-55/+95
2015-07-17scd: Use openpgpdefs.h for constants.NIIBE Yutaka1-13/+17
2015-07-09scd: Remove unused files.NIIBE Yutaka7-3036/+0
2015-07-02scd: Support AES decryption for OpenPGPcard v3.0.NIIBE Yutaka1-1/+4
2015-06-26scd: Support button flag and AES key data for OpenPGPcard v3.0.NIIBE Yutaka1-8/+28
2015-06-23Allow use of debug flag names for all tools.Werner Koch1-13/+26
2015-06-23scd: pinpad workaround for PC/SC implementations.NIIBE Yutaka1-4/+12
2015-06-22scd: Fix Cherry ST-2000 support for pinpad input.NIIBE Yutaka2-6/+16
2015-06-05scd: do_decipher change for OpenPGPcard v3.0.NIIBE Yutaka1-3/+21
2015-05-29scd: Fix key template of ECC.NIIBE Yutaka1-1/+1
2015-04-30scd: PC/SC reader selection by partial string match.NIIBE Yutaka1-4/+8
2015-04-24common: Remove two JNLIB_ macros (jnlib merge).Werner Koch3-9/+5
2015-04-14scd: better handling of extended APDU.NIIBE Yutaka3-83/+87
2015-04-10Remove obsolete directories from AM_CPPFLAGS.Werner Koch1-1/+1
2015-04-06Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch2-6/+6
2015-03-15scd: Fix possible NULL deref in apdu.cWerner Koch1-3/+7
2015-03-09scd: fix for 64-bit arch.NIIBE Yutaka1-3/+3
2015-02-12scd: Fix regression in 2.1.2 (due to commit 2183683)Werner Koch1-2/+2
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch4-26/+22