Comment #9 on issue 16831 by slushpupie: Client SSL Certificate Support for Mac http://code.google.com/p/chromium/issues/detail?id=16831
wtc: Smartcards are all handled by the Keychain (a tokend for each device type). Its just using the CDSA architecture, so if you have an "Identity" you can use that to perform cryptographic functions. I think Apple even provides some convenience API's for doing HTTPS with client auth, though Ive not used those directly. I have used the CDSA stuff to write a PKCS11 driver that uses Keychain as the backend; its a bit complicated at first but not too terrible after you get a handle on all the parts. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
