aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-04-03scd:openpgp: New attribute "MANUFACTURER".Werner Koch1-0/+50
2020-04-02scd:p15: Implement do_with_keygrip and capabilities.Werner Koch1-34/+48
2020-04-02scd:p15: Rename some variables and functions for clarity.Werner Koch1-28/+28
2020-04-02scd: Use Gcrypt usage constants for the do_with_keygrip capabilities.Werner Koch3-8/+17
2020-04-02scd: New command DEVINFO.NIIBE Yutaka3-62/+203
2020-04-01scd:p15: Cache the PIN.Werner Koch1-0/+8
2020-04-01scd:p15: Run a keygrip_from_prkdf before verify_pinWerner Koch1-9/+18
2020-04-01scd:p15: Support decryption with CardOS 5 cards.Werner Koch1-2/+100
2020-04-01scd:p15: Factor PIN verification out to a new function.Werner Koch1-192/+224
2020-03-31scd:p15: Support signing with CardOS 5 cards.Werner Koch8-98/+368
2020-03-31scd:p15: Read certificates in extended mode.Werner Koch1-2/+4
2020-03-31scd: Add function for binary read in extended mode.Werner Koch2-4/+17
2020-03-31scd:p15: Improve diagnosticsWerner Koch1-164/+202
2020-03-30scd:p15: Detect CardOS 5 cards and print some basic infos.Werner Koch1-15/+150
2020-03-27scd:openpgp: Allow PKSIGN with keygrip also for OPENPGP.3.Werner Koch1-5/+18
2020-03-14gpgconf: Further simplify the gpgconf option processing.Werner Koch1-29/+5
2020-03-06scd: Re-group the options in the --help output.Werner Koch1-12/+25
2020-03-06gpgconf: Support reading global options (part 2).Werner Koch1-2/+3
2020-02-28scd: Fix the previous commit.NIIBE Yutaka1-0/+3
2020-02-28scd: Improve setattr for KDF.NIIBE Yutaka1-1/+64
2020-02-28scd: Fix pinpad handling when KDF enabled.NIIBE Yutaka1-0/+2
2020-02-21Use gpgrt's new option parser for the remaining daemons.Werner Koch1-91/+68
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch1-0/+4
2020-02-18Spelling cleanup.Daniel Kahn Gillmor8-14/+14
2020-02-17scd: Disable pinpad if it's impossible by KDF DO.NIIBE Yutaka1-7/+30
2020-02-13scd: Print the main app name also for not fully supported cards.Werner Koch1-0/+9
2020-02-13scd:openpgp: Return key creation time as part of KEYPARIINFO.Werner Koch2-18/+11