summaryrefslogtreecommitdiffstats
path: root/scd/app-piv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-191-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
* scd: For PIV cards used NO_AUTH instead of BAD_PIN.Werner Koch2019-02-111-1/+14
* scd: Implement RSA signing for PIV cards.Werner Koch2019-02-081-99/+299
* scd: Allow generating ECC curves on PIV cards.Werner Koch2019-02-081-0/+53
* scd: Store a new PIV public key in the certificate DO.Werner Koch2019-02-071-106/+179
* card: Support reading and writing PIV certificatesWerner Koch2019-02-071-8/+191
* scd: Add genkey command to app-piv (rsa-only)Werner Koch2019-02-061-7/+355
* scd: Implement PIN changing and unblocking for PIV cards.Werner Koch2019-02-061-66/+201
* scd: Add DES authentication for PIV card.Werner Koch2019-01-311-7/+248
* card: Support factory reset for Yubikey PIV application.Werner Koch2019-01-291-1/+19
* card: Print keyinfo for PIV cards.Werner Koch2019-01-291-1/+4
* scd: Support CHV-STATUS and CHECKPIN for PIV.Werner Koch2019-01-211-25/+212
* scd: Add very basic support for PIV cards.Werner Koch2019-01-201-0/+1238