LWN.net Logo

CAs say few people are getting replacements

CAs say few people are getting replacements

Posted Jun 16, 2008 19:19 UTC (Mon) by cortana (subscriber, #24596)
In reply to: CAs say few people are getting replacements by endecotp
Parent article: SSL Certificates Vulnerable to OpenSSL Flaw on Debian (Netcraft)

> Even though CAs are offering free replacement certs, people aren't taking 
> them up on it.
> 
> I would have thought that by this point anyone who knew that they were 
> vulnerable would have
> had time to fix the problem.  The people who are left either don't know 
> they have a problem or
> don't care.

The CAs should have already revoked all certificates that it is possible for them to detect.
The fact that they have not indicates that they serve no useful purpose, and are only in the
business for the protection money.

Not that it matters. Even if all the CAs shipped by your browser had updated their Certificate
Revocation Lists, your browser will not bother to check the lists.

What should really be done is for browser vendors to drop all CA certificates that do not
specify a working OCSP responder, and configure their browsers to always do OCSP validation,
aborting if there is an error or failure. But that will never happen.

> - Browsers to include pre-computed tables of vulnerable keys, as is now 
> done in the Debian ssh
> packages.  Is this practical?

It isn't. According to https://bugzilla.mozilla.org/show_bug.cgi?id=435082#c7, "Right. 9MB
(3MB compressed x 3 bit sizes) is larger than the rest of Firefox and NSS put together.
There's absolutely no chance we can ship that. None."



(Log in to post comments)

CAs say few people are getting replacements

Posted Jun 16, 2008 19:28 UTC (Mon) by bboissin (subscriber, #29506) [Link]

Well it could at least use the blacklist if it is available (as it will be likely the case on
linux distro), or suggest a plugin.

CAs say few people are getting replacements

Posted Jun 16, 2008 19:34 UTC (Mon) by Los__D (subscriber, #15263) [Link]

...and configure their browsers to always do OCSP validation, aborting if there is an error or failure. But that will never happen.
Yeah, a single point of failure is the road to a more flexible and stable Internet *cough*

CAs say few people are getting replacements

Posted Jun 16, 2008 19:42 UTC (Mon) by cortana (subscriber, #24596) [Link]

It's hardly a single point of failure... it is the CA's job to ensure the high availability of
their responder.

But you highlight the big tradeoff--that between convenience and security. Currently we are
way, way too far into the realm of convenience, and we are paying for it with every data
breach.

CAs say few people are getting replacements

Posted Jun 16, 2008 19:57 UTC (Mon) by Los__D (subscriber, #15263) [Link]

True, but it still limits the points of attack significantly.

To many commercial sites, loss of availability is just as bad (or worse?) than phishers.

You are trading one kind of security for another, not convenience for security.

CAs say few people are getting replacements

Posted Jun 16, 2008 20:00 UTC (Mon) by jwb (guest, #15467) [Link]

9MB is not anywhere near as large as the 50MB+ "phishing protection" database that Firefox
already ships.  So I think they should ship this blacklist.

CAs say few people are getting replacements

Posted Jun 16, 2008 20:47 UTC (Mon) by nix (subscriber, #2304) [Link]

Firefox doesn't *ship* that; it's trickled down as needed.

CAs say few people are getting replacements

Posted Jun 16, 2008 21:01 UTC (Mon) by jwb (guest, #15467) [Link]

What's your point?  The same means of distribution can also be used for the blacklist.

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds