aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Merge branch 'STABLE-BRANCH-2-2'Werner Koch2018-02-221-3/+8
|\|
| * scd: Improve KDF-DO supportArnaud Fontaine2018-02-131-1/+2
| * scd: Fix handling for Data Object with no data.NIIBE Yutaka2018-02-121-2/+6
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-01-251-25/+94
|\|
| * scd: Support KDF Data Object of OpenPGPcard V3.3.NIIBE Yutaka2018-01-221-25/+94
| * scd: Fix for large ECC keys.NIIBE Yutaka2017-09-111-8/+32
* | Use the gpgrt log functions if possible.Werner Koch2017-11-271-6/+6
* | gpg: Repurpose the ISO defined DO "sex" to "salutation".Werner Koch2017-11-151-1/+1
* | scd: Fix for large ECC keys.NIIBE Yutaka2017-08-291-8/+32
|/
* scd: Convey the correct length for LeWerner Koch2017-08-271-2/+2
* scd: Use unsigned int for fields.NIIBE Yutaka2017-07-241-5/+5
* scd: Add debug message for v3 card.NIIBE Yutaka2017-07-211-8/+17
* scd: Support longer data length for special DOs for v3 card.NIIBE Yutaka2017-07-201-16/+45
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
* Remove -I option to common.NIIBE Yutaka2017-03-071-5/+5
* scd: Fix compiler warnings for app-openpgp.c.NIIBE Yutaka2017-03-061-4/+2