mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-30 16:54:04 -05:00
tests: Skip eap_tls_pkcs8_pkcs5_v15 with GnuTLS
It looks like this private key format is not supported in GnuTLS (tested with version 3.4.10). Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
dc2a3cec66
commit
2d9ad634c8
@ -82,7 +82,7 @@ def check_ocsp_support(dev):
|
|||||||
|
|
||||||
def check_pkcs5_v15_support(dev):
|
def check_pkcs5_v15_support(dev):
|
||||||
tls = dev.request("GET tls_library")
|
tls = dev.request("GET tls_library")
|
||||||
if "BoringSSL" in tls:
|
if "BoringSSL" in tls or "GnuTLS" in tls:
|
||||||
raise HwsimSkip("PKCS#5 v1.5 not supported with this TLS library: " + tls)
|
raise HwsimSkip("PKCS#5 v1.5 not supported with this TLS library: " + tls)
|
||||||
|
|
||||||
def check_ocsp_multi_support(dev):
|
def check_ocsp_multi_support(dev):
|
||||||
|
Loading…
Reference in New Issue
Block a user