aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-08scd: Silence compiler waring about unused args.Werner Koch1-0/+3
2021-07-06scd: Detect external interference when PCSC_SHARED.NIIBE Yutaka1-0/+13
2021-06-11scd: Support clearing of Reset Code by ''.NIIBE Yutaka1-2/+3
2021-06-10scd: Add new card vendor.Werner Koch1-0/+1
2021-05-28scd: Fix zero-byte handling in ECC.NIIBE Yutaka1-11/+3
2021-04-27scd: Fix unblock PIN by a Reset Code with KDF.Kirill Elagin1-1/+1
2021-03-31scd: Replace all assert macros by the log_assert macro.Werner Koch1-16/+15
2021-03-19scd:openpgp: Allow reading and writing user certs for keys 1 and 2Werner Koch1-22/+86
2021-03-19scd:openpgp: Rename an internal variable.Werner Koch1-13/+14
2021-03-19scd:openpgp: Small speedup reading card properties.Werner Koch1-2/+18
2021-03-15scd: Add handling of Ed448 key.NIIBE Yutaka1-13/+12
2021-03-15scd: Fix count_sos_bits handling.NIIBE Yutaka1-3/+3
2021-03-12scd: New option --pcsc-shared.Werner Koch1-2/+7
2021-03-12scd: Fix computing fingerprint for ECC with SOS.NIIBE Yutaka1-1/+22
2021-03-09scd: Swapped openpgp card vendor 0x000a with new 0x000d.Werner Koch1-1/+2
2021-03-09scd: Add new Openpgp card vendor nameWerner Koch1-0/+1
2021-03-08scd: Fix for X448.NIIBE Yutaka1-0/+2
2021-02-19scd: Minor tweak for easier backportingWerner Koch1-12/+12
2020-12-08scd:yubikey: Fix support of Yubikey NEO.NIIBE Yutaka1-0/+3
2020-12-03scd:openpgp: Fix writing ECC key to card.NIIBE Yutaka1-6/+27
2020-11-26agent: Fix YK s/n and prettify the request card prompt for YubikeysWerner Koch1-25/+1
2020-11-26scd: Add special serialno compare for OpenPGP cards.Werner Koch1-4/+9
2020-11-25scd: Rework the handling of the displayed serial number.Werner Koch1-45/+18
2020-11-23doc: Fix typosGavin L. Rebeiro1-1/+1
2020-10-23scd: Handle Yubikey's multiple apps and serialno.NIIBE Yutaka1-0/+33
2020-10-23scd: Don't overwrite serialno for Yubikey.NIIBE Yutaka1-3/+10
2020-10-23scd,openpgp: Use app_get_serialno function to get SERIALNO.NIIBE Yutaka1-16/+17
2020-09-30scd: Report any error for LEARN command.NIIBE Yutaka1-30/+67
2020-09-21scd: Extend KEYPAIRINFO with an algorithm string.Werner Koch1-2/+21
2020-09-16scd: Clear PIN cache when changing key attributes.NIIBE Yutaka1-1/+4
2020-09-16scd: Clear caching PIN at KDF setup.NIIBE Yutaka1-0/+4
2020-09-16scd: Add better support for KDF feature.NIIBE Yutaka1-0/+7
2020-09-16gpg,scd: Fix handling of KDF feature.NIIBE Yutaka1-11/+23
2020-09-15scd: Fix the use case of verify_chv2 by CHECKPIN.NIIBE Yutaka1-21/+25
2020-09-10scd: Flush KDF DO (0x00F9) when it's being set.NIIBE Yutaka1-3/+3
2020-09-08scd: Add a workaround for Yubikey.NIIBE Yutaka1-0/+3
2020-09-07scd: Fix handling 0x00FA to support OpenPGP card 3.4.NIIBE Yutaka1-1/+1
2020-09-04scd: Support GET DATA response with no header for DO 0x00FA.NIIBE Yutaka1-25/+28
2020-09-04scd: Parse "Algorithm Information" data object in scdaemon.NIIBE Yutaka1-2/+106
2020-09-03scd: Add handling of "Algorithm Information" DO.NIIBE Yutaka1-0/+2
2020-08-27scd: Add condition for VERIFY with 0x82.NIIBE Yutaka1-4/+9
2020-08-19scd: Fix possible uninitialized variables.NIIBE Yutaka1-7/+7
2020-07-31scd: Silence compiler warning.NIIBE Yutaka1-3/+3
2020-05-29scd: Fix condition for C5 data object for newer Yubikey.NIIBE Yutaka1-1/+1
2020-05-27scd:openpgp: New KEY-STATUS attribute.Werner Koch1-1/+10
2020-05-26scd:openpgp: Add attribute "UIF" for convenience.Werner Koch1-5/+11
2020-04-03scd:openpgp: New attribute "MANUFACTURER".Werner Koch1-0/+50
2020-04-02scd: Use Gcrypt usage constants for the do_with_keygrip capabilities.Werner Koch1-2/+11
2020-03-27scd:openpgp: Allow PKSIGN with keygrip also for OPENPGP.3.Werner Koch1-5/+18
2020-02-28scd: Fix the previous commit.NIIBE Yutaka1-0/+3