summaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: Use gpgrt_spawn_actions_set_env_rev to have clean semantics.NIIBE Yutaka2024-12-201-11/+3
* scd: No hard lock-up when apdu_connect never returns.NIIBE Yutaka2024-11-181-4/+15
* scd: Clean up app_send_active_apps and app_send_card_list.NIIBE Yutaka2024-11-121-8/+6
* scd: Fix a memory leak.NIIBE Yutaka2024-11-111-0/+4
* scd: Fix resource leaks on error paths.NIIBE Yutaka2024-11-112-4/+13
* scd: Fix getinfo active_apps.NIIBE Yutaka2024-11-071-1/+3
* scd: Serialize CARD access for send_card_and_app_list.NIIBE Yutaka2024-11-061-2/+7
* common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old.NIIBE Yutaka2024-10-081-6/+6
* common,gpg,scd,sm: Use openpgp_oid_or_name_to_curve to get curve.NIIBE Yutaka2024-10-081-2/+1
* w32: Fix last commit to build on Windows.Werner Koch2024-09-201-1/+1
* scd: Fix DEVINFO, allowing no clients which watch the change.NIIBE Yutaka2024-09-201-3/+7
* scd: Fix DEVINFO to allow multiple clients.NIIBE Yutaka2024-09-181-0/+9
* scd:w32: Fix for setting an environment block with GNUPGHOME.NIIBE Yutaka2024-09-061-3/+2
* scd:w32: Export GNUPGHOME for scd-event.NIIBE Yutaka2024-09-051-12/+11
* scd: New getinfo subcommand "manufacturer"Werner Koch2024-08-053-3/+12
* scd: New getinfo subcommand "dump_state".Werner Koch2024-08-021-4/+7
* scd: Avoid memory leak.Jakub Jelen2024-07-221-0/+1
* common: On Windows, we care about how PIPE handles are inherited.NIIBE Yutaka2024-07-092-2/+2
* scd: Add <unistd.h> for read(2) / write(2) .NIIBE Yutaka2024-07-091-0/+1
* Use gpgrt_process_spawn API from libgpg-error.NIIBE Yutaka2024-07-092-6/+5
* scd: Restrict use of DEVINFO --watch command for socket connection.NIIBE Yutaka2024-06-261-1/+8
* scd: Finish DEVINFO --watch command on input close.NIIBE Yutaka2024-06-251-9/+85
* scd: Factor out scd_init_event function.NIIBE Yutaka2024-06-252-26/+35
* Fix the previous commit.NIIBE Yutaka2024-06-171-0/+2
* scd: Fix how scdaemon pipe server finishes.NIIBE Yutaka2024-06-173-15/+8
* indent: Fix spellingDaniel Kahn Gillmor2024-05-3110-18/+18
* spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka2024-05-311-10/+15
* scd: Avoid buffer overrun with more than 16 PC/SC readers.Jakub Jelen2024-05-281-1/+1
* scd:openpgp: Add new vendor.Werner Koch2024-05-221-0/+1
* scd:piv: Support listing of retired keys with KEYINFO.Werner Koch2024-05-061-21/+21
* scd:openpgp: Robust Data Object handling for constructed case.NIIBE Yutaka2024-04-151-0/+50
* scd:openpgp: Fix data_objects specification for F9 and FA.NIIBE Yutaka2024-03-271-2/+2
* scd: Add new OpenPGP vendorWerner Koch2024-03-261-0/+1
* Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-03-127-119/+179
|\
| * scd: Improve code reability of ccid-driver.cWerner Koch2024-03-071-96/+49
| * scd: Add support for ACR-122UWerner Koch2024-03-072-1/+7
| * scd: Let the CCID module auto detach the kernel driver.Werner Koch2024-03-073-0/+41
| * scd:p15: Fix typo in a commentMario Haustein2024-02-201-1/+1
| * scd:p15: Add ECC support for D-Trust Card 4.1/4.4Mario Haustein2024-02-201-6/+4
| * scd:p15: Take derive usage into account for decryption (2).Werner Koch2024-02-201-1/+2
| * scd:p15: Handle duplicate certificate ids.Werner Koch2024-02-201-2/+44
| * scd:p15: Take derive usage into account for decryption.Werner Koch2024-02-201-15/+21
| * scd:openpgp: Allow PIN length of 6 also with a reset code.Werner Koch2024-01-301-2/+15
| * doc: Fix spelling errors found by lintian.Werner Koch2024-01-291-1/+1
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-01-264-24/+244
|\|
| * scd:p15: Allow signing for CVISION cardsWerner Koch2024-01-101-4/+81
| * scd:p15: Allow PIN verification and decryption for CVISION cards.Werner Koch2024-01-091-15/+55
| * scd: Add support for SCE 7.0Werner Koch2024-01-043-5/+108
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-12-226-68/+184
|\|
| * scd:openpgp: Add the length check for new PIN.NIIBE Yutaka2023-12-221-16/+32