aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-piv.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-02-21scd: Extend KEYPAIRINFO by key usage info.Werner Koch1-45/+84
2019-02-11scd: Implement decryption for PIV cards.Werner Koch1-1/+146
2019-02-11scd: For PIV cards used NO_AUTH instead of BAD_PIN.Werner Koch1-1/+14
2019-02-08scd: Implement RSA signing for PIV cards.Werner Koch1-99/+299
2019-02-08scd: Allow generating ECC curves on PIV cards.Werner Koch1-0/+53
2019-02-07scd: Store a new PIV public key in the certificate DO.Werner Koch1-106/+179
2019-02-07card: Support reading and writing PIV certificatesWerner Koch1-8/+191
2019-02-06scd: Add genkey command to app-piv (rsa-only)Werner Koch1-7/+355
2019-02-06scd: Implement PIN changing and unblocking for PIV cards.Werner Koch1-66/+201
2019-01-31scd: Add DES authentication for PIV card.Werner Koch1-7/+248
2019-01-29card: Support factory reset for Yubikey PIV application.Werner Koch1-1/+19
2019-01-29card: Print keyinfo for PIV cards.Werner Koch1-1/+4
2019-01-21scd: Support CHV-STATUS and CHECKPIN for PIV.Werner Koch1-25/+212
2019-01-20scd: Add very basic support for PIV cards.Werner Koch1-0/+1238