[BACK]Return to crypto.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/crypto.html between version 1.106 and 1.107

version 1.106, 2002/05/18 17:55:41 version 1.107, 2002/06/19 18:16:15
Line 297 
Line 297 
     This device is an asymmetric crypto unit.  It has support for RSA, DSA,      This device is an asymmetric crypto unit.  It has support for RSA, DSA,
     and DH algorithms, as well as other major big number functions.  It also      and DH algorithms, as well as other major big number functions.  It also
     contains a very high performance random number generator.  We have one      contains a very high performance random number generator.  We have one
     device, full documentation, and sample code.  Development has started, and      device, full documentation, and sample code.  As of OpenBSD 3.1,
     both the random number generator and big number unit are working.      both the random number generator and big number unit are working.
     <p>      <p>
   
Line 337 
Line 337 
     faster (64bit, higher clock speed) version of the BCM5805.  Untested      faster (64bit, higher clock speed) version of the BCM5805.  Untested
     support for the BCM5821 was also added post 3.0.      support for the BCM5821 was also added post 3.0.
     <p>      <p>
       As of 3.1, the big num engine is supported, and RSA/DH/DSA operationg
       can be accelerated.
       <p>
   
 <li><b><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ises&sektion=4">  <li><b><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ises&sektion=4">
     Securealink PCC-ISES</a></b><br>      Securealink PCC-ISES</a></b><br>
Line 389 
Line 392 
     <p>      <p>
   
 <li><b>OpenSSL</b><br>  <li><b>OpenSSL</b><br>
     We have grand schemes for supporting crypto cards that can do RSA or DSA,      Years ago, we had a grand scheme to support crypto cards that can do
     and exporting the functions of all crypto cards to OpenSSL so that      RSA/DH/DSA automatically via OpenSSL calls.  As of OpenBSD 3.2, that
     userland programs (i.e., <a href="http://www.openssh.com">ssh</a>,      support works, and any card that is supported with such functionality
     <a href="http://www.modssl.org/">apache https</a>, etc)      will automatically use the hardware, including OpenSSH and httpd in
     can benefit.      SSL mode.  No application changes are required.
 </ul>  </ul>
   
 <p>  <p>

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107