aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-24scd: Fix CCID internal driver for interrupt transfer.NIIBE Yutaka1-3/+36
2020-09-21scd: Extend KEYPAIRINFO with an algorithm string.Werner Koch6-22/+98
2020-09-16scd: Clear PIN cache when changing key attributes.NIIBE Yutaka1-1/+4
2020-09-16scd: Clear caching PIN at KDF setup.NIIBE Yutaka1-0/+4
2020-09-16scd: Add better support for KDF feature.NIIBE Yutaka1-0/+7
2020-09-16gpg,scd: Fix handling of KDF feature.NIIBE Yutaka1-11/+23
2020-09-15scd: Fix the use case of verify_chv2 by CHECKPIN.NIIBE Yutaka1-21/+25
2020-09-11scd:piv: Avoid conflict when writing a cert.Werner Koch1-1/+63
2020-09-10scd: Flush KDF DO (0x00F9) when it's being set.NIIBE Yutaka1-3/+3
2020-09-08scd: Add a workaround for Yubikey.NIIBE Yutaka1-0/+3
2020-09-07scd: Fix handling 0x00FA to support OpenPGP card 3.4.NIIBE Yutaka1-1/+1
2020-09-04scd: Increase the number of supported readers from 4 to 16.Werner Koch2-2/+3
2020-09-04scd: Support GET DATA response with no header for DO 0x00FA.NIIBE Yutaka1-25/+28
2020-09-04scd: Parse "Algorithm Information" data object in scdaemon.NIIBE Yutaka1-2/+106
2020-09-03scd: Add handling of "Algorithm Information" DO.NIIBE Yutaka1-0/+2
2020-08-27scd: New option to APDU command to return the ATR as data.Werner Koch1-2/+16
2020-08-27scd: Fix reading of the ATR for card type detection.Werner Koch1-1/+1
2020-08-27scd: Add heuristics to identify cardtype.NIIBE Yutaka2-3/+23
2020-08-27scd: Add condition for VERIFY with 0x82.NIIBE Yutaka1-4/+9
2020-08-19scd: Fix possible uninitialized variables.NIIBE Yutaka2-8/+8
2020-08-12scd: Log info about CCIDs with permission problems.Werner Koch1-3/+13
2020-08-12scd: Map some error codes from libusb to ccid-driver error codes.Werner Koch5-12/+57
2020-08-10scd:piv: Allow signing using PSS.Werner Koch1-1/+10
2020-08-10agent: Add option --pss to pksign to be used by smartcards.Werner Koch1-1/+3
2020-07-31scd: Silence compiler warning.NIIBE Yutaka1-3/+3
2020-07-17scd: Fix closing reader and reeleasing context in PC/SC.NIIBE Yutaka1-0/+7
2020-07-17scd: PC/SC: Don't release the context when it's in use.NIIBE Yutaka1-1/+1
2020-07-02scd:nks: Implement writecert for the Signature card v2.Werner Koch3-8/+133
2020-06-30scd:nks: Fix certificate read problem with TCOS signature card v2.Werner Koch1-0/+2
2020-06-30scd: Change how the removed card flag is set.Werner Koch1-13/+14
2020-06-29scd: Shorten cardio debug output for all zeroes.Werner Koch1-4/+33
2020-06-25scd:nks: Fix remaining tries warning in --reset mode.Werner Koch1-9/+10
2020-06-08build: Fix recent commit for SOURCE_DATE_EPOCH.Werner Koch1-1/+1
2020-05-29scd: Fix condition for C5 data object for newer Yubikey.NIIBE Yutaka1-1/+1
2020-05-27scd:openpgp: New KEY-STATUS attribute.Werner Koch1-1/+10
2020-05-26scd:openpgp: Add attribute "UIF" for convenience.Werner Koch1-5/+11
2020-05-26scd: Fix Yubikey app switching problemWerner Koch1-4/+12
2020-05-07scd:nks: Add framework to support IDKey cards.Werner Koch1-51/+124
2020-05-07scd:nks: Get the PIN prompts right for the Signature CardWerner Koch1-56/+136
2020-05-07scd:nks: Support decryption using ECDH.Werner Koch1-75/+307
2020-05-05scd: Extend an internal function to also return the algo.Werner Koch8-17/+24
2020-05-04scd:nks: Add do_with_keygrip and implement a cache.Werner Koch1-90/+349
2020-04-17scd:nks: Allow retrieving certificates from a Signature Card v.20Werner Koch1-164/+299
2020-04-17scd: Detect missing card in "getinfo all_active_apps".Werner Koch1-0/+5
2020-04-09scd:p15: Return a display S/N via Assuan.Werner Koch1-21/+54
2020-04-07scd:p15: Show a pretty PIN prompt.Werner Koch1-13/+197
2020-04-07scd: Return GPG_ERR_BAD_PIN on 0x63Cn status word.Werner Koch1-0/+2
2020-04-07scd: Factor common PIN status check out.Werner Koch4-82/+57
2020-04-07scd:p15: Fix decrypt followed by sign problem for D-Trust cards.Werner Koch3-14/+91
2020-04-03scd:p15: Emit MANUFACTURER, $ENCRKEYID, $SIGNKEYID.Werner Koch1-18/+62