aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-04scd: Fix length error for READKEY.NIIBE Yutaka1-0/+2
2016-11-04scd: Add --advanced option for READKEY.NIIBE Yutaka5-61/+99
2016-11-02Spelling: correct spelling of "passphrase".Daniel Kahn Gillmor1-1/+1
2016-10-27Fix typos.Justus Winter1-1/+1
2016-10-27scd: Add 0x41 prefix for x-coordinate only result.NIIBE Yutaka1-12/+21
2016-10-24scd: Use canonical curve name of libgcrypt.NIIBE Yutaka1-31/+58
2016-10-21g10,scd: Fix ECC keygen.NIIBE Yutaka1-11/+12
2016-10-21scd: Fix segfault changing key attr.NIIBE Yutaka1-1/+1
2016-10-21Fix use cases of snprintf.NIIBE Yutaka2-3/+2
2016-10-20scd: GENKEY updates the public key in APP.NIIBE Yutaka1-228/+257
2016-10-18scd: Support ECC key generation.NIIBE Yutaka1-61/+137
2016-10-18scd: minor cleanup to merge other works.NIIBE Yutaka3-39/+32
2016-10-17scd: Fix keytocard for ECC.NIIBE Yutaka1-0/+2
2016-10-07agent, dirmngr, scd: Fix init_common_subsystems.NIIBE Yutaka1-0/+2
2016-10-04agent, dirmngr, scd: npth_init must be after fork.NIIBE Yutaka1-2/+4
2016-09-16scd: Add support of ECC pubkey attribute.NIIBE Yutaka1-16/+45
2016-09-05common: Add an assuan logging monitor.Werner Koch1-1/+1
2016-09-03scd: Fix an action after card removal.NIIBE Yutaka1-5/+5
2016-09-02scd: Release the card reader after card removal.NIIBE Yutaka1-1/+4
2016-09-02scd: Clean up unused shutdown method.NIIBE Yutaka3-121/+0
2016-08-12Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor1-2/+2
2016-08-09Cleanup initialization of libgcrypt.Ben Kibbey1-8/+0
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor3-4/+4
2016-07-20scd: Fix card removal/reset on multiple contexts.NIIBE Yutaka2-41/+47
2016-07-19scd: Fix race conditions for release_application.NIIBE Yutaka1-4/+6
2016-06-19scd: Reset nonnull_nad to zero for VENDOR_GEMPC.Niibe Yutaka1-1/+1
2016-06-17scd: Make option --homedir work.Werner Koch1-0/+1
2016-06-08Explicitly restrict socket permissions.Werner Koch1-0/+4
2016-06-08w32: Fix recent build regression.Werner Koch1-1/+0
2016-06-08Do not try to remove the enclosing directory of sockets.Werner Koch1-7/+0
2016-06-07common: New function gnupg_socketdir.Werner Koch1-1/+1
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch3-12/+9
2016-05-02scd: More fix of error return path.NIIBE Yutaka1-2/+2
2016-04-28scd: Fix error return path.NIIBE Yutaka1-3/+4
2016-04-27scd: Fix memory leaks.NIIBE Yutaka1-1/+10
2016-03-07scd: Bug fix for a device with multiple interfaces.NIIBE Yutaka1-2/+3
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter1-47/+1
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