Slashdot Mirror


Self-Regulating SSL Certificate Authority?

bcg asks: "It has come that time again to renew some of my SSL certificates and part with substantial amounts of cash. This has got me thinking - why should we pay large amounts of cash for authorized certs when so little is done by the companies issuing them? Sure they get you to send them a copy of a business certificate but how does this prove the character of those running the SSL server? What ideas can we come up with for a self-regulating certification authority? Could we set something up along the lines of the many free DNS servers around but use it to authenticate SSL certs?" We last touched on this subject in October, when someone was searching for cheap SSL certs. We've also discussed why certs are so expensive. Why not take it one step further and discuss ways of making and authenticating our own certs for free...or as close to free as possible?

15 of 269 comments (clear)

  1. How about Free? by ledbetter · · Score: 3, Interesting

    Just self-sign a certificate. Truly, if it's not signed by some big name registrar, most internet users (IE of course) will get messages notifying them that it's not a "trusted" certificate anyways.

    1. Re:How about Free? by jemenake · · Score: 3, Interesting

      If Joe-user gets a "FREE Certificate. v0.5beta" from some kind of business, he won't do the transaction.
      If I were a struggling webshop, i would go with VeriSign. It's sad, but that is just how it is right now.

      This is probably true, but it certainly won't change unless there is a way to get that "FREE Certificate...".

      Gradually, I can envision some vendors switching from Verisign to Free.... and I can envision myself ordering from them; For example, with vendors that I've ordered from in the past and had good experiences with.

      Anyway, like several people have pointed out, a free cert is easy to make, with self-signing. The only advantage to a free-CA would be if their certs didn't generate warning messages on the browser like self-signed ones do.

      In order to do that the right way, the free-CA would need to get their public key bundled into the popular browsers... a process that is probably pronounced "kickback".

      The alternative way to do this is to try for a "grassroots" adoption of the CA's key into people's browsers. If you visit a site using a Free-CA-signed cert, you'd be encouraged by the site, somehow, to actually import the CA's public key... which would put Free-CA on an equal footing with Verisign and Thawte... on that browser, anyway. If that's the road that ends up getting taken, then I'd gladly load the Free-CD public key on all of my browsers on day 1.

      Also keep in mind that this doesn't have to be massively successful in order to reap some gains. Even if it was mildly popular, it might entice Verisign and Thawte to drop their prices a bit in order to decrease the incentive to go with Free-CA.
  2. Just say no... by weave · · Score: 5, Interesting
    Hate to say this, but most users will do whatever you tell them to. You start off with a normal http page and then say something like "After you click, you'll be asked to accept a certificate, click yes to continue" and they will.

    Hell, even Microsoft says that on their windows update site for the active X download it throws onto your computer during your first visit!

    Someone should do a study on this, sounds like a great high school science fair project! I can see the display in the gym now, pasted on the cardboard display case "Are people idiots?" and have nice pie charts and tabular data from your research. It beats boiling something in a test tube to see how long it takes at different temperatures or testing the growth rates of different molds...

    1. Re:Just say no... by Billy+the+Mountain · · Score: 3, Interesting

      Hey, nice idea. It would be fun setting up the science fair study.

      It could present the user with four different levels of increasingly dangerous dialogs:

      Start out with something like "Microsoft wants to install a Service Pack Upgrade". Be sure to inlcude a radio button for "always trust Microsoft Corporation"

      Next present a dialog that installs "gator"

      Then, see if they'd like to host "Back Orfice" and "always trust the Cult of the Dead Cow"

      Finally see if they'd like to install a suite of viruses, and email worms.

      That way, you could gather and quantify levels of human stupidity. -- maybe even get a regional picture?

      BTM

      --
      That was the turning point of my life--I went from negative zero to positive zero.
  3. My standard rant about CAs by Jack+Greenbaum · · Score: 5, Interesting

    My standard rant about why I use my own certs:

    Digital certificates are available, for a fee, from a commercial certificate authority (aka CA) such as Verisign. For about $15 a year Verisign will claim to know who you are though you provide no proof other than the grand American Dollar. If your credit card clears, then Verisign says email from you is from you. Why is this worth $15? If I send a signed email to someone and they verify that signature based on the cert I send them, then the only reason to trust that the cert is based on the trusting the signing CA. Verisign says that if I have a credit card with a name on it, then I am the person with that name. Unfortunately due to identy fraud, this is often not the case. In our family we have been victims both of simple credit card fraud (where are card number was stolen and the card duplicated) and full on identity fraud where our social security number was used to open credit accounts by people other than us. So merely the possession of a credit card number does not imply identity. By trusting Verisign you are trusting the US credit industry, which is corrupt and insecure.
    Assume that you do trust that credit cards are valid identifications. Why would you trust the CA who took that as ID? How do you know who the CA is? CA's are identified by certificates just as users are. How did you get a certificate for the CA? Usually it is because Microsoft and Netscape include a set of certificates from trusted CA's in their products. If the cert comes from one of those CA's then Microsoft and Netscape say it's valid. Therefore you must trust that Microsoft and Netscape included authentic certs, and you assume that those certs have not been compromised since you installed the software. Maybe you think I'm paranoid. Really I just object to paying money for something I can do better myself.

    I have created the Greenbaum.Org Certificate Authority to create digital certificates which are free and trusted. If you get an email from me, signed by a certificate issued by me, verified by the CA certificate you download from this site, then the email was from me. If you get an email from me, signed by a Verisign certificate, then it could have come from the gangsters who stole my credit card to buy Nikes and chinese food.

  4. Difficulties by bitkid · · Score: 4, Interesting

    I see several difficulties with a free SSL-CA (as I see with free DNS/TLDs/whatever):

    It's a great idea, but... who will use them? To be more specific: Verisigns capital is that it's root-certificate is in every browser on this planet. I don't want to know how much cash they had to throw at M$ to get their cert. into IE, but I doubt that a free CA can come up with that amount. Sure, we can probably get the certs into mozilla etc. and joe-schmoe IE-user can add the root-cert to his known certificates, but question is: what impression will your trustworthy buissiness give him, if he gets lots of warnings when on accessing your gimme-your-visa page. 'It's the value of trust(tm)' :-)

    just my two cents...

  5. Web of Trust, a la PGP? by MMHere · · Score: 5, Interesting
    Why not take the approach that the original PGP system did? Establish a Web of Trust, where multiple individuals can cross-sign each other's certificates?

    You could perhaps add the idea of a threshold -- once a cert is signed by enough well-trusted individuals, the cert becomes "good enough" to go public.

    Of course, there might be an issue of startup time -- a requestor of a new cert wouldn't get one until it has had time to make the rounds and get signed by many trusted individuals.

    There is also a bit of a seeding problem. How do you establish a large enough trusted community in the beginning, so that sufficient signings can be made on new certs.

    Also, I would guess that one of the things that current commercial cert corporations provide is a source of culpability, should something go wrong with the cert they issued. With a public signing group, you might not have this same level of responsibiliy. This could be good or bad, depending on your perspective.

  6. Self-signed and non-trusted CAs by Frobnicator · · Score: 4, Interesting
    Many ISP's and low-budget group have self-signed certs. They're easy to make. (well, easy for someone who is setting up a secure web site). I have quite often seen sites with a self-signed cert and another page giving the fingerprint of the cert. Most vendors allow these, but they aren't "trusted".

    The only reason the big companies charge so much (their claim, not mine) is the insurance they provide, and the fact that they are "trusted" by the various vendors.

    Any new group wanting to be a trusted CA will face the liability issue -- if one of your customers sues you, even if you try to disclaim all liability up front, you will still face massive court fees. Even if you won in court, you would lose financially if not insured.

    There is no technical or logistical problem with setting up a Free (and free) common-geek's CA, the problems are entirely legal ones. I know because I looked into it right after SSL came out. It looks like a good business plan, right up until someone takes you to court.

    frob.

    --
    //TODO: Think of witty sig statement
  7. Ummm, security reasons? by kill+-9+$$ · · Score: 5, Interesting
    Technically, as we know, you can sign your own certificates for free. Only problem is those who visit your site will get all those wonderful warnings and popups, etc.

    Why not have a self-regulating authority? Well, let me submit a request to sign my certificate saying I'm Amazon.com, hijack the domain and steal credit cards. The point of CA's is to do some background checking to verify you are who you say you are. Debatable, agreed, but is you're average script kiddie, cracker, etc. gonna shell out bucks to get a fake cert? Probably not. Not to mention once money is involved, there is an audit trail of some sort.

    As for whether the prices are gouged a bit, I won't argue with you there. Seems that it shouldn't cost as much as it does, but at the same time I'd think most companies rack it up as a cost of doing business (just like rent, equipment leases, etc)

    --

    -- A computer without COBOL and Fortran is like a piece of chocolate cake without ketchup and mustard
  8. SelfSign it! by SHEENmaster · · Score: 3, Interesting

    Most of us just want the encryption features of SSL; most of us don't want it for authentication.

    If you are a bank or something, then by all means authenticate your identity. If you just want to keep packet sniffing from being effective, self sign it.

    GPG/PGP keys are always self-signed, yet no one complains about authentication of identity. Maybe we should all carry a compact flash card of our SSL keys!

    --
    You can't judge a book by the way it wears its hair.
  9. Googlify it... by ejungle · · Score: 4, Interesting

    The best way I can think of to do this is setup an infrastructure similar in principle to Google's PageRank. So, anyone can be granted a certificate, but the strength of that cert is based upon an index of reputation. Which to me personally, is somewhat more meaningful than any given company(TM) buying a certificate. What method you'd use to create such an index would require more investigation, with considerations for security and spoofing prevention.

    At it's base though, I like the concept. And would like to hear some ideas on what we could use as "karma" *cough*... Realistically though, (and this is where I need help from those more familiar with SSL certificates than I...) is there a facility in the signing process which allows for extra certificate information at the time of request? To my memory, I think there is. For instance:

    Such and such has requested this and that on your system. Such and such has a reputability index of .65
    Proceed? (Yes/No)

    With the infrastructure already there, methinks the implementation is somewhat trivial. Can anyone help me refine the method?

    --
    Remember: umount it before you fsck it.
  10. Would this idea work? by Mustang+Matt · · Score: 4, Interesting

    Have a ranking system that would base trust off the number of certificates, the age of the certificates and complaints from users.

    So basically a centralized authority that gives out free or cheap (as in as cheap as domains) certificates.

    You sign up with them as a reseller. All of your customers buy certs from you.

    I'm thinking of this in terms of being a hosting provider as I am.

    So I sign up with this centralized authority and purchase certificates for my customers.

    Browsers could have a blacklist check on certs. So you try to hit one of my sites, it validates against your list of blacklisted sites that you updated last month and either:
    A. Shows up with a good rating.
    B. Doesn't show up because it's too new.

    The user could then set a threshhold of trust and if the cert passed that threshhold it wouldn't warn them.

    This idea isn't very thought out, just an idea I threw together. Run with it.

    --
    The man who trades freedom for security does not deserve nor will he ever receive either. - Benjamin Franklin
  11. Can you trust Verisign? by cpeterso · · Score: 5, Interesting


    I used to work on Microsoft's Public Key Cryptography QA team. We worked with Verisign to create fake certificates to test IE's SSL and Authenticode signed downloads. When we were done testing, someone on our QA team called Verisign customer service and said, "hi, I work on Microsoft's QA team. We are done using those fake certificates for our tests. Can you please revoke (cancel) them?"

    Without any further verification, the Verisign customer service agent pushed a button and canceled the real Microsoft certificate, the one used to sign all of Microsoft's downloads, device drivers, and CDs. oops. Luckily, no one pays attention to Verisign's CRL (Certificate Revocation Lists) because certificate revocation is off by default in IE. Since no one really used the CRL, Verisign was able to the remove Microsoft from the CRL and reinstate the Microsoft certificate after a couple days.

    So when you "trust" Verisign, think hard about what that really means..

  12. Why require "identity" at all? by dirk+busimi · · Score: 5, Interesting
    What SSL Certificate Authorities require is screwed up as it is. If you want to sign up, you need to provide proof of your identity. This comes from different sources, such as Duns and Bradstreet number, some official letterhead, proof (paper mail or phone) that your domain name registration is valid and matches your offical address, etc.

    My problem occured when trying to get a cert for a small group of alumni. We've got about 50 people in it. We're just trying to make it possible for us to discuss things on our bulletin board with passwords protected with SSL.

    We payed our money to Entrust. We still have not gotten a certificate or a refund. They first required that we prove we have a relationship with the school. We aren't an official organization, don't pretend to, and don't use their domain at all. It's completely separate.

    So next they required we show articles of our encorporation. Is this what's required to have a certificate? Why can't joe-random-webmaster have a valid certificate from the "big guys"? Sure, you can go with smaller outfits, but their certs aren't in older browsers.

    IMHO, a cert should simply say "This cert was given to the folks who run www.this_domain.com." They can check and verify whois data and your ability to receive email. Any other requirements are just stupid. Just because you want SSL doesn't mean you want to be an e-commerce site.

  13. The root of the problem is the technology. by Nicopa · · Score: 5, Interesting

    TLS (SSL) does not need the ugly PKI technology to operate. SSL/TLS could very well use PGP keys. The difference is that PGP technology is more well designed and lends better to help building a web of trust.

    Some people might say that newbies can't handle the complexity. Well it's the responsibilty of software developers to help them overcome this. Example: As the same PGP keys would be used for mail, the web of trust could be linked to the addressbook handling.

    Besides, the current model gives a sense of security which is not real. Do we really trust CA's? When you go to an "internet cafe", do people check that the list of trusted CA's haven't been altered. In this way, PGP would bring the real sense of security/insecurity which is currently "masked".