I love how none of the example "dependencies" they give should be using public CA in the first place.
Given some of the internal CA systems I've dealt within the past, I'd almost prefer a public CA in some cases. Sometimes your internal CA is just the group with manual access to the certificate provisioning and signing systems with either no API or some awful re-implemented API.
Symantec CA Response to Google Proposal and Community Feedback
61–70 of 129 posts
Re: Symantec CA Response to Google Proposal and Community Feedback
#62Earlier quoted context omitted.
"This site does not support Chrome. Please use a browser that does not take unilateral CA authority action." might very well be the response of orgs married to Symantec. As a user, you need your bank (or other large org) more than you need your preference of browser.
You're better off moving your accounts to a local credit union that does security correctly.
Re: Symantec CA Response to Google Proposal and Community Feedback
#63> These customers include many of the largest financial services, critical infrastructure, retail and healthcare organizations in the world, as well as many government agencies. This cohort is an important constituency that we believe has been under-represented to date in the public commentary that has been posted to the Google and Mozilla boards since large organizations rarely authorize employees to engage in such…
> These are some of the most important organizations in the world and you'll cause worldwide chaos Thanks for that -- reading this comment connected a few thoughts I was struggling with. Their response felt like "if you don't follow through with your plan to punish us we'll do all of these nice things for you." It reminds me of when my kids get caught doing something wrong and I get "but I'll do all of my chores and…
Among other things, if what Symantec is saying is true, this means there is zero financial incentive for Symantec to behave. The largest certificate customers in the world have all voluntarily made it infeasible to choose a Symantec competitor, so as long as Symantec has any product at all of any quality, the market will keep buying Symantec.
If what Symantec is saying is true, the mere fact that they went to their largest customers and said "Suppose you had to buy certs from one of our competitors, what would you do" and they replied "We've never thought about that before" is itself a major victory.
Re: Symantec CA Response to Google Proposal and Community Feedback
#64>require these applications to be recoded, recompiled and redistributed. Aka "updated". The entire post is basically "ok how about we be really good from now on and suffer no consequences, cause it'd be really shitty for us if we had to be penalised". They also posture a lot talking about how big their customers are, almost boasting about how inflexible and slow these big companies are, as if that's somehow Google's…
This comment irritates me. 1) The point of the first part of their post is not "we're too big", it's "a move like this would disrupt the lives of an awful lot of people." Even more so, consider what would happen if Google were to update Chrome to not accept these certs. For internal applications, the IT departments of all these companies—which likely total a few hundreds of thousands of users in total—would simply ma…
https://medium.com/@sleevi_/a-history-of-hard-choices-c1e1cc...
Re: Symantec CA Response to Google Proposal and Community Feedback
#65Earlier quoted context omitted.
If you think Let's Encrypt is an acceptable solution for all the affected organizations, you know very little about the state of browser certificates.
Or they see through it.
Technically-correct well-actuallys lose to real-world perception ninety-nine percent of the time.
Re: Symantec CA Response to Google Proposal and Community Feedback
#66Earlier quoted context omitted.
There's more to it than you've seen so far. Think about environments with hosts starting on demand. You need to encrypt data in flight -> how do you automatically assign a new certificate to an instance on startup? You can't do it with an airgapped system.
If you're going to automatically create certificates you are shifting the entire authentication burden to that automated system. This is the exact issue with the public CA system, their automated processes have been found lacking and now what they certify can not be trusted.
And you're missing the point I raised as well - if you have hosts coming up automatically, you either need automatic certificates, or shared keys. As long as you rely on SSL, there's no other way to go.
(For example of authentication: public CA verifies your domain, internal CA can ask the hypervisor to verify a token on your instance - not remotely in the same class)
Re: Symantec CA Response to Google Proposal and Community Feedback
#67Earlier quoted context omitted.
What API do you need? The signing system should be airgapped or you end up with the same shit that is the public CA system such as roots sitting on public FTP servers. It's a bunch of command line scripts because if you are using it any different way you are probably doing it wrong.
Seriously. The fancy CA systems are wacky expensive.
Re: Symantec CA Response to Google Proposal and Community Feedback
#68Re: Symantec CA Response to Google Proposal and Community Feedback
#69I love how none of the example "dependencies" they give should be using public CA in the first place.
I've got personal experience with the first two (embedded devices and mobile apps) having pinned certificates (or limited sets of supported CAs)
There's millions of internet-connected set top boxes, tvs, and dvd/bluray players deployed around the world that run with a limited set of supported CAs. (e: Also, don't forget the tons of 'smart' phones out there running ancient versions of whatever)
If you're someone who supports applications that run on those, then your choices for what CAs you offer on your API/Media/etc endpoints is extremely limited. Some of these decisions were made more than a decade ago, and migrating off those is going to take another decade (i.e as old hardware dies).
Re: Symantec CA Response to Google Proposal and Community Feedback
#70Earlier quoted context omitted.
Seriously. The fancy CA systems are wacky expensive.
I'm sure people make plenty of money wrapping OpenSSL in ever more elaborate Enterprise schemes. But if the net effect is that one bug in a frontend can cause the server to tell the cert server to tell the secure enclave to tell the wire mesh protected crypto coprocessor to sign a bogus certificate then what are we really doing here.
We looked at various systems to manage intermediate ca issuance and reminders for renewal and the cost was incredible... most were >$200k!
Using scripts to automatically generate certificates and using the ugly but effective Windows CA web interface for "vanity" stuff does 90% of what those solutions do. I think we had an intern write a monitoring plugin to open tickets for soon to expire certificates and a few other things that covered the remaining 10%.