aboutsummaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* scd: Add option --all to the SERIALNO command.Werner Koch2019-09-042-11/+105
* scd: Fix Error checking in additioal app selection.Werner Koch2019-09-041-2/+3
* scd: Add option --multi to the LEARN command.Werner Koch2019-09-043-19/+61
* scd: Use a macro for the flag parameter of learn_status.Werner Koch2019-09-047-7/+12
* scd:nks: Extend keypairinfo with usage flags.Werner Koch2019-08-211-0/+11
* scd:nks: Support attributes $ENCRKEYID and $SIGNKEYID.Werner Koch2019-08-211-4/+20
* scd: Fix check_application_conflict.NIIBE Yutaka2019-08-211-0/+6
* scd: Fix selecting additional APP.NIIBE Yutaka2019-08-211-28/+59
* scd: Fix how select_additional_application is called.NIIBE Yutaka2019-08-211-10/+3
* scd: Fix resetting CARD_CTX.NIIBE Yutaka2019-08-213-17/+4
* scd: Fix switching to another APP.NIIBE Yutaka2019-08-211-4/+9
* scd: Remove fallback mechanism to PC/SC.NIIBE Yutaka2019-08-061-8/+2
* scd: Handle CCID bwi of time extension.NIIBE Yutaka2019-07-251-1/+6
* scd: Fix bBWI value.NIIBE Yutaka2019-07-251-2/+2
* scd: Error code map fix for older Yubikey.NIIBE Yutaka2019-07-221-0/+1
* scd: Support "[CHV3]" attribute for keyid string.NIIBE Yutaka2019-07-191-3/+2
* scd: Remove useless GNUPG_SCD_MAIN_HEADER macro.Werner Koch2019-07-123-16/+7
* scd: Fix internal CCID driver, so that -DTEST works.NIIBE Yutaka2019-07-111-42/+55
* scd: Fix debug logging of the internal CCID driver.NIIBE Yutaka2019-07-111-4/+9
* scd: ccid-driver: Initial getting ATR more robustly.NIIBE Yutaka2019-07-091-18/+39
* scd: Fix keygrip search.NIIBE Yutaka2019-07-081-1/+3
* 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