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