diff options
author | horikawa <horikawa@FreeBSD.org> | 2001-08-15 01:30:25 +0000 |
---|---|---|
committer | horikawa <horikawa@FreeBSD.org> | 2001-08-15 01:30:25 +0000 |
commit | 679dd2c9f81d6f490f3db2613cb62f20c7cf93ab (patch) | |
tree | 1c2e876c45dc9059e12b828ac308a099c4da0a4b /crypto/telnet | |
parent | 07824065f3e6f8b163d293a0a459328450a89502 (diff) | |
download | FreeBSD-src-679dd2c9f81d6f490f3db2613cb62f20c7cf93ab.zip FreeBSD-src-679dd2c9f81d6f490f3db2613cb62f20c7cf93ab.tar.gz |
Removal of following export controll related sentences:
o Because of export controls, TELNET ENCRYPT option is not supported outside
of the United States and Canada.
o Because of export controls, data encryption
is not supported outside of the United States and Canada.
src/crypto/README revision 1.5 commit log says:
> Crypto sources are no longer export controlled:
> Explain, why crypto sources are still in crypto/.
and actually telnet encryption is used outside of US and Canada now.
Pointed out by: OHSAWA Chitoshi <ohsawa@catv1.ccn-net.ne.jp>
Reviewed by: no objection on doc
Diffstat (limited to 'crypto/telnet')
-rw-r--r-- | crypto/telnet/telnet/telnet.1 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/crypto/telnet/telnet/telnet.1 b/crypto/telnet/telnet/telnet.1 index 20d0e23..52d291e 100644 --- a/crypto/telnet/telnet/telnet.1 +++ b/crypto/telnet/telnet/telnet.1 @@ -376,10 +376,6 @@ The encrypt command manipulates the information sent through the .Dv TELNET ENCRYPT option. .Pp -Note: Because of export controls, the -.Dv TELNET ENCRYPT -option is not supported outside of the United States and Canada. -.Pp Valid arguments for the .Ic encrypt command are: @@ -1171,10 +1167,6 @@ stream does not start automatically. The autoencrypt (autodecrypt) command states that encryption of the output (input) stream should be enabled as soon as possible. -.Pp -Note: Because of export controls, the -.Dv TELNET ENCRYPT -option is not supported outside the United States and Canada. .It Ic autologin If the remote side supports the .Dv TELNET AUTHENTICATION @@ -1363,8 +1355,6 @@ toggle is prints out a message each time encryption is enabled or disabled. The initial value for this toggle is .Dv FALSE . -Note: Because of export controls, data encryption -is not supported outside of the United States and Canada. .It Ic ?\& Displays the legal .Ic toggle |