aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-25scd: Add new command: KEYINFO.NIIBE Yutaka1-0/+21
2019-04-03scd: New options --info and --info-only for READKEY.Werner Koch1-9/+10
2019-03-28scd: New option --application-priority.Werner Koch1-17/+59
2019-03-27scd: Support reading the Yubikey 4 firmware version.Werner Koch1-21/+38
2019-03-22scd: Refactor the app selection code.Werner Koch1-17/+35
2019-03-05card: Print card version. Check for bad Yubikeys.Werner Koch1-5/+15
2019-02-26scd: Simplify the app_readkey parameters.Werner Koch1-2/+2
2019-02-21scd: Don't let the "undefined" app cause a conflict error.Werner Koch1-0/+3
2019-02-06scd: Make app_genkey and supporting ISO function more flexible.Werner Koch1-3/+3
2019-02-06scd: Fix parameter name of app_change_key.Werner Koch1-3/+3
2019-01-29card: Support factory reset for Yubikey PIV application.Werner Koch1-2/+11
2019-01-25scd: Improve app selection for app "undefined".Werner Koch1-6/+12
2019-01-21scd: Add option --clear to PASSWD.Werner Koch1-1/+1
2019-01-20scd: Add very basic support for PIV cards.Werner Koch1-0/+58
2018-11-28scd: Serialize opening device by select_application.NIIBE Yutaka1-5/+6
2018-10-11scd: Support "acknowledge button" feature.NIIBE Yutaka1-0/+2
2017-11-21scd: Enable card removal check after select_application.NIIBE Yutaka1-6/+4
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-2/+2
2017-03-27scd: Change the order of applications when accessed.NIIBE Yutaka1-2/+9
2017-03-07Remove -I option to common.NIIBE Yutaka1-2/+2
2017-03-06scd: Fix API of select_file/_path.NIIBE Yutaka1-2/+2
2017-02-17scd: Fix RESET command handling (more).NIIBE Yutaka1-8/+21
2017-02-16scd: Minor fixes to silence compiler warnings.NIIBE Yutaka1-1/+1
2017-02-15scd: Fix RESET command handling.NIIBE Yutaka1-28/+24
2017-02-13scd: Fix use case of PC/SC.NIIBE Yutaka1-1/+1
2017-01-31scd: Fix SERIALNO for multiple devices.NIIBE Yutaka1-11/+13
2017-01-27scd: More changes on watching removal of card/reader.NIIBE Yutaka1-18/+19
2017-01-27scd: Improve watching USB device removal.NIIBE Yutaka1-63/+57
2017-01-26scd: Only submit apdu_get_status when needed.NIIBE Yutaka1-1/+5
2017-01-26scd: Fix APP reference counting.NIIBE Yutaka1-1/+0
2017-01-26scd: Add INTERRUPT endp support to CCID driver.NIIBE Yutaka1-0/+1
2017-01-18scd: Cleanup SERIALNO protocol.NIIBE Yutaka1-32/+19
2017-01-18scd: Add "card_list" sub command for GETINFO.NIIBE Yutaka1-0/+18
2017-01-16scd: Add --demand option for SERIALNO.NIIBE Yutaka1-10/+29
2017-01-06scd: Support multiple readers by CCID driver.NIIBE Yutaka1-25/+38
2016-12-30scd: Fix select_application.NIIBE Yutaka1-2/+4
2016-12-30scd: Fix card removal monitor.NIIBE Yutaka1-2/+2
2016-12-29scd: Fix a race condition for new_reader_slot.NIIBE Yutaka1-22/+21
2016-12-28scd: APP centric approach for device management.NIIBE Yutaka1-211/+324
2016-12-22scd: Clean up internal API for APP.NIIBE Yutaka1-16/+16
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-11-04scd: Add --advanced option for READKEY.NIIBE Yutaka1-2/+3
2016-07-20scd: Fix card removal/reset on multiple contexts.NIIBE Yutaka1-0/+4
2015-12-04scd: Simplify saving application context.NIIBE Yutaka1-62/+41
2015-12-03scd: Fix "Conflicting usage" bug.NIIBE Yutaka1-21/+6
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2014-12-15gpg: Add sub-command "factory-reset" to --card-edit.Werner Koch1-1/+1
2014-07-25scd: Support for SmartCard-HSMAndreas Schwier1-0/+3
2013-08-28gpg: Make decryption with the OpenPGP card work.Werner Koch1-2/+6
2013-02-05SCD: API cleanup for keypad handling.NIIBE Yutaka1-1/+1