BoringSSL does not support this 192-bit EC group, so do not try to run
the test case that is known to fail.
Signed-off-by: Jouni Malinen <j@w1.fi>
def run_sae_pwe_group(dev, apdev, group):
check_sae_capab(dev[0])
tls = dev[0].request("GET tls_library")
+ if group == 25 and "run=BoringSSL" in tls:
+ raise HwsimSkip("Group 15 not supported")
if group in [27, 28, 29, 30]:
if tls.startswith("OpenSSL") and ("run=OpenSSL 1." in tls or "run=OpenSSL 3." in tls):
logger.info("Add Brainpool EC groups since OpenSSL is new enough")