Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 improve IPSEC and IPSEC_ESP. make US-centric...



details:   https://anonhg.NetBSD.org/src/rev/83d5bf1d0893
branches:  trunk
changeset: 480187:83d5bf1d0893
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Jan 06 05:33:05 2000 +0000

description:
improve IPSEC and IPSEC_ESP.  make US-centric sentences more generic.

diffstat:

 share/man/man4/options.4 |  16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r fdf842d03522 -r 83d5bf1d0893 share/man/man4/options.4
--- a/share/man/man4/options.4  Thu Jan 06 05:27:19 2000 +0000
+++ b/share/man/man4/options.4  Thu Jan 06 05:33:05 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.92 1999/12/17 03:55:52 jdolecek Exp $
+.\"    $NetBSD: options.4,v 1.93 2000/01/06 05:33:05 itojun Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -985,12 +985,17 @@
 .Xr ipsec 4
 for details.
 .Em IPSEC
-will enable only US-exportable portion of IPsec protocol,
-namely
+will enable
 secret key management part,
+policy management part,
 .Tn AH
 and
 .Tn IPComp .
+Kernel binary will not be subject to export control in most of countries,
+even if compiled with
+.Em IPSEC .
+For example, it should be okay to export it from within the United States
+to the outside.
 .Em INET6
 and
 .Em IPSEC
@@ -1014,8 +1019,9 @@
 .Xr ipsec 4
 for details.
 .Em IPSEC_ESP
-will enable US-export controlled source code, so compiled binary is
-subject to US-export restriction.
+will enable source code that is subject to export control in some countries
+.Pq including the United States ,
+and compiled kernel binary will be subject to certain restriction.
 This option assumes
 .Em IPSEC .
 To use this option, you will need have a symbolic link from



Home | Main Index | Thread Index | Old Index