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

Diff for /www/crypto.html between version 1.129 and 1.130

version 1.129, 2005/06/17 23:39:14 version 1.130, 2006/03/17 00:19:20
Line 8 
Line 8 
 <meta name="keywords" content="openbsd,cryptography,openssh,openssl,kerberos">  <meta name="keywords" content="openbsd,cryptography,openssh,openssl,kerberos">
 <meta name="keywords" content="ipsec,isakmp,ike,blowfish,des,rsa,dsa">  <meta name="keywords" content="ipsec,isakmp,ike,blowfish,des,rsa,dsa">
 <meta name="distribution" content="global">  <meta name="distribution" content="global">
 <meta name="copyright" content="This document copyright 1997-2004 by OpenBSD.">  <meta name="copyright" content="This document copyright 1997-2006 by OpenBSD.">
 <title>Cryptography in OpenBSD</title>  <title>Cryptography in OpenBSD</title>
 </head>  </head>
   
Line 339 
Line 339 
     At the moment, the driver is capable of feeding random numbers into      At the moment, the driver is capable of feeding random numbers into
     the kernel entropy pool.      the kernel entropy pool.
     <p>      <p>
   
   <li><b><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=safe&amp;sektion=4">
       SafeNet SafeXcel 1141/1742</a></b><br>
       After 3.4 shipped, support was for added for these two chips (found on various
       <a href="http://www.safenet-inc.com/products/accCards/">SafeNet</a>
       crypto cards. Supports DES, Triple-DES, AES,  MD5, and SHA-1 symmetric crypto
       operations, RNG, public key operations, and full IPsec packet processing.
       <p>
   
   <li><b>SafeNet SafeXcel 1840</b><br>
       We have received documentation and sample hardware for the
       <a href="http://www.safenet-inc.com/products/chips/safeXcel1840.asp">SafeNet 1840</a>
       crypto chip. Work to support at least the RNG and symmetric cryptography of
       these devices has started.
       <p>
   
 <li><b>SafeNet SafeXcel 2141</b><br>  <li><b>SafeNet SafeXcel 2141</b><br>
     We have received documentation and sample hardware for the      We have received documentation and sample hardware for the
     <a href="http://www.safenet-inc.com/technology/chips/safexcel_2141.asp">SafeNet</a>      <a href="http://www.safenet-inc.com/products/chips/safeXcel2141.asp">SafeNet 2141</a>
     crypto cards.  Work to support at least the symmetric cryptography of      crypto chip. Work to support at least the symmetric cryptography of
     these devices has started.      these devices has started.
     <p>      <p>
   
 <li><b><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&amp;sektion=4">  <li><b><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&amp;sektion=4">
     3com 3cr990</a></b><br>      3com 3cr990</a></b><br>
     3com gave us a driver to support the ethernet component of this chipset,      3com gave us a driver to support the ethernet component of this chipset,

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130