mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Add ssl-opt functions to check openssl with ffdh support and openssl ephemeral key exchange
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
@ -183,7 +183,7 @@ class OpenSSLBase(TLSProgram):
|
||||
ffdh_groups = ['ffdhe2048', 'ffdhe8192']
|
||||
|
||||
if any(x in ffdh_groups for x in self._named_groups):
|
||||
ret.append('requires_openssl_3_x')
|
||||
ret = ["requires_openssl_tls1_3_with_ffdh"]
|
||||
|
||||
# ffdhe8192 has very long keys and requires intensive computation.
|
||||
# The test may fail on CI when executor is just very loaded. Give a second chance.
|
||||
|
Reference in New Issue
Block a user