nettle has asked for the wisdom of the Perl Monks concerning the following question:
I have a digital certificate on a smart card and I want to use it for ssl communication through SSL socket. I planned on using the IO::Socket::SSL module, but it requires the public and private keys to be present(as files or strings). However, I cannot extract the private key from the smart card.
I am using ActivePerl 5.8.8 on Windows XP.
I have figured out how to do data encryption and signing with my smart card through Win32::OLE and CAPICOM, but I have no idea how to do the SSL communication.
Any help will be appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Smart cards and SSL
by Khen1950fx (Canon) on May 14, 2007 at 15:39 UTC | |
by nettle (Initiate) on May 15, 2007 at 11:35 UTC |