The whole DOD is using it, but they're on crypto smart cards, so many folks don't realize that's what they're doing. Email, single sign on, web site auth, etc. Works great!
I've always liked the idea of smart cards, but I also wonder how I would use a smart card to simultaneously log in to a site from, say, my PC and phone. It seems like the card can only be plugged in one place.
Why is nobody using SSL client certificates?
101–110 of 160 posts
Re: Why is nobody using SSL client certificates?
#102Works well, is a very strong added factor, and is easy to manage and deploy these days.
Re: Why is nobody using SSL client certificates?
#103It's pretty easy maintenance once you set up systems for account managers to generate and issue new certificates for people.
Then again, this was small time. Few thousand active users. Niche bio/pharma web application.
Large scale it could very well be a bitch and/or unnecessary at this point in time.
The system was designed/created between '96 and '98 and has used certificates the entire time.
Re: Why is nobody using SSL client certificates?
#104Re: Why is nobody using SSL client certificates?
#105Re: Why is nobody using SSL client certificates?
#106Earlier quoted context omitted.
As a DoD CAC user and developer, this is correct (although the card readers at my company are built into the laptop or inserted via a USB adapter). I don't think there is a background agent that maintains the key though, I just think the card reader is queried when the certificate is needed. After the cert has been verified, you're free to pull the card out.
> After the cert has been verified, you're free to pull the card out. Last time I checked DoD systems are configured to automatically log you out of your session upon removal of your CAC.
Re: Why is nobody using SSL client certificates?
#107Re: Why is nobody using SSL client certificates?
#108Im at a loss, but my first instinct is to say that server certs arent validated properly AT ALL, so I fail to see how client certs would do any better. For all the hype over PFS (perfect forward secrecy) I dont see how how MITM attacks are stopped because cert validation is so bad or nonexistent I dont see applying more certs (plus diffie hellman) to be a solution.
Re: Why is nobody using SSL client certificates?
#109I'm the author of this post which I have written in 2008. Since then my views have changed a bit: for one, the added security is debatable as the client cert is easily accessible to malware and thus could easily be stolen. The other thing is that renegotiation is somewhat broken since that related security flaw in 2010ish, so you can't have parts of a site accessible without client certs and other parts requiring a c…
the malware point is moot. malware can steals passwords saved, which are optionally saved encrypted. the cert at least in the one browser i checked is always encrypted. and even then, if you have malware in your box, any and all security measures are worthless at this point. decent Renegotiation and mobile client support will come if people using that on the desktop request the feature. it's like that for everything…
So it's only hassle and no advantage, hence, useless
Re: Why is nobody using SSL client certificates?
#110Earlier quoted context omitted.
the malware point is moot. malware can steals passwords saved, which are optionally saved encrypted. the cert at least in the one browser i checked is always encrypted. and even then, if you have malware in your box, any and all security measures are worthless at this point. decent Renegotiation and mobile client support will come if people using that on the desktop request the feature. it's like that for everything…
Certificates can also be marked as non-exportable.