From 6e85e35fccc0cd71b5b0621732791ed49f06f092 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 10 Sep 2024 12:06:33 +0200 Subject: [PATCH] Documentation improvements Signed-off-by: Gilles Peskine --- tests/ssl-opt.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 59c84f9ecb..08f78e117f 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -485,6 +485,8 @@ detect_required_features() { case " $CMD_LINE " in *\ auth_mode=*|*[-_\ =]crt[_=]*) + # The test case involves certificates (crt), or a relevant + # aspect of it is the (certificate-based) authentication mode. requires_certificate_authentication;; esac @@ -617,7 +619,7 @@ done # At this stage, $PSK_ONLY is empty if we haven't detected a non-PSK # key exchange, i.e. if we're in a PSK-only build or a build with no # key exchanges at all. We avoid triggering PSK-only adaptation code in -# the edge case of no key exchangs. +# the edge case of no key exchanges. : ${PSK_ONLY:=$PSK_PRESENT} unset c