Date: Tue, 07 Aug 2001 21:40:10 -0400 (EDT) From: Kazuo Horikawa <horikawa@psinet.com> To: doc@freebsd.org Subject: export control description of telnet(1) Message-ID: <20010807.214010.41172791.horikawa@psinet.com>
next in thread | raw e-mail | index | archive | help
Hi, I would like to know whether the export control description of TELNET ENCRYPT is still correct. In telnet(1), there are following descriptions: : Note: Because of export controls, the TELNET ENCRYPT option : is not supported outside of the United States and Canada. If this description is not appropriate now, how about applying attached patches? Thanks, -- Kazuo Horikawa Index: telnet.1 =================================================================== RCS file: /home/ncvs/src/usr.bin/telnet/telnet.1,v retrieving revision 1.24 diff -u -r1.24 telnet.1 --- telnet.1 2001/07/15 08:01:36 1.24 +++ telnet.1 2001/08/08 01:02:50 @@ -208,9 +208,7 @@ .Ux domain sockets, accessed with a file path). .It Fl x -Turns on encryption of the data stream if possible. This -option is not available outside of the United States and -Canada. +Turns on encryption of the data stream if possible. .It Ar host Indicates the official name, an alias, or the Internet address of a remote host. @@ -374,10 +372,6 @@ .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: @@ -1169,10 +1163,6 @@ (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 @@ -1361,8 +1351,6 @@ 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 Index: telnet.1 =================================================================== RCS file: /home/ncvs/src/crypto/telnet/telnet/telnet.1,v retrieving revision 1.14 diff -u -r1.14 telnet.1 --- telnet.1 2001/07/10 10:35:52 1.14 +++ telnet.1 2001/08/08 01:05:09 @@ -376,10 +376,6 @@ .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 @@ (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 @@ 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010807.214010.41172791.horikawa>