aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-31scd: Add npth_unprotect/npth_protect for blocking operations.NIIBE Yutaka1-0/+20
2022-07-13scd:openpgp: Fix workaround for Yubikey heuristics.NIIBE Yutaka1-8/+21
2022-07-13scd: Fail when no good algorithm attribute.NIIBE Yutaka1-18/+29
2022-07-12scd: Don't inhibit SSH authentication for larger data if it can.NIIBE Yutaka1-0/+5
2022-06-09agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka1-0/+2
2022-06-01scd:p15: Fix accidental commit of debug codeWerner Koch1-6/+3
2022-06-01scd: Shorten cardio debug output for all zeroes.Werner Koch1-4/+33
2022-05-17scd: Fix use of SCardListReaders for PC/SC.NIIBE Yutaka1-1/+1
2022-05-10scd: Add workaround for ECC attribute on Yubikey.NIIBE Yutaka1-1/+2
2022-05-06scd:p15: Improve the displayed S/N for Technology Nexus cards.Werner Koch1-6/+42
2022-05-06scd:p15: Fix the the sanity check of the displayed S/N.Werner Koch1-2/+6
2022-05-05scd:p15: Fix reading certificates without length info.Werner Koch1-6/+23
2022-05-05scd: New debug flags "card".Werner Koch2-1/+4
2022-04-14scd: Minor code reorganizationWerner Koch1-17/+22
2022-04-14scd: Fix memory leak in ccid-driver.Werner Koch1-9/+9
2022-04-13scd:p15: Improve the PIN prompt for Genua cards.Werner Koch1-4/+26
2022-04-13scd:p15: Support for GeNUA cards.Werner Koch1-1/+10
2022-04-13scd:p15: Prepare AODF parsing for other authentication types.Werner Koch1-329/+372
2022-04-13scd:p15: Add basic support for AET JCOP cards.Werner Koch1-5/+46
2022-02-21scd:p15: Used extended mode already for RSA 2048Werner Koch1-2/+2
2022-02-17scd: Use lock_slot for apdu_send_direct.NIIBE Yutaka1-1/+1
2022-01-25scd: Also prefer Yubikeys if no reader port is given.Werner Koch1-1/+2
2021-12-29scd: Re-group the options in the --help output.Werner Koch1-10/+22
2021-12-29gpgconf: Support reading global options (part 2).Werner Koch1-2/+3
2021-11-15scd:openpgp: Support longer data for INTERNAL_AUTHENTICATE.NIIBE Yutaka1-0/+8
2021-11-10scd: More conservative selection of a card reader.NIIBE Yutaka1-1/+1
2021-10-22scd: Select a reader for PC/SC.NIIBE Yutaka1-4/+76
2021-09-14scd: Remove context reference counting from pc/scWerner Koch1-22/+16
2021-09-08scd: Support PC/SC for "getinfo reader_list".Werner Koch3-12/+88
2021-09-07scd: Fix possible assertion in close_pcsc_reader.Werner Koch1-6/+12
2021-07-04Update OpenPGP card vendor list.Werner Koch1-1/+4
2021-06-23scd:ccid: Handle LIBUSB_TRANSFER_OVERFLOW interrupt transfer.NIIBE Yutaka1-0/+5
2021-06-23scd:ccid:spr532: Extend abort_cmd for initialization time.NIIBE Yutaka1-11/+18
2021-06-14scd: Error code map fix for older Yubikey.NIIBE Yutaka1-0/+1
2021-06-10scd: Fix serial number detection for Yubikey 5.Werner Koch1-4/+5
2021-05-21scd: Release memory for RDRNAME.NIIBE Yutaka1-0/+2
2021-05-20scd: avoid memory leaksJakub Jelen2-14/+24
2021-05-20Assorted memory leak fixes on the error code paths.Werner Koch1-1/+1
2021-05-18scd:p15: Fix logic for appending product name to MANUFACTURER.Ingo Klöcker1-2/+2
2021-05-07scd,pcsc: Use a single context.NIIBE Yutaka1-150/+167
2021-05-04scd: Fix possible PC/SC removed card problemWerner Koch1-0/+12
2021-05-04scd: Add string for another PC/SC error code.Werner Koch2-1/+5
2021-05-04scd: Fix unblock PIN by a Reset Code with KDF.Kirill Elagin1-1/+1
2021-05-03scd: Add option --info to emit KEYPAIRINFO by readkey command.Werner Koch3-13/+65
2021-04-29scd: New option --pcsc-shared.Werner Koch4-3/+8
2021-04-29scd: Rewrite READKEY to allow for compressed points.Werner Koch3-43/+75
2021-04-29scd:p15: Update from current GnuPG 2.3Werner Koch1-838/+2726
2021-04-29common: Extend the openpgp_curve_to_oid function.Werner Koch1-4/+4
2021-04-29scd: New function send_keyinfo to assist in backporting.Werner Koch2-0/+30
2021-04-29scd: Minor changes to assist in backporting from 2.3Werner Koch3-5/+9