]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix a typo in domain_suffix_match documentation
authorJouni Malinen <j@w1.fi>
Sat, 10 Jan 2015 22:26:26 +0000 (00:26 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 10 Jan 2015 22:27:01 +0000 (00:27 +0200)
Spell SubjectName correctly.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/eap_peer/eap_config.h
wpa_supplicant/README-HS20
wpa_supplicant/config.h

index 4eb5b9558d4fe2ac2cfc56dc3aa95aeb617f2f33..826ddca3c2f3df98a6c2b35d46892daf1f30bf3e 100644 (file)
@@ -217,7 +217,7 @@ struct eap_peer_config {
         * If set, this FQDN is used as a suffix match requirement for the
         * server certificate in SubjectAltName dNSName element(s). If a
         * matching dNSName is found, this constraint is met. If no dNSName
-        * values are present, this constraint is matched against SubjetName CN
+        * values are present, this constraint is matched against SubjectName CN
         * using same suffix match comparison. Suffix match here means that the
         * host/domain name is compared one label at a time starting from the
         * top-level domain and all the labels in domain_suffix_match shall be
index 58c24750354053b5e39d898da817197a6959b54a..161dc06a2ddd69bad8e13c29bf6b45eae4213be9 100644 (file)
@@ -172,7 +172,7 @@ Credentials can be pre-configured for automatic network selection:
 #      If set, this FQDN is used as a suffix match requirement for the AAA
 #      server certificate in SubjectAltName dNSName element(s). If a
 #      matching dNSName is found, this constraint is met. If no dNSName
-#      values are present, this constraint is matched against SubjetName CN
+#      values are present, this constraint is matched against SubjectName CN
 #      using same suffix match comparison. Suffix match here means that the
 #      host/domain name is compared one label at a time starting from the
 #      top-level domain and all the labels in @domain_suffix_match shall be
index b3f7eef73ed6774bfdc268d399f7a3532e351f38..dca17c28a479031974fcd90b25cbe943e6274704 100644 (file)
@@ -166,7 +166,7 @@ struct wpa_cred {
         * If set, this FQDN is used as a suffix match requirement for the AAA
         * server certificate in SubjectAltName dNSName element(s). If a
         * matching dNSName is found, this constraint is met. If no dNSName
-        * values are present, this constraint is matched against SubjetName CN
+        * values are present, this constraint is matched against SubjectName CN
         * using same suffix match comparison. Suffix match here means that the
         * host/domain name is compared one label at a time starting from the
         * top-level domain and all the labels in @domain_suffix_match shall be