<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Flawed E-Voting Standard Sent Back to Drawing Board');

// if breadcrumb == true, then it fill in the right trail in the issue
// array
$smarty->assign('breadcrumb','false');

// example:
//$issue = array("Issues" => "/issues/", "Privacy" => "/issues/privacy/", "TIA" => "/issues/privacy/tia/");

//Creative Commons - If you need to turn OFF the CC license, set cc = false
//$smarty->assign('cc',"false");

$smarty->assign('issue',$issue);

$content  = '
<div id="featuretext">
<h4>For Immediate Release: Thursday, September 26, 2003</h4>
<h1>Flawed E-Voting Standard Sent Back to Drawing Board</h1>
<h2>Electronic Frontier Foundation: Victory for Fair Elections</h2>
<h4>Electronic Frontier Foundation Media Release</h4> 

<p>San Francisco - The Electronic Frontier Foundation (EFF)
today applauded a technical working group for heeding
critics who called for rejection of a flawed electronic
voting standard proposal that failed to require adequate
security measures.</p>

<p>The working group of the Institute of Electrical and
Electronics Engineers, Inc. (IEEE) drafted the electronic
voting standard in an environment plagued by a lack of
consensus, procedural misconduct, and serious security
oversights.</p>

<p>EFF last week called on IEEE members and other citizens to
voice their concerns about the standard. Nearly five hundred
people wrote to IEEE leadership pointing out flaws in the
draft standard. On September 22, the first working group
ballot on the draft failed overwhelmingly, causing the
simultaneous ballot at the sponsor level to fail as well.</p>

<p>"Defeat of the initial flawed IEEE electronic voting
standard is a victory for IEEE\'s democratic process," said
EFF Legal Director Cindy Cohn. "We are glad that the
majority of the IEEE working group recognizes the serious
problems with this current electronic voting standard
proposal and hope that the working group will now fix the
standard to reflect current security norms."</p>

<p>Critics pointed out that one of the most glaring problems
with the draft was its failure to require, or even
recommend a mechanism to allow a true manual recount or
auditing of votes. Some voting machine companies already
offer one such mechanism, known as a voter-verifiable paper
audit trail. These machines produce a paper ballot for each
voter and allow voters to see a summary of their votes to
confirm that election officials are recording their votes
accurately.</p>

<p>Florida\'s Broward County - one site of the infamous hanging,
dimpled, and pregnant chads - announced on September 24,
2003, that it will consider adding the audit capability to
its new $17 million dollar voting system due to concerns
about potentially undetectable election fraud.</p>

<p>"The American public deserves voting technology that we can
trust," said EFF Activist Ren Bucholz. "Today, that means
requiring a voter-verifiable paper audit trail, or its
equivalent, in all electronic voting systems."</p>

<p>This week, the Science Application International Corporation
(SAIC) released a report that confirmed earlier concerns
about Maryland\'s Diebold voting system. Maryland officials
hired the private security firm in response to a July 2003
report critical of the Diebold system by researchers at
Johns Hopkins University and Rice University. The SAIC
report generally reinforced and expanded upon the security
flaws discovered by the university researchers, concluding
that the Diebold voting system was "at a high risk of
compromise."</p>

<p>The IEEE standard will now go back to its drafting
committee, Project 1583, which holds its next meeting in
Austin, Texas, in October. Once finalized, the U.S. and
other governments worldwide will likely adopt the IEEE
electronic voting standard, since IEEE sits on a technical
advisory board established by the federal Help America Vote
Act (HAVA).</p>

<p>EFF has renewed its call for interested scientists to
participate in the IEEE processes.</p>


<h3>Links:</h3>
<ul>
<li><a href="http://www.eff.org/Activism/E-voting/IEEE/">
EFF action alert on IEEE voting machine standard</a></li>

<li><a href="http://grouper.ieee.org/groups/scc38/1583/">
IEEE Electronic Voting Machine Working Group</a></li>

<li><a href="http://www.eff.org/Activism/E-voting/20030723_eff_pr.php">
Security researchers discover flaws in e-voting system</a></li>

<li><a href="http://makeashorterlink.com/?B23E12506">
SAIC Report about Diebold system in Maryland</a></li>

<li><a href="http://www.jhu.edu/news_info/news/home03/sep03/voting.html">
Security Researcher Avi Rubin\'s Response</a></li>

<li><a href="http://www.Gainesvillesun.com/apps/pbcs.dll/article?AID=@@2003309231134">
Broward County, Florida, considers adding true voter
verification</a></li>

<li><a href="http://www.eff.org/Activism/E-voting/20030702_eff_pr.php">
Previous EFF action alert on e-voting</a></li>

<li><a href="http://www.eff.org/Activism/E-voting/">
EFF e-voting archive</a></li>
</ul>

<h3>Contact:</h3>
<p>Cindy Cohn<br />
&nbsp;&nbsp;Legal Director<br />
&nbsp;&nbsp;Electronic Frontier Foundation<br />
&nbsp;&nbsp;cindy&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;</p>

<p>Ren Bucholz<br />
&nbsp;&nbsp;Activist<br />
&nbsp;&nbsp;Electronic Frontier Foundation<br />
&nbsp;&nbsp;ren&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;</p>

<h3>About EFF:</h3>

<p>The Electronic Frontier Foundation is the leading civil
liberties organization working to protect rights in the
digital world. Founded in 1990, EFF actively encourages and
challenges industry and government to support free
expression and privacy online. EFF is a member-supported
organization and maintains one of the most linked-to
websites in the world at
http://www.eff.org/</p>
</div>
';

global $REQUEST_URI;
$smarty->assign('content',$content);
$smarty->display('generic.tpl',$REQUEST_URI);

?>
