diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-06-17 15:19:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-06-17 15:19:02 +0000 |
commit | 64a808195e35e3b93959c5dfd0dfb5282b5394c1 (patch) | |
tree | 8cbd9650b42cbe6b2de6906f55c6001b2e743cd6 | |
parent | 7ab3eb51fa3aca32c3e8c28419f30989dccabed0 (diff) |
in current, no need to talk about ssl packages
-rw-r--r-- | share/man/man8/afterboot.8 | 85 |
1 files changed, 1 insertions, 84 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index 1da5720e1c6..59d89ddd6cb 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afterboot.8,v 1.46 2000/06/11 21:03:40 millert Exp $ +.\" $OpenBSD: afterboot.8,v 1.47 2000/06/17 15:19:01 deraadt Exp $ .Dd October 20, 1997 .Dt AFTERBOOT 8 \!\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu @@ -372,89 +372,6 @@ to .Pa master and editing it and creating other maps as needed. Alternatively, you can get your maps with YP. -.Sh INSTALLING SHARED CRYPTO LIBRARIES WITH RSA INCLUDED -Two -.Ox -libraries -.Pf ( Pa libssl -and -.Pa libcrypto , -based on OpenSSL) implement many -cryptographic functions which are used by OpenBSD programs like -.Xr ssh 1 , -.Xr httpd 8 , -and -.Xr isakmpd 8 . -Due to patent licensing reasons, those libraries may not be included -on the CD -- instead the base distribution contains libraries which have had -the troublesome code removed -- the programs listed above will not be fully -functional as a result. -Libraries which _include_ the troublesome routines -are available and can be FTP installed, as long as you meet the following -(legal) criteria: -.Ss Outside the USA, no restrictions apply -Since the RSA algorithm patent by RSA Inc. only applies in the United States -you can use the free -.Pa ssl27.tgz -package. -System install scripts on machine architectures that support -shared libraries will offer to let you install this package when you -are installing your system. -To see if you have it installed, type: -.Bl -tag -width Ds -.It Ic pkg_info ssl27 -.El -.Pp -If the -.Pa ssl27 -package is not installed, -.Xr pkg_info 8 -will display a message that it can't find package `ssl27'. -If you did not install the package when you installed your system, -You can install it with a -.Xr pkg_add 8 -command similar to: -.Bl -tag -width Ds -.It Ic pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/2.7/packages/<a>/ssl27.tgz -.El -.Pp -replacing -.Dq <a> -with your machine architechture, e.g., -.Dq i386 -for Intel-based machines. -.Ss Inside the USA, non-commercial use of RSAREF is permitted -Non-commercial entities in the USA may install the -.Pa sslUSA27.tgz -package, which uses RSAREF. -You install this with a -.Xr pkg_add 8 -command similar to: -.Bl -tag -width Ds -.It Ic pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/2.7/packages/<a>/sslUSA27.tgz -.El -.Pp -replacing -.Dq <a> -with your machine architechture, e.g., -.Dq i386 -for Intel-based machines. -.Ss "Commercial entities in the USA are left in the cold." -While unfortunate, this is due to the way RSA Inc. licences their patent -in the USA. (This is how the USA crypto export policy feels to the -rest of the world). -.Ss Shared library support is required -These packages update your system by installing shared libraries in -.Pa /usr/local/lib. -This only works if your machine architecture supports shared libraries. -The -.Pa ssl27 -and -.Pa sslUSA27 -packages are only available for machines which support shared libraries. -If your architecture does not support shared libraries and you wish it -did, consider donating hardware, cash, or quality time to the project -to assist developers in supporting your platform better. .Sh CHANGING /ETC FILES The system should be usable now, but you may wish to do more customizing, such as adding users, etc. |