From: Juliusz Sosinowicz Date: Mon, 25 Apr 2022 14:18:15 +0000 (+0200) Subject: tests: Add a note for wolfSSL testing with Brainpool curves X-Git-Tag: hostap_2_11~1977 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3333a9f4ca1dbd6ef67ed4f22a58798839ca9b2;p=thirdparty%2Fhostap.git tests: Add a note for wolfSSL testing with Brainpool curves Signed-off-by: Juliusz Sosinowicz --- 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)