aboutsummaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: Use canonical curve name of libgcrypt.NIIBE Yutaka2016-10-241-31/+58
* g10,scd: Fix ECC keygen.NIIBE Yutaka2016-10-211-11/+12
* scd: Fix segfault changing key attr.NIIBE Yutaka2016-10-211-1/+1
* Fix use cases of snprintf.NIIBE Yutaka2016-10-212-3/+2
* scd: GENKEY updates the public key in APP.NIIBE Yutaka2016-10-201-228/+257
* scd: Support ECC key generation.NIIBE Yutaka2016-10-181-61/+137
* scd: minor cleanup to merge other works.NIIBE Yutaka2016-10-183-39/+32
* scd: Fix keytocard for ECC.NIIBE Yutaka2016-10-171-0/+2
* agent, dirmngr, scd: Fix init_common_subsystems.NIIBE Yutaka2016-10-071-0/+2
* agent, dirmngr, scd: npth_init must be after fork.NIIBE Yutaka2016-10-041-2/+4
* scd: Add support of ECC pubkey attribute.NIIBE Yutaka2016-09-161-16/+45
* common: Add an assuan logging monitor.Werner Koch2016-09-051-1/+1
* scd: Fix an action after card removal.NIIBE Yutaka2016-09-031-5/+5
* scd: Release the card reader after card removal.NIIBE Yutaka2016-09-021-1/+4
* scd: Clean up unused shutdown method.NIIBE Yutaka2016-09-023-121/+0
* Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2016-08-121-2/+2
* Cleanup initialization of libgcrypt.Ben Kibbey2016-08-091-8/+0
* More cleanup of "allow to".Daniel Kahn Gillmor2016-08-033-4/+4
* scd: Fix card removal/reset on multiple contexts.NIIBE Yutaka2016-07-202-41/+47
* scd: Fix race conditions for release_application.NIIBE Yutaka2016-07-191-4/+6
* scd: Reset nonnull_nad to zero for VENDOR_GEMPC.Niibe Yutaka2016-06-191-1/+1
* scd: Make option --homedir work.Werner Koch2016-06-171-0/+1
* Explicitly restrict socket permissions.Werner Koch2016-06-081-0/+4
* w32: Fix recent build regression.Werner Koch2016-06-081-1/+0
* Do not try to remove the enclosing directory of sockets.Werner Koch2016-06-081-7/+0
* common: New function gnupg_socketdir.Werner Koch2016-06-071-1/+1
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-073-12/+9
* scd: More fix of error return path.NIIBE Yutaka2016-05-021-2/+2
* scd: Fix error return path.NIIBE Yutaka2016-04-281-3/+4
* scd: Fix memory leaks.NIIBE Yutaka2016-04-271-1/+10
* scd: Bug fix for a device with multiple interfaces.NIIBE Yutaka2016-03-071-2/+3
* common: Consolidate Assuan server argument handling.Justus Winter2016-03-021-47/+1
* scd: Fix size_t/int mismatch in libusbWerner Koch2016-01-271-3/+5
* scd: Migrate to new API of libusb 1.0.NIIBE Yutaka2016-01-272-181/+151
* Use ngettext for some strings.Werner Koch2016-01-181-4/+12
* scd: Fix regression for generating RSA keys on card.NIIBE Yutaka2015-12-141-0/+5
* scd: Fix removal of unplugged usb readers on Windows.Daniel Hoffend2015-12-101-0/+3
* scd: Fix for removing the prefix.NIIBE Yutaka2015-12-041-1/+1
* scd: Simplify saving application context.NIIBE Yutaka2015-12-041-62/+41
* scd: More fix for Curve25519 prefix handling.NIIBE Yutaka2015-12-041-11/+31
* scd: Another fix for Curve25519 prefix handling.Werner Koch2015-12-031-6/+9
* scd: Fix "Conflicting usage" bug.NIIBE Yutaka2015-12-033-28/+11
* scd: Fix for Curve25519 prefix handling.NIIBE Yutaka2015-12-021-1/+26
* build: Require at least Libassuan 2.4.1.Werner Koch2015-12-021-11/+0
* scd: Improve error handling.Justus Winter2015-11-191-1/+1
* Fix typos found using codespell.Justus Winter2015-11-177-21/+21
* scd: Add reder information to --card-status.NIIBE Yutaka2015-11-095-5/+28
* scd: Fix error handling with libusb-compat library.NIIBE Yutaka2015-11-041-7/+12
* scd: fix change_keyattr.NIIBE Yutaka2015-11-041-2/+2
* scd: Handle error correctly.NIIBE Yutaka2015-09-281-5/+5