summaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: On a Yubikey re-select the last app after the use of APDU.Werner Koch2023-04-183-2/+22
* scd,openpgp: Switch key attributes between RSA and ECC in writekey.Werner Koch2023-03-151-5/+30
* scd: Fix checking memory allocation.NIIBE Yutaka2023-03-081-1/+1
* doc: Minor comment fixes.Werner Koch2023-02-231-1/+1
* scd:p15: Skip deleted records.Werner Koch2022-12-091-8/+37
* scd: Redact --debug cardio output of a VERIFY APDU.Werner Koch2022-11-171-2/+16
* scd:nks: Fix ECC signing if key not given by keygrip.Werner Koch2022-11-151-0/+2
* scd:nks: Support non-ESIGN signing with the Signature Card v2Werner Koch2022-10-251-8/+20
* agent,dirmngr,gpg,scd: Clean up for modern compiler.NIIBE Yutaka2022-09-142-1/+2
* gpg,common,scd,sm: Function prototype fixes for modern compiler.NIIBE Yutaka2022-09-131-1/+1
* scd: Add npth_unprotect/npth_protect for blocking operations.NIIBE Yutaka2022-08-251-0/+20
* scd: Add a libusb debug level.Werner Koch2022-08-221-1/+33
* scd:opengpg: Minor vendor name fixWerner Koch2022-07-281-1/+1
* scd:openpgp: New vendorWerner Koch2022-07-281-0/+1
* scd:openpgp: Fix workaround for Yubikey heuristics.NIIBE Yutaka2022-07-131-8/+21
* scd: Support specifying keygrip for learn command.NIIBE Yutaka2022-06-101-2/+8
* scd,openpgp: Support READCERT by keygrip.NIIBE Yutaka2022-06-101-1/+22
* scd:nks: Don't flag the ESIGN keypair EF as encryption capable.Werner Koch2022-06-011-1/+1
* scd:nks: Some code cleanup.Werner Koch2022-06-011-107/+100
* scd:nks: Support the Telesec ESIGN application.Werner Koch2022-05-291-26/+81
* scd: Return USAGE information for KEYINFO command.NIIBE Yutaka2022-05-266-71/+103
* scd,piv: Fix status report of KEYPAIRINFO.NIIBE Yutaka2022-05-261-1/+1
* agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka2022-05-251-0/+2
* scd: Support automatic card selection for READCERT with keygrip.NIIBE Yutaka2022-05-241-1/+5
* scd: Fix use of SCardListReaders for PC/SC.NIIBE Yutaka2022-05-171-1/+1
* scd: Fail when no good algorithm attribute.NIIBE Yutaka2022-05-111-19/+30
* scd:openpgp: New card vendor.Werner Koch2022-05-101-0/+1
* scd:p15: Improve the displayed S/N for Technology Nexus cards.Werner Koch2022-05-061-3/+36
* scd:p15: Fix the the sanity check of the displayed S/N.Werner Koch2022-05-061-2/+6
* scd: Add workaround for ECC attribute on Yubikey.NIIBE Yutaka2022-05-061-1/+2
* scd:p15: Fix reading certificates without length info.Werner Koch2022-05-051-6/+23
* scd: New debug flags "card".Werner Koch2022-05-052-2/+5
* scd: Fix hard-coded constant for RSA auth.NIIBE Yutaka2022-04-251-3/+9
* scd: Don't inhibit SSH authentication for larger data if it can.NIIBE Yutaka2022-04-221-0/+5
* scd: Renamed a constant in ccid-driver.cWerner Koch2022-04-141-3/+3
* scd: Minor code reorganizationWerner Koch2022-04-141-16/+22
* scd: Fix memory leak in ccid-driver.Werner Koch2022-04-141-9/+9
* scd:p15: Improve the PIN prompt for Genua cards.Werner Koch2022-04-131-4/+26
* scd: Support for GeNUA cards.Werner Koch2022-04-111-1/+10
* scd,tpm2d: Fix for consistent use of socket FD.NIIBE Yutaka2022-03-313-5/+5
* scd,w32: Fix socket resource leak.NIIBE Yutaka2022-03-291-23/+26
* scd: Fix DEVINFO with no --watch.NIIBE Yutaka2022-03-152-2/+2
* Fix previous commit.NIIBE Yutaka2022-03-111-1/+4
* scd: Enhance PASSWD command to accept KEYGRIP optionally.NIIBE Yutaka2022-03-101-3/+8
* scd: Use same idiom for same work.NIIBE Yutaka2022-03-101-4/+4
* scd: Fix PK_AUTH with --challenge-response option.NIIBE Yutaka2022-03-042-3/+6
* scd: Add --challenge-response option to PK_AUTH for OpenPGP card.NIIBE Yutaka2022-03-033-26/+201
* scd: Let READKEY support --format=ssh option.NIIBE Yutaka2022-03-021-16/+56
* scd:p15: Used extended mode already for RSA 2048Werner Koch2022-02-211-2/+2
* scd,pcsc: Fix error handling for a reader with reader-port.NIIBE Yutaka2022-01-041-5/+1