aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c (unfollow)
Commit message (Expand)AuthorFilesLines
6 daysscd: Take care of possible buffer overflow in do_auth.NIIBE Yutaka1-1/+3
7 daysscd: Fix detecting digest OID in the message to be signed.NIIBE Yutaka1-2/+1
2024-10-08common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old.NIIBE Yutaka1-6/+6
2024-08-05scd: New getinfo subcommand "manufacturer"Werner Koch1-3/+3
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2024-05-22scd:openpgp: Add new vendor.Werner Koch1-0/+1
2024-05-16scd:openpgp: Robust Data Object handling for constructed case.NIIBE Yutaka1-0/+50
2024-04-15scd:openpgp: Robust Data Object handling for constructed case.NIIBE Yutaka1-0/+50
2024-03-27scd:openpgp: Fix data_objects specification for F9 and FA.NIIBE Yutaka1-2/+2
2024-03-26scd: Add new OpenPGP vendorWerner Koch1-0/+1
2024-01-30scd:openpgp: Allow PIN length of 6 also with a reset code.Werner Koch1-2/+15
2023-12-22scd:openpgp: Add the length check for new PIN.NIIBE Yutaka1-16/+32
2023-11-23scd:openpgp: Fallback to default ECDH params in writekey.Werner Koch1-3/+5
2023-11-08scd: Return GPG_ERR_PIN_BLOCKED when it's blocked.NIIBE Yutaka1-2/+2
2023-11-08scd: Return GPG_ERR_PIN_BLOCKED when it's blocked.NIIBE Yutaka1-2/+2
2023-10-06scd:openpgp: Return better error codes for the Reset Code.Werner Koch1-3/+3
2023-04-21gpg: Fix writing ECDH keys to OpenPGP smartcards.Werner Koch1-21/+65
2023-03-15scd,openpgp: Switch key attributes between RSA and ECC in writekey.Werner Koch1-5/+30
2023-03-08scd: Fix checking memory allocation.NIIBE Yutaka1-1/+1
2022-07-28scd:opengpg: Minor vendor name fixWerner Koch1-1/+1
2022-07-28scd:openpgp: New vendorWerner Koch1-0/+1
2022-07-13scd:openpgp: Fix workaround for Yubikey heuristics.NIIBE Yutaka1-8/+21
2022-06-10scd,openpgp: Support READCERT by keygrip.NIIBE Yutaka1-1/+22
2022-05-26scd: Return USAGE information for KEYINFO command.NIIBE Yutaka1-8/+18
2022-05-11scd: Fail when no good algorithm attribute.NIIBE Yutaka1-19/+30
2022-05-10scd:openpgp: New card vendor.Werner Koch1-0/+1
2022-05-06scd: Add workaround for ECC attribute on Yubikey.NIIBE Yutaka1-1/+2
2022-04-25scd: Fix hard-coded constant for RSA auth.NIIBE Yutaka1-3/+9
2022-04-22scd: Don't inhibit SSH authentication for larger data if it can.NIIBE Yutaka1-0/+5
2022-03-03scd: Add --challenge-response option to PK_AUTH for OpenPGP card.NIIBE Yutaka1-23/+184
2021-11-15scd:openpgp: Support longer data for INTERNAL_AUTHENTICATE.NIIBE Yutaka1-0/+8
2021-11-04scd: Add new OpenPGP card vendor.Werner Koch1-0/+1
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