diff options
Diffstat (limited to 'share/man/man8/ssl.8')
-rw-r--r-- | share/man/man8/ssl.8 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man8/ssl.8 b/share/man/man8/ssl.8 index 4faf11d9d93..76c59165f68 100644 --- a/share/man/man8/ssl.8 +++ b/share/man/man8/ssl.8 @@ -89,7 +89,7 @@ cipher and keying combination. Fortunately, not all of the world lives in the United States. Additionally -.Ar RSADSI +.Ar RSA inc. permits non-licensed use of the algorithm by certain parties (ie. non-commercial use). If you are permitted to use the @@ -101,13 +101,21 @@ using a command like: .Bd -literal -offset xxx # pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/2.6/i386/ssl26.tar.gz .Ed + +or +.Bd -literal -offset xxx +# pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/2.6/i386/sslUSA26.tar.gz +.Ed .Pp (Obviously, replace .Ar 2.6 with the current release, and .Ar i386 with your architecture name (see -.Xr arch 1 ). +.Xr arch 1 ). see +.Xr afterboot 8 +for more details on adding RSA capable libraries. + Once your ssl libraries are updated, the ssl libraries will be fully functional. .Sh SERVER CERTIFICATES The most common uses of |