aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-06scd:p15: Make signing work for Nexus cards.Werner Koch1-12/+19
2025-04-24scd:p15: Accept P15 cards with a zero-length label.Werner Koch1-2/+11
2025-04-02scd,w32: Fix posssible lockup due to lost select results.Werner Koch1-2/+5
2024-08-07scd: New getinfo subcommand "manufacturer"Werner Koch3-15/+24
2024-05-16scd:openpgp: Fix PIN pin2hash_if_kdf.NIIBE Yutaka1-1/+1
2024-01-30scd:openpgp: Allow PIN length of 6 also with a reset code.Werner Koch1-2/+15
2024-01-26scd:openpgp: Add the length check for new PIN.NIIBE Yutaka1-14/+32
2024-01-26scd:openpgp: Restructure the pin2hash_id_kdf function.Werner Koch1-81/+111
2023-11-23scd:openpgp: Print a diagnostic for the use of default ECDH params.Werner Koch1-10/+7
2023-10-11scd:openpgp: Use a special compare for the serialno.Werner Koch1-2/+9
2023-10-11scd:openpgp: Allow the reading the key by keygrip.Werner Koch1-4/+39
2023-10-11scd:openpgp: Extend KEYPAIRINFO with an algorithm string.Werner Koch1-7/+56
2023-10-11scd:openpgp: Use shared fucntion for the dispserialno.Werner Koch1-32/+46
2023-10-10scd:openpgp: Some comment updatesWerner Koch1-18/+29
2023-10-10scd: Add handling of "Algorithm Information" DO.NIIBE Yutaka1-0/+1
2023-10-10scd:openpgp: New KEY-STATUS attribute.Werner Koch1-1/+2
2023-10-10scd:openpgp: Add attribute "UIF" for convenience.Werner Koch1-7/+13
2023-10-10scd: Add handling of Ed448 key.NIIBE Yutaka1-13/+12
2023-10-10scd:openpgp: Support the ecdh-params arg for writing keys.Werner Koch1-20/+72
2023-10-10scd:openpgp: Handle wrong error return code of Yubikey.Werner Koch1-5/+6
2023-10-10scd: Fix description string.NIIBE Yutaka1-2/+2
2023-10-10scd:openpgp: Support UIF changing command.NIIBE Yutaka1-4/+22
2023-10-10scd:openpgp: Small speedup reading card properties.Werner Koch1-2/+19
2023-10-10scd:openpgp: Allow reading and writing user certs for keys 1 and 2Werner Koch3-22/+127
2023-10-10scd: Allow standard keyref scheme for app-openpgp.Werner Koch1-0/+11
2023-10-10scd:openpgp: Support GET DATA response with no header for DO 0x00FA.NIIBE Yutaka1-2/+2
2023-10-10scd:openpgp: Pass arg ctrl to more functions.Werner Koch1-50/+49
2023-10-10scd:openpgp: Replace assert by log_assert.Werner Koch1-17/+17
2023-10-10scd:openpgp: Fix computing fingerprint for ECC with SOS.NIIBE Yutaka1-1/+22
2023-10-10scd:openpgp: Very minor refactoringWerner Koch1-3/+5
2023-10-10scd:openpgp: Rename an internal variable.Werner Koch1-13/+14
2023-08-29scd,w32: Fix build dependencyWerner Koch1-1/+3
2023-05-25w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch2-3/+13
2023-05-10scd: Fix cmd_apdu on error.NIIBE Yutaka2-2/+5
2023-04-20scd,p15: Enforce a min. PIN length for certain cards.Werner Koch1-5/+10
2023-03-14scd,openpgp: Switch key attributes between RSA and ECC in writekey.Werner Koch1-5/+28
2023-03-08scd: Fix checking memory allocation.NIIBE Yutaka1-1/+1
2023-02-17scd: Parse "Algorithm Information" data object in scdaemon.NIIBE Yutaka1-1/+117
2023-02-17scd:p15: Add pre-check for ascii-numeric PINs.Werner Koch1-3/+11
2023-02-17scd:p15: Use APP_CARD macro at some other places.Werner Koch1-4/+4
2023-02-17scd: Improve reading of binary records.Werner Koch3-10/+5
2023-02-17scd:p15: Handle cards with bad encoded path objects.Werner Koch1-9/+13
2023-01-13scd:openpgp: Allow auto-changing of the key attributes in genkey.Werner Koch2-69/+212
2023-01-13scd: Return CARDTYPE, CARDVERSION, and APPVERSION.Werner Koch1-2/+31
2022-12-08scd:p15: Skip deleted records.Werner Koch1-8/+37
2022-11-25scd: Redact --debug cardio output of a VERIFY APDU.Werner Koch1-2/+16
2022-11-25scd:nks: Fix ECC signing if key not given by keygrip.Werner Koch1-0/+2
2022-11-25scd:nks: Support non-ESIGN signing with the Signature Card v2Werner Koch1-8/+20
2022-11-25scd: Use app_get_slot at more places.Werner Koch4-65/+84
2022-11-25scd: Use APP_LEARN_FLAG_KEYPAIRINFO with more apps.Werner Koch2-2/+2