summaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* scd: Do not conflict if a card with another serialno is demanded.Werner Koch2019-06-253-10/+26
* scd: Return a stable list with "getinfo card_list".Werner Koch2019-06-253-6/+39
* scd: Add an re-select mechanism to switch apps.Werner Koch2019-06-2511-49/+274
* spelling: Fix "synchronize"Daniel Kahn Gillmor2019-06-241-1/+1
* scd: Take the card look while running app->with_keygrip.Werner Koch2019-06-211-3/+12
* scd: Take the lock earlier in the function dispatchers.Werner Koch2019-06-211-113/+154
* scd: Add code to check whether app switching is possible.Werner Koch2019-06-213-20/+34
* scd: Track the currently selected app.Werner Koch2019-06-213-3/+29
* scd: Simplify inclusion of app-common.h.Werner Koch2019-06-2113-16/+10
* scd: Use enums for cardtype and apptype.Werner Koch2019-06-219-35/+95
* scd: Split data structures into app and card related objects.Werner Koch2019-06-1911-614/+771
* scd: KEYINFO: Send LF for --data.NIIBE Yutaka2019-06-181-2/+4
* scd:piv: Add the do_with_keygrip feature.Werner Koch2019-06-172-0/+95
* scd: Add explict functions for 'app' reference counting.Werner Koch2019-06-174-23/+55
* scd: Slight change to app->fnc.do_with_keygrip.Werner Koch2019-06-173-13/+36
* scd: Use the correct gpg for the v1.0 OpenPGP card hack.Werner Koch2019-06-171-1/+2
* scd: Bring back --card-timeout option as deprecated.NIIBE Yutaka2019-06-061-0/+5
* scd: Remove unsupported --card-timeout option.NIIBE Yutaka2019-06-041-5/+0
* scd: Fix for SCARD_IO_REQUEST structure.NIIBE Yutaka2019-05-211-0/+5
* scd: Remove unused cruft from GnuPG 1.xWerner Koch2019-05-164-78/+14
* agent,scd: Scan and load all public keys for availability.NIIBE Yutaka2019-05-161-0/+4
* scd: Don't put newline at the end of status.NIIBE Yutaka2019-05-151-1/+1
* scd: Fix return value for KEYINFO command.NIIBE Yutaka2019-05-151-1/+4
* scd: Support direct use of app with PKSIGN/PKAUTH/PKDECRYPT.NIIBE Yutaka2019-05-071-11/+76
* scd: Add new command: KEYINFO.NIIBE Yutaka2019-04-255-1/+159
* scd: Allow KEYGRIP as KEYIDSTR.NIIBE Yutaka2019-04-231-15/+52
* scd: Factor out a function to check keyidstr.NIIBE Yutaka2019-04-221-126/+59
* scd:piv: Fix RSA decryption.Werner Koch2019-04-041-6/+25
* scd: Better handling of timeout and time extension.NIIBE Yutaka2019-04-041-7/+4
* scd: New options --info and --info-only for READKEY.Werner Koch2019-04-037-50/+147
* scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch2019-04-032-1/+27
* scd: New option --application-priority.Werner Koch2019-03-283-17/+72
* scd: Support reading the Yubikey 4 firmware version.Werner Koch2019-03-271-21/+38
* doc: Add a spec comment to app-piv.cWerner Koch2019-03-221-0/+1
* scd: Refactor the app selection code.Werner Koch2019-03-221-17/+35
* Fix the previous commit.NIIBE Yutaka2019-03-141-3/+3
* g10: Fix symmetric cipher algo constant for ECDH.NIIBE Yutaka2019-03-131-2/+2
* card: Print card version. Check for bad Yubikeys.Werner Koch2019-03-052-6/+16
* scd: Rename a shared info field name.Werner Koch2019-03-053-14/+15
* scd:piv: Implement import of private keys for Yubikeys.Werner Koch2019-03-054-13/+470
* scd:piv: Add feature to read Yubikey attestation certificates.Werner Koch2019-03-011-2/+28
* scd:piv: Allow writecert to only write matching certs.Werner Koch2019-03-011-22/+55
* scd: Simplify the app_readkey parameters.Werner Koch2019-02-267-117/+93
* scd: PIV: Always require a PIN for signing with 9C.Werner Koch2019-02-251-8/+20
* scd: internal driver: Submit SET_INTERFACE control transfer.NIIBE Yutaka2019-02-221-8/+6
* scd: Extend KEYPAIRINFO by key usage info.Werner Koch2019-02-213-46/+95
* scd: Don't let the "undefined" app cause a conflict error.Werner Koch2019-02-211-0/+3
* scd: Clear CHV status on timeout error.NIIBE Yutaka2019-02-211-34/+45
* scd: Handle ack button timeout as GPG_ERR_TIMEOUT.NIIBE Yutaka2019-02-212-0/+2
* scd: Implement decryption for PIV cards.Werner Koch2019-02-111-1/+146