aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-25scd: Use app_get_slot at more places.Werner Koch1-33/+43
2022-07-13scd:openpgp: Fix workaround for Yubikey heuristics.NIIBE Yutaka1-8/+21
2022-07-13scd: Fail when no good algorithm attribute.NIIBE Yutaka1-18/+29
2022-07-12scd: Don't inhibit SSH authentication for larger data if it can.NIIBE Yutaka1-0/+5
2022-05-10scd: Add workaround for ECC attribute on Yubikey.NIIBE Yutaka1-1/+2
2021-11-15scd:openpgp: Support longer data for INTERNAL_AUTHENTICATE.NIIBE Yutaka1-0/+8
2021-07-04Update OpenPGP card vendor list.Werner Koch1-1/+4
2021-05-04scd: Fix unblock PIN by a Reset Code with KDF.Kirill Elagin1-1/+1
2021-04-29scd: New option --pcsc-shared.Werner Koch1-1/+1
2021-04-29common: Extend the openpgp_curve_to_oid function.Werner Koch1-4/+4
2021-02-19scd: Change parameters of readkey fucntion pointer.Werner Koch1-2/+2
2021-02-19scd: Pass ctrl parameter to more app functions.Werner Koch1-11/+20
2021-02-19scd: Detect Yubikey and provide nicer display-s/n.Werner Koch1-7/+4
2021-02-19scd: Change the apptype from a string to an enum.Werner Koch1-13/+13
2021-02-19scd: Add some compatibility code for easier backporting.Werner Koch1-1/+0
2020-12-07scd:openpgp: Fix writing ECC key to card.NIIBE Yutaka1-6/+27
2020-11-23doc: Fix typosGavin L. Rebeiro1-1/+1
2020-11-19scd:openpgp: Public keys should be available for check_keyidstr.NIIBE Yutaka1-0/+5
2020-11-16scd:openpgp: Drop support for GnuPG 1.Werner Koch1-36/+1
2020-11-16scd:openpgp: Allow keygrip to be used to reference a keyWerner Koch1-141/+129
2020-10-06scd: Add a workaround for Yubikey.NIIBE Yutaka1-0/+6
2020-10-06scd: Silence compiler warning.NIIBE Yutaka1-3/+3
2020-10-06scd: Report any error for LEARN command.NIIBE Yutaka1-28/+63
2020-09-16scd: Fix the use case of verify_chv2 by CHECKPIN.NIIBE Yutaka1-16/+20
2020-09-01scd: Fix a regression for OpenPGP card.NIIBE Yutaka1-0/+5
2020-08-27scd: Add condition for VERIFY with 0x82.NIIBE Yutaka1-4/+9
2020-05-29scd: Fix condition for C5 data object for newer Yubikey.NIIBE Yutaka1-1/+1
2020-05-12common: Change argument order of log_printhex.Werner Koch1-6/+6
2020-04-15scd:openpgp: New attribute "MANUFACTURER".Werner Koch1-0/+50
2020-03-18scd: Fix pinpad handling when KDF enabled.NIIBE Yutaka1-0/+2
2020-03-18scd: Disable pinpad if it's impossible by KDF DO.NIIBE Yutaka1-6/+29
2019-08-21scd:openpgp: Extend keypairinfo with usage flags.Werner Koch1-0/+10
2019-08-21scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch1-0/+14
2019-08-21gpg: Repurpose the ISO defined DO "sex" to "salutation".Werner Koch1-1/+1
2019-06-24spelling: Fix "synchronize"Daniel Kahn Gillmor1-1/+1
2019-03-27g10: Fix symmetric cipher algo constant for ECDH.NIIBE Yutaka1-2/+2
2019-03-07scd: Fix flushing of CA-FPR data objectsWerner Koch1-20/+22
2019-02-11scd: Make app_genkey and supporting ISO function more flexible.Werner Koch1-3/+5
2019-02-11scd: Allow standard keyref scheme for app-openpgp.Werner Koch1-1/+14
2019-01-22scd: Add option --clear to PASSWD.Werner Koch1-0/+4
2018-12-06scd: Make "learn" report about KDF data object.NIIBE Yutaka1-0/+2
2018-10-15scd: Fix signing authentication status.NIIBE Yutaka1-1/+4
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
2018-01-22scd: Support KDF Data Object of OpenPGPcard V3.3.NIIBE Yutaka1-25/+94
2017-09-11scd: Fix for large ECC keys.NIIBE Yutaka1-8/+32