mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 01:04:03 -05:00
tests: Use same certificates as used for GnuTLS with wolfSSL
Signed-off-by: Sean Parkinson <sean@wolfssl.com>
This commit is contained in:
parent
7d5df79f2d
commit
f08362e9ce
@ -4127,7 +4127,7 @@ def test_ap_wpa2_eap_tls_intermediate_ca(dev, apdev, params):
|
|||||||
params["private_key"] = "auth_serv/iCA-server/server.key"
|
params["private_key"] = "auth_serv/iCA-server/server.key"
|
||||||
hostapd.add_ap(apdev[0], params)
|
hostapd.add_ap(apdev[0], params)
|
||||||
tls = dev[0].request("GET tls_library")
|
tls = dev[0].request("GET tls_library")
|
||||||
if "GnuTLS" in tls:
|
if "GnuTLS" in tls or "wolfSSL" in tls:
|
||||||
ca_cert = "auth_serv/iCA-user/ca-and-root.pem"
|
ca_cert = "auth_serv/iCA-user/ca-and-root.pem"
|
||||||
client_cert = "auth_serv/iCA-user/user_and_ica.pem"
|
client_cert = "auth_serv/iCA-user/user_and_ica.pem"
|
||||||
else:
|
else:
|
||||||
@ -4235,7 +4235,7 @@ def run_ap_wpa2_eap_tls_intermediate_ca_ocsp(dev, apdev, params, md):
|
|||||||
try:
|
try:
|
||||||
hostapd.add_ap(apdev[0], params)
|
hostapd.add_ap(apdev[0], params)
|
||||||
tls = dev[0].request("GET tls_library")
|
tls = dev[0].request("GET tls_library")
|
||||||
if "GnuTLS" in tls:
|
if "GnuTLS" in tls or "wolfSSL" in tls:
|
||||||
ca_cert = "auth_serv/iCA-user/ca-and-root.pem"
|
ca_cert = "auth_serv/iCA-user/ca-and-root.pem"
|
||||||
client_cert = "auth_serv/iCA-user/user_and_ica.pem"
|
client_cert = "auth_serv/iCA-user/user_and_ica.pem"
|
||||||
else:
|
else:
|
||||||
@ -4270,7 +4270,7 @@ def run_ap_wpa2_eap_tls_intermediate_ca_ocsp_revoked(dev, apdev, params, md):
|
|||||||
try:
|
try:
|
||||||
hostapd.add_ap(apdev[0], params)
|
hostapd.add_ap(apdev[0], params)
|
||||||
tls = dev[0].request("GET tls_library")
|
tls = dev[0].request("GET tls_library")
|
||||||
if "GnuTLS" in tls:
|
if "GnuTLS" in tls or "wolfSSL" in tls:
|
||||||
ca_cert = "auth_serv/iCA-user/ca-and-root.pem"
|
ca_cert = "auth_serv/iCA-user/ca-and-root.pem"
|
||||||
client_cert = "auth_serv/iCA-user/user_and_ica.pem"
|
client_cert = "auth_serv/iCA-user/user_and_ica.pem"
|
||||||
else:
|
else:
|
||||||
@ -4320,7 +4320,7 @@ def test_ap_wpa2_eap_tls_intermediate_ca_ocsp_multi_missing_resp(dev, apdev, par
|
|||||||
try:
|
try:
|
||||||
hostapd.add_ap(apdev[0], params)
|
hostapd.add_ap(apdev[0], params)
|
||||||
tls = dev[0].request("GET tls_library")
|
tls = dev[0].request("GET tls_library")
|
||||||
if "GnuTLS" in tls:
|
if "GnuTLS" in tls or "wolfSSL" in tls:
|
||||||
ca_cert = "auth_serv/iCA-user/ca-and-root.pem"
|
ca_cert = "auth_serv/iCA-user/ca-and-root.pem"
|
||||||
client_cert = "auth_serv/iCA-user/user_and_ica.pem"
|
client_cert = "auth_serv/iCA-user/user_and_ica.pem"
|
||||||
else:
|
else:
|
||||||
@ -4387,7 +4387,7 @@ def test_ap_wpa2_eap_tls_intermediate_ca_ocsp_multi(dev, apdev, params):
|
|||||||
|
|
||||||
hostapd.add_ap(apdev[0], params)
|
hostapd.add_ap(apdev[0], params)
|
||||||
tls = dev[0].request("GET tls_library")
|
tls = dev[0].request("GET tls_library")
|
||||||
if "GnuTLS" in tls:
|
if "GnuTLS" in tls or "wolfSSL" in tls:
|
||||||
ca_cert = "auth_serv/iCA-user/ca-and-root.pem"
|
ca_cert = "auth_serv/iCA-user/ca-and-root.pem"
|
||||||
client_cert = "auth_serv/iCA-user/user_and_ica.pem"
|
client_cert = "auth_serv/iCA-user/user_and_ica.pem"
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user