mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-15 14:49:57 +00:00
ssl-opt.sh: Fix getting the list of supported ciphersuites.
Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
+1
-1
@@ -358,7 +358,7 @@ requires_protocol_version() {
|
||||
|
||||
# Space-separated list of ciphersuites supported by this build of
|
||||
# Mbed TLS.
|
||||
P_CIPHERSUITES=" $($P_CLI --help 2>/dev/null |
|
||||
P_CIPHERSUITES=" $($P_CLI help_ciphersuites 2>/dev/null |
|
||||
grep 'TLS-\|TLS1-3' |
|
||||
tr -s ' \n' ' ')"
|
||||
requires_ciphersuite_enabled() {
|
||||
|
||||
Reference in New Issue
Block a user