On 04/21/2010 10:49 PM, Martin Paljak wrote:
> On Apr 21, 2010, at 22:01 , Jim Rees wrote:
>   
>> I'm in need of a command line utility that can do https fetches given a url,
>> like wget, but use pkcs11 for the crypto ops, so I can store the client
>> cert/key on a smart card.  Firefox will do this but it's overkill and I need
>> something scriptable.  Any suggestions?
>>     
> cURL --engine might do the trick.
> I once created a patch to add better PKCS#11 support to cURL but that is now 
> long forgotten, it should probably be possible without those extra steps (via 
> an openssl config file for example), but maybe it is useful:
>
> http://pisi.offline.ee/download/.hidden/patches/curl.diff
>
>
>   
The current version of curl can be compiled to use NSS as well (it's
that way on fedora by default). NSS, of course, had PKCS #11 built in.

bob

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to