aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-12scd: Remove useless GNUPG_SCD_MAIN_HEADER macro.Werner Koch3-16/+7
2019-07-11scd: Fix internal CCID driver, so that -DTEST works.NIIBE Yutaka1-42/+55
2019-07-11scd: Fix debug logging of the internal CCID driver.NIIBE Yutaka1-4/+9
2019-07-09scd: ccid-driver: Initial getting ATR more robustly.NIIBE Yutaka1-18/+39
2019-07-08scd: Fix keygrip search.NIIBE Yutaka1-1/+3
2019-06-25scd: Do not conflict if a card with another serialno is demanded.Werner Koch3-10/+26
2019-06-25scd: Return a stable list with "getinfo card_list".Werner Koch3-6/+39
2019-06-25scd: Add an re-select mechanism to switch apps.Werner Koch11-49/+274
2019-06-24spelling: Fix "synchronize"Daniel Kahn Gillmor1-1/+1
2019-06-21scd: Take the card look while running app->with_keygrip.Werner Koch1-3/+12
2019-06-21scd: Take the lock earlier in the function dispatchers.Werner Koch1-113/+154
2019-06-21scd: Add code to check whether app switching is possible.Werner Koch3-20/+34
2019-06-21scd: Track the currently selected app.Werner Koch3-3/+29
2019-06-21scd: Simplify inclusion of app-common.h.Werner Koch13-16/+10
2019-06-21scd: Use enums for cardtype and apptype.Werner Koch9-35/+95
2019-06-19scd: Split data structures into app and card related objects.Werner Koch11-614/+771
2019-06-18scd: KEYINFO: Send LF for --data.NIIBE Yutaka1-2/+4
2019-06-17scd:piv: Add the do_with_keygrip feature.Werner Koch2-0/+95
2019-06-17scd: Add explict functions for 'app' reference counting.Werner Koch4-23/+55
2019-06-17scd: Slight change to app->fnc.do_with_keygrip.Werner Koch3-13/+36
2019-06-17scd: Use the correct gpg for the v1.0 OpenPGP card hack.Werner Koch1-1/+2
2019-06-06scd: Bring back --card-timeout option as deprecated.NIIBE Yutaka1-0/+5
2019-06-04scd: Remove unsupported --card-timeout option.NIIBE Yutaka1-5/+0
2019-05-21scd: Fix for SCARD_IO_REQUEST structure.NIIBE Yutaka1-0/+5
2019-05-16scd: Remove unused cruft from GnuPG 1.xWerner Koch4-78/+14
2019-05-16agent,scd: Scan and load all public keys for availability.NIIBE Yutaka1-0/+4
2019-05-15scd: Don't put newline at the end of status.NIIBE Yutaka1-1/+1
2019-05-15scd: Fix return value for KEYINFO command.NIIBE Yutaka1-1/+4
2019-05-07scd: Support direct use of app with PKSIGN/PKAUTH/PKDECRYPT.NIIBE Yutaka1-11/+76
2019-04-25scd: Add new command: KEYINFO.NIIBE Yutaka5-1/+159
2019-04-23scd: Allow KEYGRIP as KEYIDSTR.NIIBE Yutaka1-15/+52
2019-04-22scd: Factor out a function to check keyidstr.NIIBE Yutaka1-126/+59
2019-04-04scd:piv: Fix RSA decryption.Werner Koch1-6/+25
2019-04-04scd: Better handling of timeout and time extension.NIIBE Yutaka1-7/+4
2019-04-03scd: New options --info and --info-only for READKEY.Werner Koch7-50/+147
2019-04-03scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch2-1/+27
2019-03-28scd: New option --application-priority.Werner Koch3-17/+72
2019-03-27scd: Support reading the Yubikey 4 firmware version.Werner Koch1-21/+38
2019-03-22doc: Add a spec comment to app-piv.cWerner Koch1-0/+1
2019-03-22scd: Refactor the app selection code.Werner Koch1-17/+35
2019-03-13Fix the previous commit.NIIBE Yutaka1-3/+3
2019-03-13g10: Fix symmetric cipher algo constant for ECDH.NIIBE Yutaka1-2/+2
2019-03-05card: Print card version. Check for bad Yubikeys.Werner Koch2-6/+16
2019-03-05scd: Rename a shared info field name.Werner Koch3-14/+15
2019-03-05scd:piv: Implement import of private keys for Yubikeys.Werner Koch4-13/+470
2019-03-01scd:piv: Add feature to read Yubikey attestation certificates.Werner Koch1-2/+28
2019-03-01scd:piv: Allow writecert to only write matching certs.Werner Koch1-22/+55
2019-02-26scd: Simplify the app_readkey parameters.Werner Koch7-117/+93
2019-02-25scd: PIV: Always require a PIN for signing with 9C.Werner Koch1-8/+20
2019-02-22scd: internal driver: Submit SET_INTERFACE control transfer.NIIBE Yutaka1-8/+6