mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
unit: Update values in EAP-TLS-ServerDomainMask tests
Use more realistic domain name mask strings to be matched against the DNS Name values in the subjectAltName extension.
This commit is contained in:
parent
c5627ad62e
commit
969c1871c5
@ -3164,7 +3164,7 @@ static void eapol_sm_test_eap_tls_subject_good(const void *data)
|
||||
"EAP-TLS-CACert=" CERTDIR "cert-ca.pem\n"
|
||||
"EAP-TLS-ClientCert=" CERTDIR "cert-client.pem\n"
|
||||
"EAP-TLS-ClientKey=" CERTDIR "cert-client-key-pkcs8.pem\n"
|
||||
"EAP-TLS-ServerDomainMask=Foo Example Organization";
|
||||
"EAP-TLS-ServerDomainMask=bad.example.org;*.example.org";
|
||||
struct eapol_8021x_tls_test_state s = {};
|
||||
|
||||
s.app_data_cb = eapol_sm_test_tls_new_data;
|
||||
@ -3183,7 +3183,7 @@ static void eapol_sm_test_eap_tls_subject_bad(const void *data)
|
||||
"EAP-TLS-CACert=" CERTDIR "cert-ca.pem\n"
|
||||
"EAP-TLS-ClientCert=" CERTDIR "cert-client.pem\n"
|
||||
"EAP-TLS-ClientKey=" CERTDIR "cert-client-key-pkcs8.pem\n"
|
||||
"EAP-TLS-ServerDomainMask=Bar Example Organization";
|
||||
"EAP-TLS-ServerDomainMask=bad.example.org";
|
||||
struct eapol_8021x_tls_test_state s = {};
|
||||
|
||||
s.app_data_cb = eapol_sm_test_tls_new_data;
|
||||
|
Loading…
Reference in New Issue
Block a user