aboutsummaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd:p15: Accept P15 cards with a zero-length label.Werner Koch3 days1-2/+11
* scd,w32: Fix posssible lockup due to lost select results.Werner Koch2025-04-021-2/+5
* scd: No hard lock-up when apdu_connect never returns.NIIBE Yutaka2024-11-181-4/+15
* scd: Fix a memory leak.NIIBE Yutaka2024-11-131-0/+4
* scd: Fix resource leaks on error paths.NIIBE Yutaka2024-11-132-4/+13
* scd: Clean up app_send_active_apps and app_send_card_list.NIIBE Yutaka2024-11-121-8/+6
* scd: Fix getinfo active_apps.NIIBE Yutaka2024-11-081-1/+3
* scd: Serialize CARD access for send_card_and_app_list.NIIBE Yutaka2024-11-081-2/+7
* scd: Add <unistd.h> for read(2) / write(2) .NIIBE Yutaka2024-10-301-0/+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-191-0/+9
* scd: New getinfo subcommand "manufacturer"Werner Koch2024-08-073-3/+12
* scd: New getinfo subcommand "dump_state".Werner Koch2024-08-071-4/+7
* agent: Handle SCD DEVINFO --watch command in a special way.Werner Koch2024-07-011-1/+1
* scd: Restrict use of DEVINFO --watch command for socket connection.NIIBE Yutaka2024-07-011-1/+8
* scd: Finish DEVINFO --watch command on input close.NIIBE Yutaka2024-07-011-9/+85
* scd: Factor out scd_init_event function.NIIBE Yutaka2024-07-012-26/+35
* Fix the previous commit.NIIBE Yutaka2024-07-011-0/+2
* scd: Fix how scdaemon pipe server finishes.NIIBE Yutaka2024-07-013-15/+8
* scd: Avoid buffer overrun with more than 16 PC/SC readers.Jakub Jelen2024-05-291-1/+1
* scd:openpgp: Add new vendor.Werner Koch2024-05-291-0/+2
* scd:openpgp: Robust Data Object handling for constructed case.NIIBE Yutaka2024-05-161-0/+50
* 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
* 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
* scd:openpgp: Add the length check for new PIN.NIIBE Yutaka2023-12-221-16/+32
* scd:p15: Add a diagnostic for unsupported DTRUST4 features.Werner Koch2023-12-201-1/+4
* scd:p15: Add support for D-Trust Card 4.1/4.4Mario Haustein via Gnupg-devel2023-12-201-9/+71
* scd:p15: Add support for CardOS 5.4Mario Haustein via Gnupg-devel2023-12-201-2/+8
* scd:openpgp: Fallback to default ECDH params in writekey.Werner Koch2023-11-231-3/+5
* scd: New option --debug-allow-pin-logging.Werner Koch2023-11-213-4/+10
* scd:p15: Basic support for Starcos 3.2.Werner Koch2023-11-161-32/+51
* scd: Minor debug output tweakWerner Koch2023-11-162-2/+4
* scd: Return GPG_ERR_PIN_BLOCKED when it's blocked.NIIBE Yutaka2023-11-081-2/+2
* scd:openpgp: Return better error codes for the Reset Code.Werner Koch2023-10-061-3/+3
* scd:p15: Make signing work for Nexus cards.Werner Koch2023-07-041-12/+19
* scd:piv: Fix authentication with Administration Key.NIIBE Yutaka2023-06-281-2/+2
* w32: Add missing supportedOS Ids for Windows-10Werner Koch2023-05-241-0/+1
* w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch2023-05-243-1/+32