aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-piv.c (unfollow)
Commit message (Expand)AuthorFilesLines
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