=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/crypto.html,v retrieving revision 1.39 retrieving revision 1.40 diff -c -r1.39 -r1.40 *** www/crypto.html 1999/10/01 17:57:06 1.39 --- www/crypto.html 1999/10/01 18:17:15 1.40 *************** *** 16,22 ****

Cryptography

Index
! SSH soon built into OpenBSD base code.
Why do we ship cryptography?.
Pseudo Random Number Generators (PRNG): ARC4, ...
Cryptographic Hash Functions: MD5, SHA1, ...
--- 16,22 ----

Cryptography

Index
! SSH soon built in.
Why do we ship cryptography?.
Pseudo Random Number Generators (PRNG): ARC4, ...
Cryptographic Hash Functions: MD5, SHA1, ...
*************** *** 73,93 ****
!
  • SSH soon built into OpenBSD base code

    ! What do most people do right after they install OpenBSD?

    ! They install Secure Shell (SSH) from the ports tree or the packages on ! the CD-ROM. 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 get around the US-based RSA patent by letting end users ! selectively download the correct libssl file for their location (US resident ! or not).

    -

  • Pseudo Random Number Generators

    --- 73,97 ----

    !
  • 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 libss. 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.

  • Pseudo Random Number Generators

    *************** *** 237,243 **** OpenBSD www@openbsd.org
    ! $OpenBSD: crypto.html,v 1.39 1999/10/01 17:57:06 louis Exp $ --- 241,247 ---- OpenBSD www@openbsd.org
    ! $OpenBSD: crypto.html,v 1.40 1999/10/01 18:17:15 deraadt Exp $