mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-17 16:13:48 +00:00
Documentation improvements
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
2dd4395da0
commit
6e85e35fcc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user