From: Jouni Malinen Date: Sat, 10 Jan 2015 22:26:26 +0000 (+0200) Subject: Fix a typo in domain_suffix_match documentation X-Git-Tag: hostap_2_4~460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e24aef10cf82a96f82b9e1d8aeb9310ea8c870f6;p=thirdparty%2Fhostap.git Fix a typo in domain_suffix_match documentation Spell SubjectName correctly. Signed-off-by: Jouni Malinen --- diff --git a/src/eap_peer/eap_config.h b/src/eap_peer/eap_config.h index 4eb5b9558..826ddca3c 100644 --- a/src/eap_peer/eap_config.h +++ b/src/eap_peer/eap_config.h @@ -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 diff --git a/wpa_supplicant/README-HS20 b/wpa_supplicant/README-HS20 index 58c247503..161dc06a2 100644 --- a/wpa_supplicant/README-HS20 +++ b/wpa_supplicant/README-HS20 @@ -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 diff --git a/wpa_supplicant/config.h b/wpa_supplicant/config.h index b3f7eef73..dca17c28a 100644 --- a/wpa_supplicant/config.h +++ b/wpa_supplicant/config.h @@ -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