aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd:openpgp: Drop support for GnuPG 1.Werner Koch2020-11-161-36/+1
* scd:openpgp: Allow keygrip to be used to reference a keyWerner Koch2020-11-161-141/+129
* scd: Add a workaround for Yubikey.NIIBE Yutaka2020-10-061-0/+6
* scd: Silence compiler warning.NIIBE Yutaka2020-10-061-3/+3
* scd: Report any error for LEARN command.NIIBE Yutaka2020-10-061-28/+63
* scd: Fix the use case of verify_chv2 by CHECKPIN.NIIBE Yutaka2020-09-161-16/+20
* scd: Fix a regression for OpenPGP card.NIIBE Yutaka2020-09-011-0/+5
* scd: Add condition for VERIFY with 0x82.NIIBE Yutaka2020-08-271-4/+9
* scd: Fix condition for C5 data object for newer Yubikey.NIIBE Yutaka2020-05-291-1/+1
* common: Change argument order of log_printhex.Werner Koch2020-05-121-6/+6
* scd:openpgp: New attribute "MANUFACTURER".Werner Koch2020-04-151-0/+50
* scd: Fix pinpad handling when KDF enabled.NIIBE Yutaka2020-03-181-0/+2
* scd: Disable pinpad if it's impossible by KDF DO.NIIBE Yutaka2020-03-181-6/+29
* scd:openpgp: Extend keypairinfo with usage flags.Werner Koch2019-08-211-0/+10
* scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch2019-08-211-0/+14
* gpg: Repurpose the ISO defined DO "sex" to "salutation".Werner Koch2019-08-211-1/+1
* spelling: Fix "synchronize"Daniel Kahn Gillmor2019-06-241-1/+1
* g10: Fix symmetric cipher algo constant for ECDH.NIIBE Yutaka2019-03-271-2/+2
* scd: Fix flushing of CA-FPR data objectsWerner Koch2019-03-071-20/+22
* scd: Make app_genkey and supporting ISO function more flexible.Werner Koch2019-02-111-3/+5
* scd: Allow standard keyref scheme for app-openpgp.Werner Koch2019-02-111-1/+14
* scd: Add option --clear to PASSWD.Werner Koch2019-01-221-0/+4
* scd: Make "learn" report about KDF data object.NIIBE Yutaka2018-12-061-0/+2
* scd: Fix signing authentication status.NIIBE Yutaka2018-10-151-1/+4
* 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
* scd: Support KDF DO setup.NIIBE Yutaka2018-03-221-2/+3
* 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
* 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
* 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
* scd,agent: Improve the OpenPGP PIN prompt texts.Werner Koch2017-02-221-7/+18
* Revert "scd: Nitpicks on the improved card prompts"Werner Koch2017-02-221-7/+7
* scd: Nitpicks on the improved card promptsAndre Heinecke2017-02-221-7/+7
* scd: Improve the prompts for OpenPGP cards.Werner Koch2017-02-221-38/+182
* Clean up word replication.Yuri Chornoivan2017-02-211-2/+2
* scd: Cleanup SERIALNO protocol.NIIBE Yutaka2017-01-181-17/+8
* Replace use of variable-length-arrays.Werner Koch2017-01-021-1/+13
* gpg: New option --default-new-key-algo.Werner Koch2016-12-021-1/+1
* scd: Support OpenPGP card V3 for RSA.NIIBE Yutaka2016-11-251-23/+38
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* scd: Fix length error for READKEY.NIIBE Yutaka2016-11-041-0/+2