From: Tobias Brunner Date: Thu, 22 Dec 2022 10:08:20 +0000 (+0100) Subject: Fixed some typos, courtesy of codespell X-Git-Tag: 5.9.9rc2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf6f56f619dc52e3a2bbb00ef6d348370b2d2be5;p=thirdparty%2Fstrongswan.git Fixed some typos, courtesy of codespell --- diff --git a/conf/options/charon.opt b/conf/options/charon.opt index 5d64d1f930..00949222a7 100644 --- a/conf/options/charon.opt +++ b/conf/options/charon.opt @@ -375,6 +375,9 @@ charon.receive_delay_type = 0 charon.replay_window = 32 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 Base to use for calculating exponential back off, see IKEv2 RETRANSMISSION in **strongswan.conf**(5). @@ -405,9 +408,6 @@ charon.routing_table charon.routing_table_prio 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 Whether to use RSA with PSS padding instead of PKCS#1 padding by default. diff --git a/conf/plugins/resolve.opt b/conf/plugins/resolve.opt index 3a20214695..b5b3933583 100644 --- a/conf/plugins/resolve.opt +++ b/conf/plugins/resolve.opt @@ -17,4 +17,4 @@ charon.plugins.resolve.resolvconf.path = /sbin/resolvconf If not configured, **resolvconf**(8) will be used if found at the default location. Otherwise, the file in _charon.plugins.resolve.file_ will be - modfied directly. + modified directly. diff --git a/src/libstrongswan/threading/thread.c b/src/libstrongswan/threading/thread.c index d132c940aa..b8e2ce42de 100644 --- a/src/libstrongswan/threading/thread.c +++ b/src/libstrongswan/threading/thread.c @@ -308,7 +308,7 @@ static void thread_cleanup(private_thread_t *this) * Main function wrapper for threads. * * 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 static void *thread_main(private_thread_t *this) diff --git a/src/swanctl/swanctl.conf.5.head.in b/src/swanctl/swanctl.conf.5.head.in index 8ac7b1e6ba..f030b5a149 100644 --- a/src/swanctl/swanctl.conf.5.head.in +++ b/src/swanctl/swanctl.conf.5.head.in @@ -6,7 +6,7 @@ swanctl.conf is the configuration file used by the .BR swanctl (8) 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 other files, refer to .BR strongswan.conf (5). diff --git a/src/swanctl/swanctl.opt b/src/swanctl/swanctl.opt index 92da610372..9277441456 100644 --- a/src/swanctl/swanctl.opt +++ b/src/swanctl/swanctl.opt @@ -302,7 +302,7 @@ connections..if_id_in = 0 config, see there for details. 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 each direction (in/out). @@ -313,7 +313,7 @@ connections..if_id_out = 0 config, see there for details. 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 each direction (in/out). diff --git a/testing/tests/ikev2-stroke/rw-eap-sim-only-radius/description.txt b/testing/tests/ikev2-stroke/rw-eap-sim-only-radius/description.txt index 26de3c9829..e1af766c25 100644 --- a/testing/tests/ikev2-stroke/rw-eap-sim-only-radius/description.txt +++ b/testing/tests/ikev2-stroke/rw-eap-sim-only-radius/description.txt @@ -1,5 +1,5 @@ The roadwarriors carol and dave set up a connection to gateway moon. -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 EAP-only authentication.

Next the clients use the GSM Subscriber Identity Module (EAP-SIM) diff --git a/testing/tests/ikev2/rw-eap-sim-only-radius/description.txt b/testing/tests/ikev2/rw-eap-sim-only-radius/description.txt index 26de3c9829..e1af766c25 100644 --- a/testing/tests/ikev2/rw-eap-sim-only-radius/description.txt +++ b/testing/tests/ikev2/rw-eap-sim-only-radius/description.txt @@ -1,5 +1,5 @@ The roadwarriors carol and dave set up a connection to gateway moon. -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 EAP-only authentication.

Next the clients use the GSM Subscriber Identity Module (EAP-SIM)