aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-11scd:openpgp: Send a KEY-TIME status with READKEYWerner Koch1-0/+38
2020-02-11scd:openpgp: Optional allow for lowercase keyrefs.Werner Koch1-10/+10
2020-02-11scd:openpgp: Allow auto-changing of the key attributes in genkey.Werner Koch1-45/+176
2020-02-11common: Extend the openpgp_curve_to_oid function.Werner Koch1-4/+4
2020-02-09scd:openpgp: Let the genkey function also accept a full keyref.Werner Koch1-3/+12
2020-01-13scd: Make the PIN cache robust against wrongdoing of gpg-agent.Werner Koch1-3/+34
2020-01-13scd:piv: Implement PIN cache.Werner Koch1-1/+2
2020-01-10scd: Implement direct access by KEYGRIP for GETATTR and READKEY.NIIBE Yutaka1-1/+15
2020-01-09scd:openpgp: Implement PIN cache.Werner Koch1-104/+229
2020-01-07scd: First changes to implement a PIN cache.Werner Koch1-49/+109
2019-12-19scd: Enhance KEYINFO command to limit listing with capability.NIIBE Yutaka1-13/+29
2019-09-05scd:openpgp: Avoid PIN caching issues after re-select.Werner Koch1-0/+6
2019-07-19scd: Support "[CHV3]" attribute for keyid string.NIIBE Yutaka1-3/+2
2019-06-25scd: Add an re-select mechanism to switch apps.Werner Koch1-2/+32
2019-06-21scd: Simplify inclusion of app-common.h.Werner Koch1-1/+0
2019-06-21scd: Use enums for cardtype and apptype.Werner Koch1-1/+1
2019-06-19scd: Split data structures into app and card related objects.Werner Koch1-45/+58
2019-06-17scd: Slight change to app->fnc.do_with_keygrip.Werner Koch1-8/+10
2019-06-17scd: Use the correct gpg for the v1.0 OpenPGP card hack.Werner Koch1-1/+2
2019-05-16scd: Remove unused cruft from GnuPG 1.xWerner Koch1-33/+0
2019-05-16agent,scd: Scan and load all public keys for availability.NIIBE Yutaka1-0/+4
2019-04-25scd: Add new command: KEYINFO.NIIBE Yutaka1-0/+54
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-03scd: New options --info and --info-only for READKEY.Werner Koch1-8/+19
2019-04-03scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch1-0/+14
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-05scd: Rename a shared info field name.Werner Koch1-12/+12
2019-02-26scd: Simplify the app_readkey parameters.Werner Koch1-38/+8
2019-02-21scd: Extend KEYPAIRINFO by key usage info.Werner Koch1-0/+10
2019-02-21scd: Clear CHV status on timeout error.NIIBE Yutaka1-34/+45
2019-02-06scd: Make app_genkey and supporting ISO function more flexible.Werner Koch1-3/+5
2019-02-05scd: Allow standard keyref scheme for app-openpgp.Werner Koch1-1/+14
2019-01-25scd: Fix flushing of CA-FPR data objectsWerner Koch1-23/+25
2019-01-23scd: Support PASSWD --clear for OpenPGP card.NIIBE Yutaka1-1/+32
2019-01-21scd: Add option --clear to PASSWD.Werner Koch1-0/+4
2019-01-02doc: Typo fix in code commentWerner Koch1-4/+4
2018-12-18scd: Fix description string.NIIBE Yutaka1-2/+2
2018-11-15scd: Make "learn" report about KDF data object.NIIBE Yutaka1-3/+8
2018-10-25g10,scd: Improve UIF support.NIIBE Yutaka1-3/+6
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-1/+1
2018-10-15scd: Fix signing authentication status.NIIBE Yutaka1-1/+4
2018-09-27g10,scd: Support UIF changing command.NIIBE Yutaka1-3/+15
2018-04-03scd: Writing KDF resets auth state.NIIBE Yutaka1-1/+7
2018-03-30g10,scd: Support single salt for KDF data object.NIIBE Yutaka1-7/+22
2018-03-30scd: Support changing key attribute back to RSA.NIIBE Yutaka1-6/+18
2018-03-22scd: Support KDF DO setup.NIIBE Yutaka1-2/+3
2018-02-13scd: Improve KDF-DO supportArnaud Fontaine1-1/+2
2018-02-12scd: Fix handling for Data Object with no data.NIIBE Yutaka1-2/+6