=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/crypto.html,v retrieving revision 1.46 retrieving revision 1.47 diff -c -r1.46 -r1.47 *** www/crypto.html 1999/10/16 21:34:43 1.46 --- www/crypto.html 1999/10/17 00:46:36 1.47 *************** *** 26,32 **** Index
Why do we ship cryptography?.
! SSH soon built in.
Pseudo Random Number Generators (PRNG): ARC4, ...
Cryptographic Hash Functions: MD5, SHA1, ...
Cryptographic Transforms: DES, Blowfish, ...
--- 26,32 ---- Index
Why do we ship cryptography?.
! OpenSSH.
Pseudo Random Number Generators (PRNG): ARC4, ...
Cryptographic Hash Functions: MD5, SHA1, ...
Cryptographic Transforms: DES, Blowfish, ...
*************** *** 80,102 **** aspects, described as follows.

!

SSH soon built in

What is the first thing most people do after installing OpenBSD? They install Secure Shell ( ssh) from the ports tree or the packages on the FTP sites. Until now, that is.

! This is still very much a work in progress, but we found an innovative way ! 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 ! an easy way to automatically download and install a RSA-enabled package ! containing shared library versions of libcrypto and libssl. These packages ! 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 ! non-commercial purposes. It appears as if companies inside the USA can ! use the RSA libraries too, as long as RSA is not used in a profit generating ! role.

But this way almost everyone will get ssh built-in.

--- 80,126 ---- aspects, described as follows.

!

OpenSSH

What is the first thing most people do after installing OpenBSD? They install Secure Shell ( ssh) from the ports tree or the packages on the FTP sites. Until now, that is.

! As of the upcoming 2.6 release, OpenBSD contains ! OpenSSH, an absolutely free and patent unencumbered version of ssh. ! OpenSSH interoperates with ssh version 1 and has many added features, !

!

! ! We took a free license release of ssh and OpenBSD-ifyed it. We ! get around the USA-based RSA patent by providing an easy way to ! automatically download and install a RSA-enabled package containing ! shared library versions of libcrypto and libssl. These packages 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 ! non-commercial purposes. It appears as if companies inside the USA ! can use the RSA libraries too, as long as RSA is not used in a profit ! generating role.

But this way almost everyone will get ssh built-in.

*************** *** 252,258 **** OpenBSD www@openbsd.org
! $OpenBSD: crypto.html,v 1.46 1999/10/16 21:34:43 deraadt Exp $ --- 276,282 ---- OpenBSD www@openbsd.org
! $OpenBSD: crypto.html,v 1.47 1999/10/17 00:46:36 provos Exp $