aboutsummaryrefslogtreecommitdiffstats
path: root/tkd (follow)
Commit message (Expand)AuthorAgeFilesLines
* tkd: Support READCERT command.gniibe/t6364NIIBE Yutaka2023-03-223-36/+91
* tkd: Fix PKSIGN.NIIBE Yutaka2023-03-201-6/+2
* tkd: Add RESTART command.NIIBE Yutaka2023-03-201-0/+20
* tkd: Fix RSA PKSIGN.NIIBE Yutaka2023-03-171-0/+5
* Fix PKSIGN to get data by EXTRA.NIIBE Yutaka2023-03-172-1/+21
* tkd: Implement READKEY, returning canon SEXP.NIIBE Yutaka2023-03-171-0/+11
* tkd: sorted out entities and initialize PKCS#11 on demand.NIIBE Yutaka2023-03-173-89/+135
* tkd: Fix for rescanning the slot list.NIIBE Yutaka2023-03-163-78/+169
* tkd: Check CKF_TOKEN_PRESENT, too.NIIBE Yutaka2023-03-151-0/+1
* tkd: Implement finalizer.NIIBE Yutaka2023-03-153-8/+113
* agent: Add oTkdaemonProgram.NIIBE Yutaka2023-03-131-2/+1
* Implement READKEY command.NIIBE Yutaka2023-03-083-148/+60
* Add login feature.NIIBE Yutaka2023-03-061-5/+27
* Use two-phase sign to match PKCS#11 API.NIIBE Yutaka2023-03-061-37/+73
* Fix the length of ECDSA.NIIBE Yutaka2023-03-061-1/+14
* Fix keygrip computation.NIIBE Yutaka2023-03-031-1/+1
* Fix listing keys.NIIBE Yutaka2023-03-032-55/+89
* Implement token_keyinfo.NIIBE Yutaka2023-03-033-8/+114
* Add key->flags member.NIIBE Yutaka2023-03-031-14/+43
* Fix assuan context things.NIIBE Yutaka2023-03-034-135/+28
* Implement token_sign.NIIBE Yutaka2023-03-021-49/+86
* Move functions.NIIBE Yutaka2023-03-023-45/+179
* Define routines for pkcs11.c in the header.NIIBE Yutaka2023-02-274-30/+23
* Start tkdaemon to offer PKCS#11 module access.NIIBE Yutaka2023-02-275-27/+2121
* Some implementations don't offer the information of key mechanisms.NIIBE Yutaka2023-02-241-12/+52
* Logout after use (when login).NIIBE Yutaka2023-02-241-5/+13
* Yubikey PIV now somehow works.NIIBE Yutaka2023-02-241-29/+31
* Testing pksign.c for access to PKCS#11 module.NIIBE Yutaka2023-02-222-125/+316
* Add test code to handle PKCS#11 module.NIIBE Yutaka2023-02-212-0/+2091