Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2022-12-22 19:03:37 +01:00
parent 4aa5868d8e
commit cf6f56f619
7 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -375,6 +375,9 @@ charon.receive_delay_type = 0
charon.replay_window = 32 charon.replay_window = 32
Size of the AH/ESP replay window, in packets. Size of the AH/ESP replay window, in packets.
charon.reqid_base = 1
Value of the first reqid to be automatically assigned to a CHILD_SA.
charon.retransmit_base = 1.8 charon.retransmit_base = 1.8
Base to use for calculating exponential back off, see IKEv2 RETRANSMISSION Base to use for calculating exponential back off, see IKEv2 RETRANSMISSION
in **strongswan.conf**(5). in **strongswan.conf**(5).
@@ -405,9 +408,6 @@ charon.routing_table
charon.routing_table_prio charon.routing_table_prio
Priority of the routing table. Priority of the routing table.
charon.reqid_base = 1
Value of the first reqid to be automatically assigned to a CHILD_SA.
charon.rsa_pss = no charon.rsa_pss = no
Whether to use RSA with PSS padding instead of PKCS#1 padding by default. Whether to use RSA with PSS padding instead of PKCS#1 padding by default.
+1 -1
View File
@@ -17,4 +17,4 @@ charon.plugins.resolve.resolvconf.path = /sbin/resolvconf
If not configured, **resolvconf**(8) will be used if found at the default If not configured, **resolvconf**(8) will be used if found at the default
location. Otherwise, the file in _charon.plugins.resolve.file_ will be location. Otherwise, the file in _charon.plugins.resolve.file_ will be
modfied directly. modified directly.
+1 -1
View File
@@ -308,7 +308,7 @@ static void thread_cleanup(private_thread_t *this)
* Main function wrapper for threads. * Main function wrapper for threads.
* *
* Excluded from AddressSanitizer because some newer versions have an issue that * Excluded from AddressSanitizer because some newer versions have an issue that
* causes an "AddressSanitizer CHECK failed" error for cancelled threads. * causes an "AddressSanitizer CHECK failed" error for canceled threads.
*/ */
ADDRESS_SANITIZER_EXCLUDE ADDRESS_SANITIZER_EXCLUDE
static void *thread_main(private_thread_t *this) static void *thread_main(private_thread_t *this)
+1 -1
View File
@@ -6,7 +6,7 @@ swanctl.conf is the configuration file used by the
.BR swanctl (8) .BR swanctl (8)
tool to load configurations and credentials into the strongSwan IKE daemon. tool to load configurations and credentials into the strongSwan IKE daemon.
For a description of the basic file syntax, including numer/time formats, or how For a description of the basic file syntax, including number/time formats, or how
to reference sections or split the configuration in multiple files by including to reference sections or split the configuration in multiple files by including
other files, refer to other files, refer to
.BR strongswan.conf (5). .BR strongswan.conf (5).
+2 -2
View File
@@ -302,7 +302,7 @@ connections.<conn>.if_id_in = 0
config, see there for details. config, see there for details.
The special value _%unique_ allocates a unique interface ID per IKE_SA, The special value _%unique_ allocates a unique interface ID per IKE_SA,
which is inherited by all its CHILD_SAs (unless overriden there), beyond which is inherited by all its CHILD_SAs (unless overridden there), beyond
that the value _%unique-dir_ assigns a different unique interface ID for that the value _%unique-dir_ assigns a different unique interface ID for
each direction (in/out). each direction (in/out).
@@ -313,7 +313,7 @@ connections.<conn>.if_id_out = 0
config, see there for details. config, see there for details.
The special value _%unique_ allocates a unique interface ID per IKE_SA, The special value _%unique_ allocates a unique interface ID per IKE_SA,
which is inherited by all its CHILD_SAs (unless overriden there), beyond which is inherited by all its CHILD_SAs (unless overridden there), beyond
that the value _%unique-dir_ assigns a different unique interface ID for that the value _%unique-dir_ assigns a different unique interface ID for
each direction (in/out). each direction (in/out).
@@ -1,5 +1,5 @@
The roadwarriors <b>carol</b> and <b>dave</b> set up a connection to gateway <b>moon</b>. The roadwarriors <b>carol</b> and <b>dave</b> set up a connection to gateway <b>moon</b>.
At the outset the gateway does not send an AUTH payload thus signalling At the outset the gateway does not send an AUTH payload thus signaling
a mutual <b>EAP-only</b> authentication. a mutual <b>EAP-only</b> authentication.
<p/> <p/>
Next the clients use the GSM <i>Subscriber Identity Module</i> (<b>EAP-SIM</b>) Next the clients use the GSM <i>Subscriber Identity Module</i> (<b>EAP-SIM</b>)
@@ -1,5 +1,5 @@
The roadwarriors <b>carol</b> and <b>dave</b> set up a connection to gateway <b>moon</b>. The roadwarriors <b>carol</b> and <b>dave</b> set up a connection to gateway <b>moon</b>.
At the outset the gateway does not send an AUTH payload thus signalling At the outset the gateway does not send an AUTH payload thus signaling
a mutual <b>EAP-only</b> authentication. a mutual <b>EAP-only</b> authentication.
<p/> <p/>
Next the clients use the GSM <i>Subscriber Identity Module</i> (<b>EAP-SIM</b>) Next the clients use the GSM <i>Subscriber Identity Module</i> (<b>EAP-SIM</b>)