Re: Using smartcard as certificate store
From: Daniel James (wastebasket_at_nospam.aaisp.org)
Date: 01/21/05
- Next message: Garfield Lewis: "Delegation question"
- Previous message: gf: "develop a Sub Authentication Package"
- In reply to: WT: "Re: Using smartcard as certificate store"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 21 Jan 2005 11:42:15 GMT
In article news:<1lUHd.1065$YD5.130@newsread3.news.pas.earthlink.net>, Wt
wrote:
> > Why would you want to do that?
> What we are doing here is what they call secure personal server on
> a USB token. It allows the user to perform secure operations like web
> browsing, e-mail by plugging it into any host machine, and taking any
> secure info with it when it is unplugged from the host machine. For
> that reason, we want to put the certificates we acquire when browsing
> to secure website on the token, ...
I agree that that's a good example of a situation in which you want to
keep a trusted store of CA ertificates and your own private keys and
their certificates on the token.
You should still not need to store certificates from arbitrary websites
on your token, and I still can't think of any reason why you should want
to ... unless you're talking about using some website to obtain a
certificate for your *own* key?
> > Consider, also, that a smartcard has maybe 16kiB of memory -- and
> > an X509 certificate is typically 1KiB or more -- so you wouldn't
> > be able to store more than a handful of certificates on one anyway.
> The USB drive has plenty of memory, from 256M upwards.
OK <smile> you said "smartcard" and I didn't realize you meant "thing
that isn't a smartcard but is treated by CAPI as though it were one"!
> I hope IE can manage the certificates as it usually does when the
> certificate store is on the host machine. All I want to do here is
> to relocate the store to the USB token, and have IE store to, and
> retrieve from, it.
It's not what IE does that's important, here, it's what CAPI does (IE
just lets CAPI get on with it). I think you're out of luck, though, CAPI
only looks for certificates in its local certificate store (on disk).
The nearest you're likely to be able to get to what you want is to copy
the certificates from the token to the local CAPI store ... but that's
far from ideal.
Cheers,
Daniel.
- Next message: Garfield Lewis: "Delegation question"
- Previous message: gf: "develop a Sub Authentication Package"
- In reply to: WT: "Re: Using smartcard as certificate store"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|