Slashdot Mirror


E-Voting Company Reveals Their Source Code

Kodi writes "VoteHere has decided to release their source code so that other people will have confidence in it (MSNBC, press release.) It's definitely NOT open source (unlike OVC) but it's still a step in the right direction."

67 of 279 comments (clear)

  1. First Glance by monstroyer · · Score: 5, Interesting

    1) Pain in the ass. Asks me to submit my Full Name, Organization, and email. Along with an Opt-Out in check mark for a newsletters and licence agrement.

    2) You may not download this Software if you are located in any country (or are a national of a country) subject to a general U.S. or U.N. embargo or are deemed to be a terrorist country (i.e., Cuba,Iran, Iraq, Libya, North Korea, Sudan and Syria). Ouch! Why the patriotic license clause?

    3) A quick glance at the source code seems to indicate that it's cygwin dependent C++. Not really the best platform to open your source code on since the windows world encourages closed development.

    Also, who's to say that this is the source code that will be compiled on the voting terminals? What prevents any e-voting company to build binaries that have "secret conspiracy back doors" in them? Are voting polls expected to compile their own code? And if so, why chose windows when there is no built in compiler available by default on that platform?

    1. Re:First Glance by alecks · · Score: 5, Funny

      Are you saying that You read the article, registered to download source code, browsed through it, and still managed to get FP?

    2. Re:First Glance by monstroyer · · Score: 2, Funny

      Subscriber bonus. I see the future baby.

    3. Re:First Glance by pete-classic · · Score: 5, Interesting
      2) You may not download this Software if you are located in any country (or are a national of a country) subject to a general U.S. or U.N. embargo or are deemed to be a terrorist country (i.e., Cuba,Iran, Iraq, Libya, North Korea, Sudan and Syria). Ouch! Why the patriotic license clause?


      That is almost certainly because it contains strong encryption, which is considered munitions (!) under US export law.

      We can debate that law (I think it is foolish), but it isn't VoteHere's fault.

      -Peter
    4. Re:First Glance by lcde · · Score: 3, Insightful

      Also, who's to say that this is the source code that will be compiled on the voting terminals?

      these are the same arguments for anything you don't compile yourself. Who is really to say that RedHat RPM's don't have a patch that opens them up. Because they don't show it in the source RPM? Because they're not microsoft? Sometimes you have to have a little trust.

      It may be true that they want people to submit bug reports or other things they see wrong and they will closely look over and patch with their own patch.
      [tin_foil_hat]
      But with it being e-voting and used for US politics. i wouldn't be to surprised if some gov. agency makes them have a back door.
      [/tin_foil_hat]

      --
      :%s/teh/the/g
    5. Re:First Glance by Talthane · · Score: 2, Insightful

      Also, who's to say that this is the source code that will be compiled on the voting terminals?

      You can take paranoia too far, you know. Who's to say the people counting the votes at the polling stations are counting the same pieces of paper you filled in there? If you're going to take that extreme a view, then all voting is irrelevant and utterly without any means of proof. Linux is as unreliable as Windows, the OVC as Diebold, because anyone could have compiled your nice open source software and turned it into something evil....all over ze world...

      I do like your tinfoil hat. :-)

      --
      "This is why men never share their feelings; because women always remember." -Just Shoot Me.
    6. Re:First Glance by meringuoid · · Score: 5, Funny
      Cuba, Iran, Iraq, Libya, North Korea, Sudan and Syria

      This is voting software, with which one would run an election in a democracy. Wouldn't we be happy if these countries downloaded and used it?

      Then there would be no more phony rigged elections in these places - you can't possibly rig an e-voting machine, Diebold said so.

      --
      Real Daleks don't climb stairs - they level the building.
    7. Re:First Glance by interiot · · Score: 4, Insightful

      Paranoia can't be taken too far regarding voting, at least not conceptually. In practice, you can only spend so much time and effort on proving that votes haven't been tampered with, but if you combine electronic voting machines with the results of 50 years of research in computer security, then software should be able to do most of the grunt work, and it may be possible to have MUCH stronger proof that no tampering took place than is available with paper, without requiring very much reoccuring human time/effort.

    8. Re:First Glance by AntonyBartlett · · Score: 5, Insightful
      these are the same arguments for anything you don't compile yourself.

      Ah-ha, trust the compiler do you? No amount of source-level verification or scrutiny will protect you from using untrusted code.

    9. Re:First Glance by 4of12 · · Score: 4, Insightful

      Also, who's to say that this is the source code that will be compiled on the voting terminals?

      Precisely.

      And how many voters or voting officials will be able to verify the digital signature of the binary that the voting machines run (which would potentially thwart trojan replacement of compiled code with different binaries)?

      Or, to verify the voting machine hardware itself does not contain any backdoors?

      Yes, that's right. The same number of informed caring intelligent voters and educated informed voting officials you saw participating in previous elections. (To be fair there are many intelligent caring voters and officials - it's just that intelligence and caring don't guarantee successful secure electronic voting measures.)

      With all the potential avenues for compromise and the levels of expertise, scrutiny and trust required for proper implementation, there's good reason some of the best computer scientists in the country think electronic voting is not a good idea.

      At least I'll credit this company for taking one step forward in a mile long journey. I just hope decision-makers get the hint about vulnerabilities and realize how far we have to go.

      --
      "Provided by the management for your protection."
    10. Re:First Glance by Anonymous Coward · · Score: 2, Insightful

      Also, who's to say that this is the source code that will be compiled on the voting terminals?


      Well, all bets are off if the company decides to purposefully make a "bad" (evil?) product. In that case, you just have to hope for a whistle blower inside the company.

      BUT...by opening the source code...they allow other people to look and see what precautions have been made security-wise.

      In other words, if an unintentional mistake was made everyone will have a chance to see it.

      So, no, making the source available doesn't (and shouldn't!) quell all doubts. But it's certainly a good thing.
    11. Re:First Glance by Valar · · Score: 2, Insightful

      You're right. The advantage to the code being publically availible is that if there is an unintentional backdoor (security flaw) it might be spotted sooner. It wouldn't protect from intentionally mallicious actions by the company.

    12. Re:First Glance by krazy_kc · · Score: 2, Interesting
      And how many voters or voting officials will be able to verify the digital signature of the binary that the voting machines run (which would potentially thwart trojan replacement of compiled code with different binaries)?

      Ken Thomson proved this won't help, while I don't disagree with your sentiment, remember that all the open source in the world can still be circumvented by a compiler that you didn't write...

    13. Re:First Glance by jpetts · · Score: 3, Funny

      Are you saying that You read the article, registered to download source code, browsed through it, and still managed to get FP?

      No problem: he's the /. subscriber...

      --
      Call me old fashioned, but I like a dump to be as memorable as it is devastating - Bender
    14. Re:First Glance by 4of12 · · Score: 3, Interesting

      Ken Thomson proved this won't help, while I don't disagree with your sentiment, remember that all the open source in the world can still be circumvented by a compiler that you didn't write...

      I remember that story, of hiding the login.c backdoor into the compiler binary.

      It makes me think I should be more careful to check the .sig for my downloads of gcc .

      But, then, I'm thinking back, wondering what version of gcc I used to compiled gpg , or what version of gcc Red Hat used to build my kernel....

      It seems trustworthiness is only asymptotic and not absolute.

      --
      "Provided by the management for your protection."
    15. Re:First Glance by Freddles · · Score: 2, Informative

      Cuba, Iran, Iraq, Libya, North Korea, Sudan and Syria

      This is voting software, with which one would run an election in a democracy. Wouldn't we be happy if these countries downloaded and used it?


      Perhaps. But US law prohibits (or with certain countries severely restricts) US persons and companies from having any business dealings whatsoever with any person or company in any of those countries. The sancations vary from country to country with an outright ban on dealings with Cuba and lesser restrictions on other countries. This is all administered by the Office for Foreign Asset Control (OFAC).

      So the site just has standard terms and conditions to protect itself. I'm sure if a country on this list wanted to turn to democracy then an export licence would be granted on an exceptional basis.

    16. Re:First Glance by Tassach · · Score: 3, Insightful
      What prevents any e-voting company to build binaries that have "secret conspiracy back doors" in them?
      1. Release the makefiles along with all the details of how the release executables were built (exact details of the build platform, compiler flags, etc) -- basically all the details you need to produce an identical executable.
      2. Calculate the MD-5 and SHA-1 hashes of the test version you built yourself. EG:
        find / -name \* | xargs md5sum | sort > checksums; \
        find / -name \* | xargs sha1sum | sort >> checksums; \
        cat checksums
      3. Have independent auditors perform this process on a random sample of deployed machines.
      4. diff the checksum file for the machine being tested against the one for your reference build.
      If all the hashes match, you're assured that the executables on that machine have not been tampered with.

      You may not download this Software if you are located in any country (or are a national of a country) subject to a general U.S. or U.N. embargo or are deemed to be a terrorist country (i.e., Cuba,Iran, Iraq, Libya, North Korea, Sudan and Syria). Ouch! Why the patriotic license clause?
      Same reason any made-in-the-USA software containing strong crypto has a similar warning -- US law prohibits the distribution of strong crypto software to "bad" countries.
      --
      Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
    17. Re:First Glance by pete-classic · · Score: 2

      I'm sure that you think it is very clever to pick on President Bush. Everyone's doing it, it must be cool.

      Now, I'm no defender of the current administration, but here are two facts that put your comment in perspective:

      1. The law in question here predates this administration. I believe that it was enacted under President Clinton -- but quite possibly by a Republican Congress. We just can't win, can we?

      2. I personally "exported democracy" to the Balkans under the previous administration, to my personal loss.

      Suffice it to say that I am rather unimpressed with your simple-minded cheap shot.

      -Peter

    18. Re:First Glance by whovian · · Score: 2, Funny


      There's only one subscriber?!?!

      --
      To-do List: Receive telemarketing call during a tornado warning. Check.
    19. Re:First Glance by Tassach · · Score: 2, Insightful
      It's unlikely that a general release compiler (gcc, vc++, etc) would have a specific back-door for a voting system built in to it. Any backdoor of this variety would be present in any system built with that compiler

      . In this case it doesn't really matter if you can trust the compiler or not -- what you want to do is ensure that the version of the software installed on deployed machines matches the audited reference copy. This can be done easily. Then you can test the hell out of the reference copy to make sure that it doesn't have any backdoors.

      This doesn't assure you that the reference is 100% secure (there's no such thing), but it does give you 100% assurance that the machine you use to cast your vote is running the audited software.

      --
      Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
    20. Re:First Glance by forii · · Score: 3, Funny

      No problem: he's the /. subscriber...
      I always wondered who that sucker was.

  2. Obscured? by dolo666 · · Score: 2, Insightful

    Something is really wrong with this move by Votehere. Nowhere on their site is a place to access the revision history of the code, or upload changes, or even contact them about bugs in the code for credit or what-have-you.

    Obscured security relies on obscurity; therefore we have a previously obscured source code that is now revealed (as is) and the creator expects the public to be pleased? The key element of Open Source is the insight from a million minds into security, feasibility and programming efficiency; not the wide-open access to the creation of a few minds, who may have conflicts with the management of the company, conflict of design methodology, or flagrant criminal intent (hey you've heard of a silent strike, well programmers do this more than anyone because they are mistreated by management with little recourse at times; read: Microsoft). I think if they are going to release the code, they should at least have a framework for accepting revisions, and base credit upon these revisions from the Open Source community -- bare minimum. This current method is only a public form of espionage without any hopes of maintaining security through accessible revision tree access to the public. Somone might be fired for this? I mean if it were *my* firm, I'd be looking for someone to execute over such a breech, without the necessary systemic functions available for interpretation of risk and absolute recovery system diagnostics, et cetera.

    1. Re:Obscured? by Anonymous Coward · · Score: 2, Informative

      The key element of Open Source is the insight from a million minds into security, feasibility and programming efficiency;

      Oh, you must have missed the part where it said "To avoid any doubt, this Software is not being licensed on an open source basis.".

    2. Re:Obscured? by medication · · Score: 5, Informative

      I realize that it takes a bit more effort the RTFA, but in the pdf include in the source they make it very plain how to submit bugs:

      Reporting an Issue
      VoteHere appreciates your e(R)orts in helping us identify and resolve issues and
      inaccuracies with our products, specifications and documentation. If you feel you
      have identified an issue with the VHTi API or documentation set, please proceed
      with the following steps for submitting the issue to the VoteHere support team:
      1. Record the version number of the API or document you are referencing,
      and if documentation-related note the page and /or section number.
      2. Record and document the issue as clearly and in as much detail as possible.
      3. Record your name, company name, and a telephone number where you can
      be reached during normal business hours.
      4. Contact VoteHere using one of the following methods:
      Email: support@votehere.net
      Fax: 1.425.450.2861
      Phone: 1.888.457.6863

      --
      "If you're flammable and have legs, you are never blocking a fire exit." - Mitch Hedberg
    3. Re:Obscured? by Analogy+Man · · Score: 2, Insightful
      The key words are transparency and accountability.

      A) There can be no accountability without transparency (something that our press has been doing a poor job at supporting for the last 20 years...worsening of late). What we don't know hurts us!

      B) Transparency is meaningless without accountability. So I punched you in the nose...bugger off and deal with it you big baby! We lost all the votes from Precinct 27 oops, sorry. We had 2x as many votes as registered voters in precinct 43 so it comes out a wash ok? Knowing and having no recourse for justice is no good either.

      I'm concerned, I have nothing to hide, trust me...

      --
      When the people fear their government, there is tyranny; when the government fears the people, there is liberty.
  3. Open the Moderation Code by Anonymous Coward · · Score: 3, Funny
    Now, if only slashdot would 'Open' their source (secret blacklists, obscured karma scores, hidden moderations, editor modpoints and bitchslaps).

    Time to stop this hypocrisy of criticizing closed e-voting, while implementing it here.

    1. Re:Open the Moderation Code by juggaleaux · · Score: 2, Informative

      http://www.slashcode.com
      Is this not the slashdot source code?

  4. In Other News... by ravenspear · · Score: 5, Funny

    In a move to inspire confidence, Diebold agrees to have Microsoft review their code.

    The company was quoted as saying, "Microsoft's highly qualified software testers will objectively review all source to determine any bugs. We are confident their analysis will put speculation about the reliability of our software to rest."

  5. No by hanssprudel · · Score: 5, Insightful

    VoteHere has revealed _some_ source code, which may or may not be what is used in their machines. Unless the machines are produced in a truly open fashion, the fact that they have made some code available for viewing means very little.

    1. Re:No by MoonBuggy · · Score: 5, Funny

      There's a simple test - if we start seeing cowboyneal options on the next US election we know that the real source was released to, and hacked by, the /. community.

    2. Re:No by molarmass192 · · Score: 2, Insightful

      Doesn't anybody else think that this kind of software should be developed by the government in an open source fashion? I don't like the idea of a closed 3rd party system being responsible for electing my next government. The election process is supposed to be transparent.

      --

      Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws-Plato
    3. Re:No by surprise_audit · · Score: 4, Interesting
      Unless the machines are produced in a truly open fashion...

      And even then, how is any random voter (geek or not) going to be reassured that the proper, open software is what's actually running on the machine he's touching??

      I'm sure we can all think up tricky ways to very the code - maybe provide a "verify code" button which prompts for a passphrase, then generates a hash using that and the software, providing a printout that the voter could verify against a secure web page, using the same passphrase. That would work unless you're paranoid enough to think that maybe there's a second eprom in there that's actually handling the machine, checksumming against the original, unused version...

      No, I think it's pencil-and-paper time again. Can anyone think of a really pressing need to use some kind of electronic vote machine, other than the "we can declare the result instantly!" reason?? I venture to suggest that voter confidence in an honest election ought to outweigh any "instant win!".

      Sadly, society in this country has been pushed more and more towards instant gratification for minimal investment. Instead of wielding a pencil to make a mark you now barely have to touch the display. Instead of waiting a day or two for the results, you can watch the numerous "results" shows on TV as they attempt to predict the winners.

      Election reforms I'd propose: 1) Pencil and paper ballots; 2) Absolute blackout of media coverage, at least until the polls close *all* over the country. None of that instant win crap on the East Coast while West Coast, Alaska & Hawaii voters are still making up their minds...

    4. Re:No by pjt48108 · · Score: 2, Insightful

      YES! I agree! Open up the code, and let voting machine makers MAKE THE MACHINES that run it. As an analogy, auto manufacturers don't determine the design and construction of roadways, only the cars that use them. A person should be able to read the code themselves. In fact, such open code could be used for free by a multitude of organizations across the spectrum of society in order to run their own elections, be it for city council, scout troop leader, union president, etc.

      Of course, I am still a fan of analog balloting, but truly open sourced voting apps could ease my anxiety a good bit.

      --
      Mmmmmm... Bold, yet refreshing!
    5. Re:No by pangian · · Score: 4, Insightful

      Can anyone think of a really pressing need to use some kind of electronic vote machine, other than the "we can declare the result instantly!"

      Well I can think a few reasons why electronic voting machines would seem advantageos to the people who administer elections, and they have very little to do with speed of reporting (which isn't currently and issue):

      1) Lower cost in the long run over printing paper ballots. This resonates particularly well with election managers who are forced to *reprint* a bunch of ballots because of a mistake or change in the race.

      2)Electronic voting systems can be used to accommodate voters with special needs. Electronic voting machines can often display a ballot in several languages and large print and can be designed to provide Braille or audio through headphones. Currently, in many districts, the blind don't have an entirely secret vote. This is temping for election administrators as accessibility requirements expand.

      3) Touchscreen e-voting systems often provide an opportunity for the voter to check and confirm his or her votes, and can reduce the need for election officials to divine the "intent of the voter" that occurs in some pencil and paper, optical or punch systems. This is attractive to managers since Florida.

      I am also *very* skeptical of electronic voting, and would probably feel a lot more comfortable with pencil and paper voting (which is not immune from user error and manipulation, I'll remind you). However, too often skeptics rail on e-voting without an real understanding of the resons that election managers choose them.

  6. It isn't just about the source... by AtariDatacenter · · Score: 4, Insightful

    Exposing the source code for e-voting (and electronic voting systems) is good. But just as important are the methods and procedures that a company uses around the software. Without knowing how they handle data, what protections and precautions they take, what operational or administrative technical policies are in place, I don't think we can judge much about a system from the source code. But we can, of course, find flaws in the code itself.

  7. Re:PR? by xanie · · Score: 4, Insightful

    This is totally just a poly at PR.

    I mean here's the thinking.

    "Hey! We can appease the OS folks by making the code visable to them! And then the media, they'll be like 'Woah! No one would EVER release insecure code if they didn't think it was secure!'"

    Yay... This is a joke.

    --
    Fundamentalism stops a thinking mind.
  8. It's not patriotic by the_rev_matt · · Score: 4, Informative

    It's called compliance with export law. Plenty of software companies have this restriction listed (for a long time you had to check the box to download Acrobat Reader until the export restriction were loosened slightly).

    --
    this is getting old and so are you

    blog

  9. Summary of the source by hng_rval · · Score: 5, Funny

    If (Vote == Bush)
    BushVotes++;
    Else If (Vote == Gore)
    If (Rand % 10 == 1)
    BuchannenVotes++;
    Else
    GoreVotes++;

    --
    Thank you Mario! But our princess is in another castle!
    1. Re:Summary of the source by Nynaeve · · Score: 4, Funny
      A possible code snippet if the programmer forgets to put in break statements:

      switch (vote)
      {
      case E_GORE: nGore++;
      case E_BUSH: nBush++;
      default:
      }
  10. 818181 (HAHAHA) by sgumby · · Score: 2, Informative

    How to explain that every Congressional race in Maryland, for example, won by the same margin, of 818,181 votes? Funny how those numerals translated to HA HA HA in alpha characters..... www.countthevotecolorado.org

    i hope this software will help prevent such things...(if it not cause it...)

  11. Re:PR? by onyxruby · · Score: 4, Informative

    This doesn't have a damn thing to do with open source, don't fool yourself. This has to do with accountability and the public perception that e-voting machines don't have any. The license isn't open source because it doesn't need to be.

    The code is reviewable, so it can be audited to avoid the kind of debacles diebold is facing. It's a marketing move, and a move that is in the public interest. Intead of complaining that it wasn't released in the license you like you should be grateful that it is available for review at all.

    Open source is good, but that doesn't mean something is bad just because you can't do with it what you want.

  12. Re:New system by HiThere · · Score: 4, Insightful

    If you aren't sure, you aren't thinking things through.

    You can't trust it. You *might* be able to trust a system of which it was a component. One program doesn't make a secure voting system, though it can make an insecure one.

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  13. That's great, now: by mystereys · · Score: 3, Interesting

    Where's my voter-verifiable paper printout?

    --
    "Righteous speed demon and trust fund party darling of justice"
  14. Prove them wrong... by TamMan2000 · · Score: 2, Insightful

    If people are so convinced that this code must be insecure, find a bug... Break the thing and tell the company, if they don't fix it, tell the press.

    I think this is an enormous step in the right direction, it allow a much greater degree of public oversite for e-voting. I am actaully satisfied with this, I would love a more open process, but I think this is good enough...

    --
    "I'll have a Guinness, no wait, make that a Coors Light" -Grad student I work with, who shall remain anonymous...
  15. Like PGP by Rick+Zeman · · Score: 5, Insightful

    This is just like what Phil Zimmerman, then NAI, and then PGP Corporation did with Pretty Good Privacy. They'd publish their source code for peer audit, but you definitely weren't allowed to do anything with besides audit the source and compare the resultant binaries. It was NOT open source.
    I don't have any problems with that, or with the election software not being open source.

    1. Re:Like PGP by tiger99 · · Score: 3, Insightful
      Yes, in this case that sort of arrangement is quite acceptable. Because this is going into a commercial piece of hardware, the software needs to be controlled at one place, so even if it was Open Source, it would not be possible to get contributions from all and sundry. But it also shows something that such as Gates and Ballmer are incapable of realising, that you can freely expose the source of closed commercial code. It bears a copyright, so it can't be copied and used improperly, and more than can a binary. By showing your intellectual property, you actually make the detection of illegal copying easier, unlike the stupid SCOundrel case, where nothing has been shown, nor ever will be, therefore nothing can be proved.

      Altogether it is much cleaner and tidier to show the source, in particular it does not involve giving away your intellectual property (but first you have to have some intellect, in order to develop some IP...) It clearly defines exactly what you have.

      In a sensible world, there would always be the option to see source code, just as there used to be comprehensive maintenance manuals with many pages of circuit diagrams for hardware, which theoretically could have led to copying, but in practice did not. I used to love the Tektronix oscilloscope manuals, but judging by the mediocre performance of most of their competitors products, the fact that every design detail was exposed, to assist with maintenance, did not result in significant copying. However, it might have inspired lots of engineers in the way they designed other things, just the same as exposure to Minix (ugh!) source code may have inspired Linus. It might, and did, also result in some ingeneous modifications when the proper spare parts were not immediately available.....

      I hope this disclosure is the beginning of a trend, it will benefit everyone, including the fact that the owners of the code can get some extra, free, code review.

      It will not, of course, please RMS. You can't please all of the people all of the time.

  16. Re:Reading this story by Carbonite · · Score: 5, Informative

    I believe the statistic is that only 1 out of every 10 person (correct me if I am wrong) in America votes in the presidential election.

    That's incorrect. In 2000, there were over 105,000,000 votes cast. This was 51.3% of the voting age population of 205,815,000 and 67.5% of the 156,421,311 registered voters.

    Source: Federal Election Commission

    --
    ich muß mehr Kuhglocke haben
  17. Re:Reading this story by pangian · · Score: 2, Insightful

    Usually a little more than 50% of registered voters votes in a presidential election. I'm not sure how that compares to the overall population, but its worth noting [reletively] recent Moter Voter laws have made it easier for people who are on the fringes about voting to get registered. This is a good thing, but something that needs to be kept in mind when people bemoan decreasing turnout rates

    WRT internet voting, while it has been piloted in a few situations (most recently in the Michigan primaries), Internet voting is an extremely BAD idea.

    First there is the protential for technical malfeasence: denial-of-service, spoofing, viruses that record keystrokes, etc. As report in the DOD's SERVE internet voting system mentioned previously states articulately:

    "These vulnerabilities are fundamental in the architecture of the Internet and of the PC hardware and software that is ubiquitous today. They cannot all be eliminated for the foreseeable future without some unforeseen radical breakthrough. It is quite possible that they will not be eliminated without a wholesale redesign and replacement of much of the hardware and software security systems that are part of, or connected to, today's Internet."

    Second there is the potential for procedural malfeasence: employers, pastors and friends who "help" people to vote on the internet, internet voting salons sponsored by candidates that make it easy for you get a free t-shirt (or a pint of your favorite beer) with your vote, etc.

  18. Why not use an Escrow/Build agent? by mjallison · · Score: 5, Interesting

    Revealing source code is good, but that doesn't gaurantee that the code you review is the same code actually running in the deployed machines.

    Some people would like to see paper trails and code review as a backup security measure, but I have another option I could feel comfortable with. How about a neutral third party, mutually selected by the state/city/etc and machine supplier? This third party can act as the review agent for the code, even bringing in outside experts. Public review of the code could even be done if all parties agree that this is the best thing to do.

    Finally (and here is where I think things get better), the escrow company actually builds the reviewed code, performs quality and acceptance tests. This code built by the third party is then released to the state for installation in their machines. The machine supplier never releases code directly to state/county/city/etc.

    Many large corporations use similar schemes to manage mission critical code. The IP still belongs to the machine supplier, of course, but there is now a very public and verifiable step in the process to ensure trust in the system.

  19. Re:My Idea by Rope_a_Dope · · Score: 2, Funny
    We can't get more than 20% of the population to vote, but you expect people to compile their own software?

    I bet 80% of the people that do actually vote would be wondering just what button to push on their WebTV or AOL account to compile the source.

  20. Re:Reading this story by internewt · · Score: 2, Funny
    I believe the statistic is that only 1 out of every 10 person... in America votes in the presidential election.

    I thought it was 11 out of 10 in Florida?

    --
    Car analogies break down.
  21. TUTORIAL: What all this means by goombah99 · · Score: 3, Insightful

    VoteHere a company that makes software to implement a particular voting crytographic scheme is the second outfit to release their source (the first was OVC).

    http://www.votehere.com/news/archive04/040604.ht m

    Until I know more details I wont pass judgement other than to say this underscores the point that making source code open does not diminish the rights of the company to its ownership and copyright of the code. It does allow bugs to be found and fixed. And expert independent testimony to its safety may result and thereby build public confidence. Thus this is all good.

    I dont know what exactly was released. My understanding in the past was that VoteHere was not actually a voting machine maker but a seller of a patented system for validating encrypted votes. Sequoia Systems had in the past discussed the possibility of letting buyers purchase this for use on their machines, though I have not heard of any machines actually deployed with this.

    More specifically, the VOTE HERE system still requires the machines to be error free. Recounts are not possible in the event of an error. The votehere system only eliminates certain kinds of fraud but not all and does nothing about errors, the discovery of errors, and recounting after errors. Additionally since machines using this system will for practical purposes look the same as machines with tampered software: how do know what is going on inside as a voter?

    I have read the VoteHere White papers on the mathematics of their algorithm. Two things are apparent 1) It's so complex--and I am trained in advanced mathematics--it's not perfectly clear that all the loop holes are plugged 2) Even if it works as claimed to the voter its still a magic black box that offers no visual evidence of the vote. Thus on both counts voting confidence is not available.

    Look at their logo--its a bunch of math symbols. To most folks that is more of a put-off than a confidence builder. Clearly they think they have a technical solution but dont appreciate the sociology issues.

    It appears to mainly move where fraud and erros can occur from the polling place to the programming place and to the people who hold the encryption keys. Its not clear what happens if the keys are accidentally leaked.

    Still clearly votehere sees it in their interest to get the issue of open source on the table and that is a great sign. kudos for them even if it is partly a bussiness decision.

    --
    Some drink at the fountain of knowledge. Others just gargle.
  22. Much more interesting by Anonymous Coward · · Score: 2, Informative

    Much more interesting than the source is the following document:

    http://www.votehere.com/vhti/documentation/egshu f. pdf ...describing a neat method of establishing a voter-verifiable ballot data that makes it quite difficult for single terminals to "cheat".

  23. e-Voting in Brazil by Anonymous Coward · · Score: 4, Interesting

    We've been having e-voting in Brazil for ten years now, the machine's source code is not open, it's a small machine that saves the result on a disk and prints a confirmation with each vote.

    In ten years we had three presidential elections, as well as elections for governors, mayors and senators, all of them with e-voting, citizens between 18 and 60 years MUST vote (between 16 and 18 and above 60 voting is optional).

    In this ten years, with plenty of elections and huge ammounts of votes not ONCE the result of an election have been contested by any political parties (winning or losing, left or right), individuals or the media. Usually the official results are released in one or two days after the election.

    So my question is: Why the big fuss about e-voting in the USA?

  24. Don't be unfair! by Syncerus · · Score: 4, Insightful

    Look, these guys are trying to do the right thing to inspire trust and confidence in the integrity of their software. What they are doing is entirely reasonable and proper. Just because they want to make real money from their code doesn't mean they are evil. Just because you think that everyone should release everything under the GPL, doesn't mean that they should be forced to accept your values. The release license is the choice of the author; never forget that.

    The purpose behind this excercise is to promote trust in the integrity of the electronic voting process; not to release Open Source voting software.

    You should commend these guys, not snarl at them.

    --
    "Man is nothing without the works of man" -- Helvetius
  25. AES, FAA, Certification Authorities by Discoflamingo13 · · Score: 4, Insightful

    I won't be satisfied until voting machines are subjected to the same safety criteria as automotive or aerospace software (e.g. FAA's DO178B). This means clear requirements, traceability from requirements to implementation, formal verification by third parties, and an audit trail. Infrastructure already exists for this purpose - the FAA could take this on with little difficulty.

    I thought our government was a bureaucracy - why didn't they think of this first?

  26. I see your Bah and raise you a Huf by pavon · · Score: 2, Interesting

    This is not a free software project! They didn't release the code to get the benifits of the open source development methodology, or to give back to the community. They released it so that the source could be audited by anyone who cared to do so, and the framework they provided is sufficent for this. Transparency has long been deemed important in the security world and has it's own benifits that still exist even without a distributed development method.

    I don't understand what your concern is, because I don't see how setting up a public CVS would improve the quality of the software. People who are interested in audititing this code do not need direct access to CVS and the lack of it will not deter them from doing so. The only way that CVS could help is if developers joined the project for fun or to scratch an itch, and happen to find bugs in the process, but I don't see any reason that this would be the case. Auditing is meticulous work. It is not the type of thing that joe-schmoe open source programmer does for fun. It is the kind of thing that security experts do, and if they are the only ones that are attracted to this code then there is nothing wrong with that.

  27. Some people just like to bitch. by Saeed+al-Sahaf · · Score: 4, Insightful
    Boy, you just can't win at Slashdot. All the sputtering frothy yappers here demand a look at the code. They get a look at the code, but that's not good enough anymore.

    I guess some people will bitch no matter what.

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
  28. Definitions by Quill_28 · · Score: 2, Interesting

    They needs to be a standard way to refer to different licenses.

    Most lay people would assume that open source means you could look at it. But in tech circles that is not the case. It has to be more than that.

    And does the tech definition of open source include BSD, GPL, public domain, etc licenses?

    Or is it just refering to GPL?

    Or does it depend on who you ask.

  29. Re:My Idea by Zathrus · · Score: 2, Insightful

    That's just insane.

    Look, it's pretty simple. If you don't trust the precompiled binaries they have on the machines, then why on earth would you trust the compiler they provide? I'm not talking about not trusting gcc... it would be fairly trivial to produce a hacked gcc that compiles the code in question differently (or simply compiles an embedded version of the code). And you'd have no way of knowing.

    Heck, hack the diff tool for that matter. Either reject any schmuck who actually tries to pull this, or replace their source with yours while diffing. How thick is that tinfoil beanie anyway?

    Oh, and don't think that a mechanical system is any better either. After all, some machine has to read those ballots and you could just compromise it!

    Sure, I guess you could go to hand counting. That'll only take a few weeks to verify the results. No matter... I'm sure the rest of the world will understand that we're just too damned incompetent to use modern balloting techniques. I'm sure it won't have any impact on domestic markets either... nope... just because we don't think our products are good enough to use doesn't mean you shouldn't buy them!

  30. Will it remain open??? by OGmofo · · Score: 2, Insightful


    "Lookie folks, you can download our source code, unlike those other evil opaque ne'erdowells."

    What's to keep them from closing the source once everyone hops on the bandwagon? If there's no promise to keep it open in perpetuity, its worthless.

  31. No it's not. by lynx_user_abroad · · Score: 4, Insightful
    It's definitely NOT open source (unlike OVC) but it's still a step in the right direction."

    No it's not a "step in the right direction" and you're not helping to fix things by claiming that it is.

    Having a copy of some source code is not a "step in the right direction" if you can't understand it. Most people can't read source code.

    Having a copy of some source code is not a "step in the right direction" if you can't have complete confidence it's implemented correctly. If it's at all complex, there's a good chance the are bugs in it. If the manufacturer ever admits they've fixed a bug in it, then they are admitting even their engineers who designed it didn't understand it enough to spot all the bugs. Will Joe Voter spend as much time reviewing the code? (If they never admit to a bug in it, then they are in denial.)

    Having a copy of some source code is not a "step in the right direction" if you can't be sure the source you have is the same one used to compile the binary runninng on the machine you're casting your vote on.

    Having a copy of some source code is not a "step in the right direction" if you can't be sure the compiler wasn't trojaned. Or the hardware itself.

    Unless you have evidence of a ballot cast, the best you can claim is heresay testimony of a ballot cast. Are you willing to accept that as a basis of your next government?

    --

    The thing about things we don't know is we often don't know we don't know them.

  32. Re:Reading this story by cpeterso · · Score: 2, Insightful


    you are assuming each voter cast just one vote.

  33. No matter, indeed. by sean.peters · · Score: 2, Insightful
    Sure, I guess you could go to hand counting. That'll only take a few weeks to verify the results.

    Somehow, the Republic managed to survive for a couple hundred years with paper ballots, waiting longer than "a couple weeks" for the results in the days before electronic communciations. What was the problem, again?

    Sean

  34. design/intent by chadjg · · Score: 2, Insightful

    Well, by definition, software can only do what it was designed to do, right? If those functions are different from the stated intent of the developer, then tough beans.

    Computers are wonderfully deterministic beasts. We shouldn't pretend that they aren't and blame our glitches on computers. If Ralph Nader is "accidentally" elected, it's not a machine/software problem. Somebody, a person or a group of people, screwed up.

    I'm not saying that a law court would agree, but if a voting machine can be made to sing "Turkey in the Straw" every time you hit the Libertarian button, then that's exactly what the it was "designed" to do.

    (Wow, a two bit thought in three paragraphs, time for more bran.)

    --
    Why do I have this? I don't smoke.
  35. Odd Code Fragment by Tatarize · · Score: 2, Funny

    void ProcessVote(string person) {
    int votes = 0;
    if (person == "Bush) votes += 2;
    else { votes++; }
    CountVote(vote,votes);
    }

    --

    It is no longer uncommon to be uncommon.
  36. Boy, nice license by Rogerborg · · Score: 2, Informative

    "You can look for 60 days, but if you touch, we own anything you modify. Oh, and we can can your license at any time and for any reason, and you also agree that we can and should gag you if you say anything that might be detrimental to our business."

    We'll, that certainly inclines me to view their source in a charitable light.

    --
    If you were blocking sigs, you wouldn't have to read this.