aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd:openpgp: Send a KEY-TIME status with READKEYWerner Koch2020-02-111-0/+38
* scd:openpgp: Optional allow for lowercase keyrefs.Werner Koch2020-02-111-10/+10
* scd:openpgp: Allow auto-changing of the key attributes in genkey.Werner Koch2020-02-111-45/+176
* common: Extend the openpgp_curve_to_oid function.Werner Koch2020-02-111-4/+4
* scd:openpgp: Let the genkey function also accept a full keyref.Werner Koch2020-02-091-3/+12
* scd: Make the PIN cache robust against wrongdoing of gpg-agent.Werner Koch2020-01-131-3/+34
* scd:piv: Implement PIN cache.Werner Koch2020-01-131-1/+2
* scd: Implement direct access by KEYGRIP for GETATTR and READKEY.NIIBE Yutaka2020-01-101-1/+15
* scd:openpgp: Implement PIN cache.Werner Koch2020-01-091-104/+229
* scd: First changes to implement a PIN cache.Werner Koch2020-01-071-49/+109
* scd: Enhance KEYINFO command to limit listing with capability.NIIBE Yutaka2019-12-191-13/+29
* scd:openpgp: Avoid PIN caching issues after re-select.Werner Koch2019-09-051-0/+6
* scd: Support "[CHV3]" attribute for keyid string.NIIBE Yutaka2019-07-191-3/+2
* scd: Add an re-select mechanism to switch apps.Werner Koch2019-06-251-2/+32
* scd: Simplify inclusion of app-common.h.Werner Koch2019-06-211-1/+0
* scd: Use enums for cardtype and apptype.Werner Koch2019-06-211-1/+1
* scd: Split data structures into app and card related objects.Werner Koch2019-06-191-45/+58
* scd: Slight change to app->fnc.do_with_keygrip.Werner Koch2019-06-171-8/+10
* scd: Use the correct gpg for the v1.0 OpenPGP card hack.Werner Koch2019-06-171-1/+2
* scd: Remove unused cruft from GnuPG 1.xWerner Koch2019-05-161-33/+0
* agent,scd: Scan and load all public keys for availability.NIIBE Yutaka2019-05-161-0/+4
* scd: Add new command: KEYINFO.NIIBE Yutaka2019-04-251-0/+54
* 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: New options --info and --info-only for READKEY.Werner Koch2019-04-031-8/+19
* scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch2019-04-031-0/+14
* Fix the previous commit.NIIBE Yutaka2019-03-131-3/+3
* g10: Fix symmetric cipher algo constant for ECDH.NIIBE Yutaka2019-03-131-2/+2
* scd: Rename a shared info field name.Werner Koch2019-03-051-12/+12
* scd: Simplify the app_readkey parameters.Werner Koch2019-02-261-38/+8
* scd: Extend KEYPAIRINFO by key usage info.Werner Koch2019-02-211-0/+10
* scd: Clear CHV status on timeout error.NIIBE Yutaka2019-02-211-34/+45
* scd: Make app_genkey and supporting ISO function more flexible.Werner Koch2019-02-061-3/+5
* scd: Allow standard keyref scheme for app-openpgp.Werner Koch2019-02-051-1/+14
* scd: Fix flushing of CA-FPR data objectsWerner Koch2019-01-251-23/+25
* scd: Support PASSWD --clear for OpenPGP card.NIIBE Yutaka2019-01-231-1/+32
* scd: Add option --clear to PASSWD.Werner Koch2019-01-211-0/+4
* doc: Typo fix in code commentWerner Koch2019-01-021-4/+4
* scd: Fix description string.NIIBE Yutaka2018-12-181-2/+2
* scd: Make "learn" report about KDF data object.NIIBE Yutaka2018-11-151-3/+8
* g10,scd: Improve UIF support.NIIBE Yutaka2018-10-251-3/+6
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-1/+1
* scd: Fix signing authentication status.NIIBE Yutaka2018-10-151-1/+4
* g10,scd: Support UIF changing command.NIIBE Yutaka2018-09-271-3/+15
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-04-101-14/+47
|\
| * scd: Writing KDF resets auth state.NIIBE Yutaka2018-04-031-1/+7
| * g10,scd: Support single salt for KDF data object.NIIBE Yutaka2018-03-301-7/+22
| * scd: Support changing key attribute back to RSA.NIIBE Yutaka2018-03-301-6/+18
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-03-271-2/+3
|\|
| * scd: Support KDF DO setup.NIIBE Yutaka2018-03-221-2/+3