aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-02-03 15:25:08 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-02-03 15:25:08 -0800
commit2fce6486f285f4e4888dd77971356b2ab82bd1a3 (patch)
treecaf3bcce2430ba456f316dc492620e6d270cfb0e /src
parent561b35104035ff5f76ec2e57594a0b7611def632 (diff)
parent684891d224a14a8e4b4ab75e535661f78701799c (diff)
downloadandroid_external_wpa_supplicant_8-2fce6486f285f4e4888dd77971356b2ab82bd1a3.tar.gz
android_external_wpa_supplicant_8-2fce6486f285f4e4888dd77971356b2ab82bd1a3.tar.bz2
android_external_wpa_supplicant_8-2fce6486f285f4e4888dd77971356b2ab82bd1a3.zip
Merge "Improve subject_match and domain_suffix_match documentation"
Diffstat (limited to 'src')
-rw-r--r--src/eap_peer/eap_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/eap_peer/eap_config.h b/src/eap_peer/eap_config.h
index 2591e113..76aec10b 100644
--- a/src/eap_peer/eap_config.h
+++ b/src/eap_peer/eap_config.h
@@ -186,6 +186,10 @@ struct eap_peer_config {
* string is in following format:
*
* /C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@n.example.com
+ *
+ * Note: Since this is a substring match, this cannot be used securily
+ * to do a suffix match against a possible domain name in the CN entry.
+ * For such a use case, domain_suffix_match should be used instead.
*/
u8 *subject_match;