delete openssl version requirement for openssl client, because the bug only occurs on openssl server
Signed-off-by: Zhangsen Wang <zhangsen.wang@arm.com>
This commit is contained in:
parent
9b64546eb2
commit
91385121b9
1 changed files with 2 additions and 3 deletions
|
@ -9170,8 +9170,8 @@ run_test "DTLS fragmenting: 3d, gnutls client, DTLS 1.2" \
|
|||
0 \
|
||||
-s "fragmenting handshake message"
|
||||
|
||||
## The two tests below require 1.1.1a or higher version of openssl, otherwise
|
||||
## it might trigger a bug due to openssl (https://github.com/openssl/openssl/issues/6902)
|
||||
## The test below requires 1.1.1a or higher version of openssl, otherwise
|
||||
## it might trigger a bug due to openssl server (https://github.com/openssl/openssl/issues/6902)
|
||||
requires_openssl_next
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_DTLS
|
||||
requires_config_enabled MBEDTLS_RSA_C
|
||||
|
@ -9189,7 +9189,6 @@ run_test "DTLS fragmenting: 3d, openssl server, DTLS 1.2" \
|
|||
-c "fragmenting handshake message" \
|
||||
-C "error"
|
||||
|
||||
requires_openssl_next
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_DTLS
|
||||
requires_config_enabled MBEDTLS_RSA_C
|
||||
requires_config_enabled MBEDTLS_ECDSA_C
|
||||
|
|
Loading…
Reference in a new issue