mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-24 05:00:45 -04:00
ssl-opt: Fragmented HS renegotiation, removed requires_openssl_3_x dependency.
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
620e8c29a3
commit
5b6ec1566d
@ -14474,7 +14474,6 @@ run_test "Handshake defragmentation on server: len=32, TLS 1.2 ClientHello (u
|
||||
-s "SSL - A message could not be parsed due to a syntactic error"
|
||||
|
||||
# Test server-side buffer resizing with fragmented handshake on TLS1.2
|
||||
requires_openssl_3_x
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
|
||||
requires_certificate_authentication
|
||||
requires_config_enabled MBEDTLS_SSL_MAX_FRAGMENT_LENGTH
|
||||
@ -14492,7 +14491,6 @@ run_test "Handshake defragmentation on server: len=256, buffer resizing with
|
||||
-s "Consume: waiting for more handshake fragments 256/"
|
||||
|
||||
# Test client-initiated renegotiation with fragmented handshake on TLS1.2
|
||||
requires_openssl_3_x
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
|
||||
requires_certificate_authentication
|
||||
requires_config_enabled MBEDTLS_SSL_RENEGOTIATION
|
||||
@ -14510,7 +14508,6 @@ run_test "Handshake defragmentation on server: len=512, client-initiated rene
|
||||
-s "Prepare: waiting for more handshake fragments 512/" \
|
||||
-s "Consume: waiting for more handshake fragments 512/" \
|
||||
|
||||
requires_openssl_3_x
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
|
||||
requires_certificate_authentication
|
||||
requires_config_enabled MBEDTLS_SSL_RENEGOTIATION
|
||||
@ -14528,7 +14525,6 @@ run_test "Handshake defragmentation on server: len=256, client-initiated rene
|
||||
-s "Prepare: waiting for more handshake fragments 256/" \
|
||||
-s "Consume: waiting for more handshake fragments 256/" \
|
||||
|
||||
requires_openssl_3_x
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
|
||||
requires_certificate_authentication
|
||||
@ -14547,7 +14543,6 @@ run_test "Handshake defragmentation on server: len=128, client-initiated rene
|
||||
-s "Prepare: waiting for more handshake fragments 128/" \
|
||||
-s "Consume: waiting for more handshake fragments 128/" \
|
||||
|
||||
requires_openssl_3_x
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
|
||||
requires_config_enabled MBEDTLS_SSL_RENEGOTIATION
|
||||
@ -14566,7 +14561,6 @@ run_test "Handshake defragmentation on server: len=4, client-initiated renego
|
||||
-s "Consume: waiting for more handshake fragments 4/" \
|
||||
|
||||
# Test server-initiated renegotiation with fragmented handshake on TLS1.2
|
||||
requires_openssl_3_x
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
|
||||
requires_certificate_authentication
|
||||
requires_config_enabled MBEDTLS_SSL_RENEGOTIATION
|
||||
@ -14588,7 +14582,6 @@ run_test "Handshake defragmentation on client: len=512, server-initiated rene
|
||||
# of 16 is necessary, as it sets the maximum record depth to match it.
|
||||
# Splitting messages during the renegotiation process requires a deeper
|
||||
# stack to accommodate the increased processing complexity.
|
||||
requires_openssl_3_x
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
|
||||
requires_certificate_authentication
|
||||
requires_config_enabled MBEDTLS_SSL_RENEGOTIATION
|
||||
|
Loading…
x
Reference in New Issue
Block a user