Page MenuHomeFreeBSD

D37205.id112373.diff
No OneTemporary

D37205.id112373.diff

diff --git a/share/man/man4/wg.4 b/share/man/man4/wg.4
--- a/share/man/man4/wg.4
+++ b/share/man/man4/wg.4
@@ -1,3 +1,5 @@
+.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+.\"
.\" Copyright (c) 2020 Gordon Bergling <gbe@FreeBSD.org>
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -23,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 28, 2022
+.Dd October 29, 2022
.Dt WG 4
.Os
.Sh NAME
@@ -44,7 +46,7 @@
.Pp
A
.Nm
-interface recognises one or more peers, establishes a secure tunnel with
+interface recognizes one or more peers, establishes a secure tunnel with
each on demand, and tracks each peer's UDP endpoint for exchanging encrypted
traffic with.
.Pp
@@ -72,17 +74,17 @@
In addition to the public keys, each peer pair may be configured with a
unique pre-shared symmetric key.
This is used in their handshake to guard against future compromise of the
-peers' encrypted tunnel if a quantum-computational attack on their
+peers' encrypted tunnel if an attack on their
Diffie-Hellman exchange becomes feasible.
It is optional, but recommended.
-.It Allowed IPs
+.It Allowed IP addresses
A single
.Nm
interface may maintain concurrent tunnels connecting diverse networks.
The interface therefore implements rudimentary routing and reverse-path
filtering functions for its tunneled traffic.
-These functions reference a set of allowed IP ranges configured against
-each peer.
+These functions reference a set of allowed IP address ranges configured
+against each peer.
.Pp
The interface will route outbound tunneled traffic to the peer configured
with the most specific matching allowed IP address range, or drop it
@@ -95,11 +97,11 @@
another peer of the same
.Nm
interface.
-This ensures that peers cannot spoof another's traffic.
+This ensures that peers cannot spoof one another's traffic.
.It Handshake
Two peers handshake to mutually authenticate each other and to
establish a shared series of secret ephemeral encryption keys.
-Any peer may initiate a handshake.
+Either peer may initiate a handshake.
Handshakes occur only when there is traffic to send, and recur every
two minutes during transfers.
.It Connectionless
@@ -197,9 +199,10 @@
device driver first appeared in
.Fx 14.0 .
.Sh AUTHORS
+.An -nosplit
The
.Nm
-device driver written by
+device driver was written by
.An Jason A. Donenfeld Aq Mt Jason@zx2c4.com ,
.An Matt Dunwoodie Aq Mt ncon@nconroy.net ,
and

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 19, 9:53 PM (11 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31788606
Default Alt Text
D37205.id112373.diff (2 KB)

Event Timeline