summaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: Add handling of "Algorithm Information" DO.NIIBE Yutaka2020-09-031-0/+2
* scd: New option to APDU command to return the ATR as data.Werner Koch2020-08-271-2/+16
* scd: Fix reading of the ATR for card type detection.Werner Koch2020-08-271-1/+1
* scd: Add heuristics to identify cardtype.NIIBE Yutaka2020-08-272-3/+23
* scd: Add condition for VERIFY with 0x82.NIIBE Yutaka2020-08-271-4/+9
* scd: Fix possible uninitialized variables.NIIBE Yutaka2020-08-192-8/+8
* scd: Log info about CCIDs with permission problems.Werner Koch2020-08-121-3/+13
* scd: Map some error codes from libusb to ccid-driver error codes.Werner Koch2020-08-125-12/+57
* scd:piv: Allow signing using PSS.Werner Koch2020-08-101-1/+10
* agent: Add option --pss to pksign to be used by smartcards.Werner Koch2020-08-101-1/+3
* scd: Silence compiler warning.NIIBE Yutaka2020-07-311-3/+3
* scd: Fix closing reader and reeleasing context in PC/SC.NIIBE Yutaka2020-07-171-0/+7
* scd: PC/SC: Don't release the context when it's in use.NIIBE Yutaka2020-07-171-1/+1
* scd:nks: Implement writecert for the Signature card v2.Werner Koch2020-07-023-8/+133
* scd:nks: Fix certificate read problem with TCOS signature card v2.Werner Koch2020-06-301-0/+2
* scd: Change how the removed card flag is set.Werner Koch2020-06-301-13/+14
* scd: Shorten cardio debug output for all zeroes.Werner Koch2020-06-291-4/+33
* scd:nks: Fix remaining tries warning in --reset mode.Werner Koch2020-06-251-9/+10
* build: Fix recent commit for SOURCE_DATE_EPOCH.Werner Koch2020-06-081-1/+1
* scd: Fix condition for C5 data object for newer Yubikey.NIIBE Yutaka2020-05-291-1/+1
* scd:openpgp: New KEY-STATUS attribute.Werner Koch2020-05-271-1/+10
* scd:openpgp: Add attribute "UIF" for convenience.Werner Koch2020-05-261-5/+11
* scd: Fix Yubikey app switching problemWerner Koch2020-05-261-4/+12
* scd:nks: Add framework to support IDKey cards.Werner Koch2020-05-071-51/+124
* scd:nks: Get the PIN prompts right for the Signature CardWerner Koch2020-05-071-56/+136
* scd:nks: Support decryption using ECDH.Werner Koch2020-05-071-75/+307
* scd: Extend an internal function to also return the algo.Werner Koch2020-05-058-17/+24
* scd:nks: Add do_with_keygrip and implement a cache.Werner Koch2020-05-041-90/+349
* scd:nks: Allow retrieving certificates from a Signature Card v.20Werner Koch2020-04-171-164/+299
* scd: Detect missing card in "getinfo all_active_apps".Werner Koch2020-04-171-0/+5
* scd:p15: Return a display S/N via Assuan.Werner Koch2020-04-091-21/+54
* scd:p15: Show a pretty PIN prompt.Werner Koch2020-04-071-13/+197
* scd: Return GPG_ERR_BAD_PIN on 0x63Cn status word.Werner Koch2020-04-071-0/+2
* scd: Factor common PIN status check out.Werner Koch2020-04-074-82/+57
* scd:p15: Fix decrypt followed by sign problem for D-Trust cards.Werner Koch2020-04-073-14/+91
* scd:p15: Emit MANUFACTURER, $ENCRKEYID, $SIGNKEYID.Werner Koch2020-04-031-18/+62
* scd:openpgp: New attribute "MANUFACTURER".Werner Koch2020-04-031-0/+50
* scd:p15: Implement do_with_keygrip and capabilities.Werner Koch2020-04-021-34/+48
* scd:p15: Rename some variables and functions for clarity.Werner Koch2020-04-021-28/+28
* scd: Use Gcrypt usage constants for the do_with_keygrip capabilities.Werner Koch2020-04-023-8/+17
* scd: New command DEVINFO.NIIBE Yutaka2020-04-023-62/+203
* scd:p15: Cache the PIN.Werner Koch2020-04-011-0/+8
* scd:p15: Run a keygrip_from_prkdf before verify_pinWerner Koch2020-04-011-9/+18
* scd:p15: Support decryption with CardOS 5 cards.Werner Koch2020-04-011-2/+100
* scd:p15: Factor PIN verification out to a new function.Werner Koch2020-04-011-192/+224
* scd:p15: Support signing with CardOS 5 cards.Werner Koch2020-03-318-98/+368
* scd:p15: Read certificates in extended mode.Werner Koch2020-03-311-2/+4
* scd: Add function for binary read in extended mode.Werner Koch2020-03-312-4/+17
* scd:p15: Improve diagnosticsWerner Koch2020-03-311-164/+202
* scd:p15: Detect CardOS 5 cards and print some basic infos.Werner Koch2020-03-301-15/+150