aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-piv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* common,gpg,scd,sm: Use openpgp_oid_or_name_to_curve to get curve.NIIBE Yutaka2024-10-081-2/+1
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-2/+2
* scd:piv: Support listing of retired keys with KEYINFO.Werner Koch2024-05-061-21/+21
* scd: Add support for SCE 7.0Werner Koch2024-01-041-2/+54
* scd:piv: Fix authentication with Administration Key.NIIBE Yutaka2023-06-281-2/+2
* scd: Return USAGE information for KEYINFO command.NIIBE Yutaka2022-05-261-1/+8
* scd,piv: Fix status report of KEYPAIRINFO.NIIBE Yutaka2022-05-261-1/+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: avoid memory leaksJakub Jelen2021-05-201-3/+3
* scd: New option --pcsc-shared.Werner Koch2021-03-121-0/+3
* scd:piv: Improve APT parser compatibility.Valtteri Vuorikoski2021-03-111-4/+9
* scd:piv: Fix a typo in a string.Werner Koch2021-02-181-2/+2
* scd: Rework the handling of the displayed serial number.Werner Koch2020-11-251-34/+2
* scd: Flush the cache when writing cert data object.NIIBE Yutaka2020-10-261-0/+1
* scd: Extend KEYPAIRINFO with an algorithm string.Werner Koch2020-09-211-1/+6
* scd:piv: Avoid conflict when writing a cert.Werner Koch2020-09-111-1/+63
* scd:piv: Allow signing using PSS.Werner Koch2020-08-101-1/+10
* build: Fix recent commit for SOURCE_DATE_EPOCH.Werner Koch2020-06-081-1/+1
* scd: Extend an internal function to also return the algo.Werner Koch2020-05-051-3/+3
* scd: Factor common PIN status check out.Werner Koch2020-04-071-41/+9
* scd: Use Gcrypt usage constants for the do_with_keygrip capabilities.Werner Koch2020-04-021-3/+3
* scd:p15: Support signing with CardOS 5 cards.Werner Koch2020-03-311-2/+2
* Spelling cleanup.Daniel Kahn Gillmor2020-02-181-2/+2
* common: Extend the openpgp_curve_to_oid function.Werner Koch2020-02-111-2/+3
* scd:piv: Remove debug code from a recent commit.Werner Koch2020-01-161-2/+1
* scd: Make the PIN cache robust against wrongdoing of gpg-agent.Werner Koch2020-01-131-1/+47
* scd:piv: Implement PIN cache.Werner Koch2020-01-131-21/+92
* scd: Make SERIALNO --all work correctly and use it.Werner Koch2020-01-131-2/+2
* scd: First changes to implement a PIN cache.Werner Koch2020-01-071-7/+32
* scd: Enhance KEYINFO command to limit listing with capability.NIIBE Yutaka2019-12-191-1/+17
* scd:piv: Allow the keygrip as alternative to a keyref.Werner Koch2019-09-051-2/+22
* scd: Use a macro for the flag parameter of learn_status.Werner Koch2019-09-041-1/+2
* scd: Add an re-select mechanism to switch apps.Werner Koch2019-06-251-5/+29
* scd: Simplify inclusion of app-common.h.Werner Koch2019-06-211-1/+0
* scd: Use enums for cardtype and apptype.Werner Koch2019-06-211-2/+2
* scd: Split data structures into app and card related objects.Werner Koch2019-06-191-31/+34
* scd:piv: Add the do_with_keygrip feature.Werner Koch2019-06-171-0/+89
* scd:piv: Fix RSA decryption.Werner Koch2019-04-041-6/+25
* scd: New options --info and --info-only for READKEY.Werner Koch2019-04-031-5/+31
* scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch2019-04-031-1/+13
* doc: Add a spec comment to app-piv.cWerner Koch2019-03-221-0/+1
* scd: Rename a shared info field name.Werner Koch2019-03-051-1/+1
* scd:piv: Implement import of private keys for Yubikeys.Werner Koch2019-03-051-13/+429
* scd:piv: Add feature to read Yubikey attestation certificates.Werner Koch2019-03-011-2/+28
* scd:piv: Allow writecert to only write matching certs.Werner Koch2019-03-011-22/+55
* scd: Simplify the app_readkey parameters.Werner Koch2019-02-261-15/+2
* scd: PIV: Always require a PIN for signing with 9C.Werner Koch2019-02-251-8/+20
* scd: Extend KEYPAIRINFO by key usage info.Werner Koch2019-02-211-45/+84
* scd: Implement decryption for PIV cards.Werner Koch2019-02-111-1/+146