summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2021-11-04 04:20:15 +0000
committerYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2021-11-04 04:20:15 +0000
commit38d4c64408833d0509b15e79ff7ecb0cb983a357 (patch)
treec2051dc0cd17df85cf0210e2d961cdc701f168a3
parent8f092511d0a0269c6b42bc7c609069ffd5f201e9 (diff)
Tweaks (improve previous commit)
from jmc
-rw-r--r--sbin/ipsecctl/ipsec.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5
index 98acad6a4ff..0162ea63fe7 100644
--- a/sbin/ipsecctl/ipsec.conf.5
+++ b/sbin/ipsecctl/ipsec.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipsec.conf.5,v 1.161 2021/11/04 03:53:57 yasuoka Exp $
+.\" $OpenBSD: ipsec.conf.5,v 1.162 2021/11/04 04:20:14 yasuoka Exp $
.\"
.\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved.
.\"
@@ -668,7 +668,7 @@ Transforms followed by
.Bq IKE only
can only be used with the
.Ic ike
-keyword, transforms with
+keyword; transforms with
.Bq phase 2 only
can only be used with the
.Ic quick
@@ -681,7 +681,7 @@ The keysize of AES-CTR can be 128, 192, or 256 bits.
However as well as the key, a 32-bit nonce has to be supplied.
Thus 160, 224, or 288 bits of key material, respectively, have to be supplied.
The same applies to AES-GCM, AES-GMAC and Chacha20-Poly1305,
-however in the latter case the keysize is 256 bit.
+however in the latter case the keysize is 256 bits.
.Pp
Using AES-GMAC or NULL with ESP will only provide authentication.
This is useful in setups where AH cannot be used, e.g. when NAT is involved.