]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Add a note for wolfSSL testing with Brainpool curves
authorJuliusz Sosinowicz <juliusz@wolfssl.com>
Mon, 25 Apr 2022 14:18:15 +0000 (16:18 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 1 May 2022 14:02:31 +0000 (17:02 +0300)
Signed-off-by: Juliusz Sosinowicz <juliusz@wolfssl.com>
tests/hwsim/test_sae.py

index 276a4844369a7052327d68716a2a61e84763e70f..c3061b43f404c110ab074fd0fd1a3ccb4af0128e 100644 (file)
@@ -2119,6 +2119,8 @@ def run_sae_pwe_group(dev, apdev, group):
     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")
+        elif tls.startswith("wolfSSL"):
+            logger.info("Make sure Brainpool EC groups were enabled when compiling wolfSSL")
         else:
             raise HwsimSkip("Brainpool curve not supported")
     start_sae_pwe_ap(apdev[0], group, 2)