aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-piv.c (unfollow)
Commit message (Expand)AuthorFilesLines
14 daysscd:piv: Support rsa3072Werner Koch1-17/+55
2024-10-08common,gpg,scd,sm: Use openpgp_oid_or_name_to_curve to get curve.NIIBE Yutaka1-2/+1
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-2/+2
2024-05-06scd:piv: Support listing of retired keys with KEYINFO.Werner Koch1-21/+21
2024-01-04scd: Add support for SCE 7.0Werner Koch1-2/+54
2023-06-28scd:piv: Fix authentication with Administration Key.NIIBE Yutaka1-2/+2
2023-06-27scd:piv: Fix authentication with Administration Key.NIIBE Yutaka1-2/+2
2022-05-26scd: Return USAGE information for KEYINFO command.NIIBE Yutaka1-1/+8
2022-05-26scd,piv: Fix status report of KEYPAIRINFO.NIIBE Yutaka1-1/+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-05-20scd: avoid memory leaksJakub Jelen1-3/+3
2021-03-12scd: New option --pcsc-shared.Werner Koch1-0/+3
2021-03-11scd:piv: Improve APT parser compatibility.Valtteri Vuorikoski1-4/+9
2021-02-18scd:piv: Fix a typo in a string.Werner Koch1-2/+2
2020-11-25scd: Rework the handling of the displayed serial number.Werner Koch1-34/+2
2020-10-26scd: Flush the cache when writing cert data object.NIIBE Yutaka1-0/+1
2020-09-21scd: Extend KEYPAIRINFO with an algorithm string.Werner Koch1-1/+6
2020-09-11scd:piv: Avoid conflict when writing a cert.Werner Koch1-1/+63
2020-08-10scd:piv: Allow signing using PSS.Werner Koch1-1/+10
2020-06-08build: Fix recent commit for SOURCE_DATE_EPOCH.Werner Koch1-1/+1
2020-05-05scd: Extend an internal function to also return the algo.Werner Koch1-3/+3
2020-04-07scd: Factor common PIN status check out.Werner Koch1-41/+9
2020-04-02scd: Use Gcrypt usage constants for the do_with_keygrip capabilities.Werner Koch1-3/+3
2020-03-31scd:p15: Support signing with CardOS 5 cards.Werner Koch1-2/+2
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-2/+2
2020-02-11common: Extend the openpgp_curve_to_oid function.Werner Koch1-2/+3
2020-01-16scd:piv: Remove debug code from a recent commit.Werner Koch1-2/+1
2020-01-13scd: Make the PIN cache robust against wrongdoing of gpg-agent.Werner Koch1-1/+47
2020-01-13scd:piv: Implement PIN cache.Werner Koch1-21/+92
2020-01-13scd: Make SERIALNO --all work correctly and use it.Werner Koch1-2/+2
2020-01-07scd: First changes to implement a PIN cache.Werner Koch1-7/+32
2019-12-19scd: Enhance KEYINFO command to limit listing with capability.NIIBE Yutaka1-1/+17
2019-09-05scd:piv: Allow the keygrip as alternative to a keyref.Werner Koch1-2/+22
2019-09-04scd: Use a macro for the flag parameter of learn_status.Werner Koch1-1/+2
2019-06-25scd: Add an re-select mechanism to switch apps.Werner Koch1-5/+29
2019-06-21scd: Simplify inclusion of app-common.h.Werner Koch1-1/+0
2019-06-21scd: Use enums for cardtype and apptype.Werner Koch1-2/+2
2019-06-19scd: Split data structures into app and card related objects.Werner Koch1-31/+34
2019-06-17scd:piv: Add the do_with_keygrip feature.Werner Koch1-0/+89
2019-04-04scd:piv: Fix RSA decryption.Werner Koch1-6/+25
2019-04-03scd: New options --info and --info-only for READKEY.Werner Koch1-5/+31
2019-04-03scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch1-1/+13
2019-03-22doc: Add a spec comment to app-piv.cWerner Koch1-0/+1
2019-03-05scd: Rename a shared info field name.Werner Koch1-1/+1
2019-03-05scd:piv: Implement import of private keys for Yubikeys.Werner Koch1-13/+429
2019-03-01scd:piv: Add feature to read Yubikey attestation certificates.Werner Koch1-2/+28
2019-03-01scd:piv: Allow writecert to only write matching certs.Werner Koch1-22/+55
2019-02-26scd: Simplify the app_readkey parameters.Werner Koch1-15/+2
2019-02-25scd: PIV: Always require a PIN for signing with 9C.Werner Koch1-8/+20