aboutsummaryrefslogtreecommitdiffstats
path: root/tkd/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-22tkd: Support READCERT command.gniibe/t6364NIIBE Yutaka1-0/+26
2023-03-20tkd: Add RESTART command.NIIBE Yutaka1-0/+20
2023-03-17Fix PKSIGN to get data by EXTRA.NIIBE Yutaka1-0/+15
2023-03-17tkd: sorted out entities and initialize PKCS#11 on demand.NIIBE Yutaka1-5/+5
2023-03-16tkd: Fix for rescanning the slot list.NIIBE Yutaka1-1/+1
2023-03-15tkd: Implement finalizer.NIIBE Yutaka1-1/+51
2023-03-08Implement READKEY command.NIIBE Yutaka1-91/+4
2023-03-03Implement token_keyinfo.NIIBE Yutaka1-1/+1
2023-03-03Fix assuan context things.NIIBE Yutaka1-5/+4
2023-03-02Move functions.NIIBE Yutaka1-0/+6
2023-02-27Define routines for pkcs11.c in the header.NIIBE Yutaka1-24/+8
2023-02-27Start tkdaemon to offer PKCS#11 module access.NIIBE Yutaka1-0/+695