From b3333a9f4ca1dbd6ef67ed4f22a58798839ca9b2 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Mon, 25 Apr 2022 16:18:15 +0200 Subject: [PATCH] tests: Add a note for wolfSSL testing with Brainpool curves Signed-off-by: Juliusz Sosinowicz --- tests/hwsim/test_sae.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/hwsim/test_sae.py b/tests/hwsim/test_sae.py index 276a48443..c3061b43f 100644 --- a/tests/hwsim/test_sae.py +++ b/tests/hwsim/test_sae.py @@ -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) -- 2.47.2