Re: [Tokend-Dev] Tokend-Dev Digest, Vol 31, Issue 3
Hello! Thank you! I can insall a pc/sc driver to get my tokend loaded, but only on MacOSX 10.10。 On MacOSX 10.9, it doesn't work, It seems that only CCID device can do it. The question is : Can I create a Keychain when my USB device plugged in, then add certificate and public keypair items, and then bowsers such as Safari will use my Tokend to do cryptograhic operation such as doing SSL handshakes. But I can't find any materials about how Tokend and Keychain is related, and which API can I use to create a keychain for Tokend, and add other items under the new created keychain. Thanks a lot ! At 2015-08-14 03:00:01, tokend-dev-request@lists.macosforge.org wrote:
Send Tokend-Dev mailing list submissions to tokend-dev@lists.macosforge.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.macosforge.org/mailman/listinfo/tokend-dev or, via email, send a message with subject or body 'help' to tokend-dev-request@lists.macosforge.org
You can reach the person managing the list at tokend-dev-owner@lists.macosforge.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Tokend-Dev digest..."
Today's Topics:
1. Re: Tokend-Dev Digest, Vol 31, Issue 1 (Ludovic Rousseau)
----------------------------------------------------------------------
Message: 1 Date: Thu, 13 Aug 2015 13:59:38 +0200 From: Ludovic Rousseau <ludovic.rousseau@gmail.com> To: "tokend-dev@lists.macosforge.org" <tokend-dev@lists.macosforge.org> Subject: Re: [Tokend-Dev] Tokend-Dev Digest, Vol 31, Issue 1 Message-ID: <CAGstE8ApeajcyawzefV7OEON=WK-whVF1BvFEE82c9ikfdSOmQ@mail.gmail.com> Content-Type: text/plain; charset=UTF-8
Hello,
2015-08-12 9:14 GMT+02:00 liuddd <liudy75@163.com>:
Thanks for the reply. In my situation, I have a reader using only USB HID(Human Interface Device) protocol to communicate with MacOS, It is not a CCID reader, but I can write a PCSC driver for the reader under Windows and then use PCSC API to communicate with it, can I also write a PCSC driver to do that under MacOSX? If I can, What should I do to achieve that? Is that only CCID reader can initiate the loading of TokenD? I would like to know how securityd, pcscd and tokend interact, and what happened from when a USB reader plugin into the system to when the corresponding Tokend is loaded.
Yes, you will have to write a PC/SC driver for Mac OS X.
The system will detect when you insert your USB device and start the PC/SC driver and the different tokend.
Maybe you can write a fake/limited PC/SC driver and use HID directly (instead of PC/SC) in your tokend.
Bye
-- Dr. Ludovic Rousseau
------------------------------
_______________________________________________ Tokend-Dev mailing list Tokend-Dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/tokend-dev
End of Tokend-Dev Digest, Vol 31, Issue 3 *****************************************
participants (1)
-
liuddd