<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
If I may inject my humble opinion(that isn't necessarily a response to
this peticular email), I may not be as informed as some but....<br>
<br>
While I admit that PKI is flawed, I don't see anyway that PSK could
used effectively.<br>
<br>
How are PSKs going to be shared in a secure way? <br>
are we talking about generating a new key for every connection? <br>
    if so how do you validate the key? <br>
    if not, how do you validate that the key hasn't been compromised by
someone who put up a phishing site?<br>
    <br>
In my opinion, PSK has the same problems as all symmetric encryption,
its great if you can share the secret securely, but distribution to the
masses makes it infeasible.<br>
<br>
>From the way I see it, if site logins were done using a client
certificate, like the <a href="https://www.uspsepm.com">USPS
electronic postmark site</a> allows and should enforce, then the
security issues wouldn't be issues, as there would be nothing usable
handed off to an attacker. Furthermore the site could be sure of the
users identity, something none of the other solutions I have seen
address.<br>
<br>
<br>
<br>
<div class="moz-signature">-- <br>
<title>Pengdows eMail Signature</title>
<meta http-equiv="Content-Type" content="text/html; ">
<meta http-equiv="Content-Language" content="en-us">
<table border="1" bordercolor="#000055" cellpadding="0" cellspacing="0">
  <tbody>
    <tr>
      <td>
      <table border="1" bordercolor="#000055" cellpadding="0"
 cellspacing="0">
        <tbody>
          <tr>
            <td colspan="3">
            <table bgcolor="#000055" cellpadding="0" cellspacing="0"
 width="100%">
              <tbody>
                <tr>
                  <td align="left" nowrap="nowrap" valign="top"> <font
 color="#ffffff"><b>Alaric Dailey</b></font></td>
                  <td align="right" nowrap="nowrap" valign="top"><font
 color="#ffffff">Everyone deserves privacy.</font></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td colspan="3">
            <table cellpadding="2" cellspacing="2" width="100%">
              <tbody>
                <tr>
                  <td width="88"><a href="http://www.thawte.com/wot"><img
 src="cid:part1.06090203.09070405@pengdows.com"
 alt="Thawte ‘Web of Trust’ Notary Seal" border="0"></a></td>
                  <td align="left"><font size="-1"><a
 href="http://www.thawte.com/wot">Thawte ‘Web of Trust’ Notary</a><br>
                  <a href="http://www.cacert.org/wot.php?id=3">CAcert
‘Web of Trust’ Assurer</a><br>
Notary Public</font></td>
                  <td align="right" width="88"><a
 href="http://www.cacert.org"><img
 src="cid:part2.00060101.04000305@pengdows.com"
 alt="CAcert ‘Web of Trust’ Assurer Seal" border="0"></a></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr bordercolor="#000055" align="left">
            <td colspan="3"><font size="-2"><font color="#ff0000">ATTENTION
USERS OF MICROSOFT OUTLOOK AN MICROSOFT OUTLOOK EXPRESS:</font><br>
Some versions of these products have trouble replying to digitally
signed emails, like this one.<br>
For more information on this error, and how to fix it please visit Mark
Nobles website <a
 href="http://www.marknoble.com/tutorial/smime/smime.aspx">here</a>.</font></td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
  </tbody>
</table>
<!-- --></div>
<br>
<br>
Stephan Neuhaus wrote:
<blockquote cite="mid4316B046.4060109@st.cs.uni-sb.de" type="cite">James
A. Donald wrote:
  <br>
  <blockquote type="cite">But does not, in fact, prevent. </blockquote>
  <br>
Let me rephrase that.  Are we now at a point where we must admit that
PKI isn't going to happen for the Web and that we therefore must face
the rewriting of an unknown (but presumably large) number of lines of
code to accomodate PSKs?  If that's so, I believe that PSKs will have
deployment problems as large as PKI's that will prevent their
widespread acceptance.
  <br>
  <br>
That's because PSKs (as I have understood them) have storage and
management issues that CA certificates don't have, four of which are
that there will be a lot more PSKs than CA certificates, that you can't
preinstall them in browsers, that the issue of how to exchange PSKs
securely in the first place is left as an exercise for the reader (good
luck!), and that there is a revocation problem.
  <br>
  <br>
To resolve any of those issues, code will need to be written, both on
the client side and on the server side (except for the secure exchange
of PSKs, which is IMHO unresolvable without changes to the business
workflow).  The client side code is manageable, because the code will
be used by many people so that it may be worthwhile to spend the
effort. But the server side?  There are many more server applications
than there are different Web browsers, and each one would have to be
changed.  At the very least, they'd need an administrative interface to
enter and delete PSKs.  That means that supporting PSKs is going to
cost the businesses money (both to change their code and to change
their workflow), money that they'd rather not spend on something that
they probably perceive as the customer's (i.e., not their) problem,
namely phishing.
  <br>
  <br>
Some German banks put warnings on their web pages that they'll never
ask you for private information such as passwords.  SaarLB
(<a class="moz-txt-link-freetext" href="http://www.saarlb.de">http://www.saarlb.de</a>) even urges you to check the certificate
fingerprint and provides well-written instructions on how to do that.
In return, they'll assume no responsibility if someone phishes your PIN
and TANs. They might, out of goodwill, reimburse you.  Then again, they
might not.  I believe that SaarLB could win in court.  So where is the
incentive for SaarLB to spend the money for PSK support?
  <br>
  <br>
Fun,
  <br>
  <br>
Stephan
  <br>
</blockquote>
<br>
<div class="moz-signature"><!-- --></div>
</body>
</html>