Documentation improvements

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2024-09-10 12:06:33 +02:00
parent 2dd4395da0
commit 6e85e35fcc

View File

@ -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