aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
3 daysscd:p15: Accept P15 cards with a zero-length label.Werner Koch1-2/+11
2025-03-17gpgsm: Extend --learn-card by an optional s/n argument.Werner Koch1-19/+52
2025-03-14scd,w32: Fix posssible lockup due to lost select results.Werner Koch1-2/+5
2025-03-05Log the Windows system error code at more places.Werner Koch1-3/+6
2024-12-20scd: Use gpgrt_spawn_actions_set_env_rev to have clean semantics.NIIBE Yutaka1-11/+3
2024-11-18scd: No hard lock-up when apdu_connect never returns.NIIBE Yutaka1-4/+15
2024-11-12scd: Clean up app_send_active_apps and app_send_card_list.NIIBE Yutaka1-8/+6
2024-11-11scd: Fix a memory leak.NIIBE Yutaka1-0/+4
2024-11-11scd: Fix resource leaks on error paths.NIIBE Yutaka2-4/+13
2024-11-06scd: Fix getinfo active_apps.NIIBE Yutaka1-1/+3
2024-11-06scd: Serialize CARD access for send_card_and_app_list.NIIBE Yutaka1-2/+7
2024-10-08common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old.NIIBE Yutaka1-6/+6
2024-10-08common,gpg,scd,sm: Use openpgp_oid_or_name_to_curve to get curve.NIIBE Yutaka1-2/+1
2024-09-20w32: Fix last commit to build on Windows.Werner Koch1-1/+1
2024-09-20scd: Fix DEVINFO, allowing no clients which watch the change.NIIBE Yutaka1-3/+7
2024-09-18scd: Fix DEVINFO to allow multiple clients.NIIBE Yutaka1-0/+9
2024-09-06scd:w32: Fix for setting an environment block with GNUPGHOME.NIIBE Yutaka1-3/+2
2024-09-05scd:w32: Export GNUPGHOME for scd-event.NIIBE Yutaka1-12/+11
2024-08-05scd: New getinfo subcommand "manufacturer"Werner Koch3-3/+12
2024-08-02scd: New getinfo subcommand "dump_state".Werner Koch1-4/+7
2024-07-22scd: Avoid memory leak.Jakub Jelen1-0/+1
2024-07-09common: On Windows, we care about how PIPE handles are inherited.NIIBE Yutaka2-2/+2
2024-07-09scd: Add <unistd.h> for read(2) / write(2) .NIIBE Yutaka1-0/+1
2024-07-09Use gpgrt_process_spawn API from libgpg-error.NIIBE Yutaka2-6/+5
2024-06-26scd: Restrict use of DEVINFO --watch command for socket connection.NIIBE Yutaka1-1/+8
2024-06-25scd: Finish DEVINFO --watch command on input close.NIIBE Yutaka1-9/+85
2024-06-25scd: Factor out scd_init_event function.NIIBE Yutaka2-26/+35
2024-06-17Fix the previous commit.NIIBE Yutaka1-0/+2
2024-06-17scd: Fix how scdaemon pipe server finishes.NIIBE Yutaka3-15/+8
2024-05-31indent: Fix spellingDaniel Kahn Gillmor10-18/+18
2024-05-31spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka1-10/+15
2024-05-28scd: Avoid buffer overrun with more than 16 PC/SC readers.Jakub Jelen1-1/+1
2024-05-22scd:openpgp: Add new vendor.Werner Koch1-0/+1
2024-05-16scd:openpgp: Robust Data Object handling for constructed case.NIIBE Yutaka1-0/+50
2024-05-06scd:piv: Support listing of retired keys with KEYINFO.Werner Koch1-21/+21
2024-04-15scd:openpgp: Robust Data Object handling for constructed case.NIIBE Yutaka1-0/+50
2024-03-27scd:openpgp: Fix data_objects specification for F9 and FA.NIIBE Yutaka1-2/+2
2024-03-26scd: Add new OpenPGP vendorWerner Koch1-0/+1
2024-03-07scd: Improve code reability of ccid-driver.cWerner Koch1-96/+49
2024-03-07scd: Add support for ACR-122UWerner Koch2-1/+7
2024-03-07scd: Let the CCID module auto detach the kernel driver.Werner Koch3-0/+41
2024-02-20scd:p15: Fix typo in a commentMario Haustein1-1/+1
2024-02-20scd:p15: Add ECC support for D-Trust Card 4.1/4.4Mario Haustein1-6/+4
2024-02-20scd:p15: Take derive usage into account for decryption (2).Werner Koch1-1/+2
2024-02-20scd:p15: Handle duplicate certificate ids.Werner Koch1-2/+44
2024-02-20scd:p15: Take derive usage into account for decryption.Werner Koch1-15/+21
2024-01-30scd:openpgp: Allow PIN length of 6 also with a reset code.Werner Koch1-2/+15
2024-01-29doc: Fix spelling errors found by lintian.Werner Koch1-1/+1
2024-01-10scd:p15: Allow signing for CVISION cardsWerner Koch1-4/+81
2024-01-09scd:p15: Allow PIN verification and decryption for CVISION cards.Werner Koch1-15/+55