mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-08 04:07:46 +00:00
Fix TLS 1.3 tests with OpenSSL failing in pure-PSK builds
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -94,6 +94,10 @@ def write_tls_handshake_defragmentation_test(
|
||||
#The server uses an ECDSA cert, so make sure we have a compatible key exchange
|
||||
tc.requirements.append(
|
||||
'requires_config_enabled MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED')
|
||||
else:
|
||||
# This test case may run in a pure-PSK configuration. OpenSSL doesn't
|
||||
# allow this by default with TLS 1.3.
|
||||
their_args += ' -allow_no_dhe_kex'
|
||||
|
||||
if length is None:
|
||||
forbidden_patterns = [
|
||||
|
||||
Reference in New Issue
Block a user