aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-15scd: Fix signing authentication status.NIIBE Yutaka1-1/+4
2018-07-29scd: Add support for Trustica Cryptoucan.Jiří Keresteš3-3/+13
2018-04-03scd: Writing KDF resets auth state.NIIBE Yutaka1-1/+7
2018-03-30g10,scd: Support single salt for KDF data object.NIIBE Yutaka1-7/+22
2018-03-30scd: Support changing key attribute back to RSA.NIIBE Yutaka1-6/+18
2018-03-27agent,scd: Use pointer to represent HANDLE.NIIBE Yutaka1-6/+10
2018-03-22scd: Support KDF DO setup.NIIBE Yutaka1-2/+3
2018-03-19scd: signal mask should be set just after npth_init.NIIBE Yutaka1-11/+17
2018-03-15scd: Fix suspend/resume handling for CCID driver.NIIBE Yutaka1-1/+2
2018-03-13scd: After fatal error, shutdown a reader.NIIBE Yutaka1-0/+9
2018-03-13scd: Fix for GNU/Linux suspend/resume.NIIBE Yutaka1-4/+2
2018-03-12scd: Fix typo in previous commit.NIIBE Yutaka1-1/+1
2018-03-08scd: More fix with PC/SC for Windows.NIIBE Yutaka1-18/+20
2018-03-08scd: Fix status check when using PC/SC.NIIBE Yutaka2-3/+14
2018-02-14common: Use new function to print status strings.Werner Koch1-1/+3
2018-02-13scd: Improve KDF-DO supportArnaud Fontaine1-1/+2
2018-02-12scd: Fix handling for Data Object with no data.NIIBE Yutaka1-2/+6
2018-02-07scd: Use pipe to kick the loop on NetBSD.NIIBE Yutaka1-1/+38
2018-01-22scd: Support KDF Data Object of OpenPGPcard V3.3.NIIBE Yutaka1-25/+94
2017-12-27scd: Fix for inactive card at start by internal CCID driver.NIIBE Yutaka1-2/+15
2017-12-12Change backlog from 5 to 64 and provide option --listen-backlog.Werner Koch1-3/+13
2017-11-21scd: Enable card removal check after select_application.NIIBE Yutaka4-12/+18
2017-09-11scd: Fix for large ECC keys.NIIBE Yutaka1-8/+32
2017-08-27scd: Convey the correct length for LeWerner Koch1-2/+2
2017-07-25w32: Also change the directory on daemon startup.Werner Koch1-2/+2
2017-07-25common: New functions gnupg_daemon_rootdir and gnupg_chdir.Werner Koch1-2/+3
2017-07-25Revert "w32: Change directory on daemon startup."Werner Koch1-10/+3
2017-07-24w32: Change directory on daemon startup.Marcus Brinkmann1-3/+10
2017-07-24scd: Use unsigned int for fields.NIIBE Yutaka1-5/+5
2017-07-21scd: Fix SEGV in CCID driver.NIIBE Yutaka1-4/+7
2017-07-21scd: Add debug message for v3 card.NIIBE Yutaka1-8/+17
2017-07-20scd: Support longer data length for special DOs for v3 card.NIIBE Yutaka1-16/+45
2017-05-31scd: Fix error code on failure at usb_init.NIIBE Yutaka1-1/+1
2017-05-31scd: Handle a failure of libusb_init.NIIBE Yutaka1-4/+15
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka6-9/+9
2017-04-12scd: Handle unexpected suspend/resume by CCID driver.NIIBE Yutaka1-4/+16
2017-04-10scd: Relax a condition for p15 driver.NIIBE Yutaka1-1/+1
2017-04-10scd: Relax a condition for p15 driver.NIIBE Yutaka1-1/+1
2017-04-10scd: Remove "special transport" support.NIIBE Yutaka1-292/+64
2017-04-07scd: Internal CCID reader cleanup.NIIBE Yutaka1-269/+41
2017-04-07scd: Don't keep CCID reader open when card is not available.NIIBE Yutaka1-8/+3
2017-03-27scd: Change the order of applications when accessed.NIIBE Yutaka1-2/+9
2017-03-27scd: Fix timeout handling for key generation.NIIBE Yutaka1-5/+13
2017-03-07More change for common.NIIBE Yutaka1-2/+2
2017-03-07Remove -I option to common.NIIBE Yutaka12-30/+30
2017-03-07scd: Close THE_EVENT handle.NIIBE Yutaka1-0/+4
2017-03-06scd: Fix compiler warnings for app-openpgp.c.NIIBE Yutaka1-4/+2
2017-03-06scd: More cleanup of old code.NIIBE Yutaka3-8/+5
2017-03-06scd: Clean up old code.NIIBE Yutaka1-1145/+22
2017-03-06scd: Fix API of select_file/_path.NIIBE Yutaka7-48/+25