aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Fix writing ECDH keys to OpenPGP smartcards.Werner Koch2023-04-211-21/+65
* scd,openpgp: Switch key attributes between RSA and ECC in writekey.Werner Koch2023-03-151-5/+30
* scd: Fix checking memory allocation.NIIBE Yutaka2023-03-081-1/+1
* scd:opengpg: Minor vendor name fixWerner Koch2022-07-281-1/+1
* scd:openpgp: New vendorWerner Koch2022-07-281-0/+1
* scd:openpgp: Fix workaround for Yubikey heuristics.NIIBE Yutaka2022-07-131-8/+21
* scd,openpgp: Support READCERT by keygrip.NIIBE Yutaka2022-06-101-1/+22
* scd: Return USAGE information for KEYINFO command.NIIBE Yutaka2022-05-261-8/+18
* scd: Fail when no good algorithm attribute.NIIBE Yutaka2022-05-111-19/+30
* scd:openpgp: New card vendor.Werner Koch2022-05-101-0/+1
* scd: Add workaround for ECC attribute on Yubikey.NIIBE Yutaka2022-05-061-1/+2
* scd: Fix hard-coded constant for RSA auth.NIIBE Yutaka2022-04-251-3/+9
* scd: Don't inhibit SSH authentication for larger data if it can.NIIBE Yutaka2022-04-221-0/+5
* scd: Add --challenge-response option to PK_AUTH for OpenPGP card.NIIBE Yutaka2022-03-031-23/+184
* scd:openpgp: Support longer data for INTERNAL_AUTHENTICATE.NIIBE Yutaka2021-11-151-0/+8
* scd: Add new OpenPGP card vendor.Werner Koch2021-11-041-0/+1
* scd: Silence compiler waring about unused args.Werner Koch2021-07-081-0/+3
* scd: Detect external interference when PCSC_SHARED.NIIBE Yutaka2021-07-061-0/+13
* scd: Support clearing of Reset Code by ''.NIIBE Yutaka2021-06-111-2/+3
* scd: Add new card vendor.Werner Koch2021-06-101-0/+1
* scd: Fix zero-byte handling in ECC.NIIBE Yutaka2021-05-281-11/+3
* scd: Fix unblock PIN by a Reset Code with KDF.Kirill Elagin2021-04-271-1/+1
* scd: Replace all assert macros by the log_assert macro.Werner Koch2021-03-311-16/+15
* scd:openpgp: Allow reading and writing user certs for keys 1 and 2Werner Koch2021-03-191-22/+86
* scd:openpgp: Rename an internal variable.Werner Koch2021-03-191-13/+14
* scd:openpgp: Small speedup reading card properties.Werner Koch2021-03-191-2/+18
* scd: Add handling of Ed448 key.NIIBE Yutaka2021-03-151-13/+12
* scd: Fix count_sos_bits handling.NIIBE Yutaka2021-03-151-3/+3
* scd: New option --pcsc-shared.Werner Koch2021-03-121-2/+7
* scd: Fix computing fingerprint for ECC with SOS.NIIBE Yutaka2021-03-121-1/+22
* scd: Swapped openpgp card vendor 0x000a with new 0x000d.Werner Koch2021-03-091-1/+2
* scd: Add new Openpgp card vendor nameWerner Koch2021-03-091-0/+1
* scd: Fix for X448.NIIBE Yutaka2021-03-081-0/+2
* scd: Minor tweak for easier backportingWerner Koch2021-02-191-12/+12
* scd:yubikey: Fix support of Yubikey NEO.NIIBE Yutaka2020-12-081-0/+3
* scd:openpgp: Fix writing ECC key to card.NIIBE Yutaka2020-12-031-6/+27
* agent: Fix YK s/n and prettify the request card prompt for YubikeysWerner Koch2020-11-261-25/+1
* scd: Add special serialno compare for OpenPGP cards.Werner Koch2020-11-261-4/+9
* scd: Rework the handling of the displayed serial number.Werner Koch2020-11-251-45/+18
* doc: Fix typosGavin L. Rebeiro2020-11-231-1/+1
* scd: Handle Yubikey's multiple apps and serialno.NIIBE Yutaka2020-10-231-0/+33
* scd: Don't overwrite serialno for Yubikey.NIIBE Yutaka2020-10-231-3/+10
* scd,openpgp: Use app_get_serialno function to get SERIALNO.NIIBE Yutaka2020-10-231-16/+17
* scd: Report any error for LEARN command.NIIBE Yutaka2020-09-301-30/+67
* scd: Extend KEYPAIRINFO with an algorithm string.Werner Koch2020-09-211-2/+21
* scd: Clear PIN cache when changing key attributes.NIIBE Yutaka2020-09-161-1/+4
* scd: Clear caching PIN at KDF setup.NIIBE Yutaka2020-09-161-0/+4
* scd: Add better support for KDF feature.NIIBE Yutaka2020-09-161-0/+7
* gpg,scd: Fix handling of KDF feature.NIIBE Yutaka2020-09-161-11/+23
* scd: Fix the use case of verify_chv2 by CHECKPIN.NIIBE Yutaka2020-09-151-21/+25