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

Diff for /www/crypto.html between version 1.40 and 1.41

version 1.40, 1999/10/01 18:17:15 version 1.41, 1999/10/01 22:46:10
Line 16 
Line 16 
 <h2><font color=#e00000>Cryptography</font><hr></h2>  <h2><font color=#e00000>Cryptography</font><hr></h2>
   
 <strong>Index</strong><br>  <strong>Index</strong><br>
 <a href=#ssh>SSH soon built in</a>.<br>  
 <a href=#why>Why do we ship cryptography?</a>.<br>  <a href=#why>Why do we ship cryptography?</a>.<br>
   <a href=#ssh>SSH soon built in</a>.<br>
 <a href=#prng>Pseudo Random Number Generators</a> (PRNG): ARC4, ...<br>  <a href=#prng>Pseudo Random Number Generators</a> (PRNG): ARC4, ...<br>
 <a href=#hash>Cryptographic Hash Functions</a>: MD5, SHA1, ...<br>  <a href=#hash>Cryptographic Hash Functions</a>: MD5, SHA1, ...<br>
 <a href=#trans>Cryptographic Transforms</a>: DES, Blowfish, ...<br>  <a href=#trans>Cryptographic Transforms</a>: DES, Blowfish, ...<br>
Line 83 
Line 83 
 around the RSA patent. We are taking a free license release of ssh and  around the RSA patent. We are taking a free license release of ssh and
 OpenBSD-ifying it.  We will get around the USA-based RSA patent by providing  OpenBSD-ifying it.  We will get around the USA-based RSA patent by providing
 an easy way to automatically download and install a RSA-enabled package  an easy way to automatically download and install a RSA-enabled package
 containing shared library versions of libcrypto and libss.  These packages  containing shared library versions of libcrypto and libssl.  These packages
 are based on OpenSSL.  People living outside the USA can freely use the  are based on OpenSSL.  People living outside the USA can freely use the
 RSA patented code, while people inside the USA can freely use it for  RSA patented code, while people inside the USA can freely use it for
 non-commercial purposes.  It appears as if companies inside the USA can  non-commercial purposes.  It appears as if companies inside the USA can

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41