Skip to content

Commit 1a0ee06

Browse files
committed
test_suite_ssl: update description for conf_curve and conf_gruop tests
These tests are about EC curves/groups, not DH ones, so the description should be updated accordingly. Signed-off-by: Valerio Setti <[email protected]>
1 parent e94ab3c commit 1a0ee06

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/scripts/analyze_outcomes.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ class DriverVSReference_ecp_light_only(outcome_analysis.DriverVSReference):
412412
],
413413
'test_suite_ssl': [
414414
# This deprecated function is only present when ECP_C is On.
415-
'Test configuration of groups for DHE through mbedtls_ssl_conf_curves()',
415+
'Test configuration of EC groups through mbedtls_ssl_conf_curves()',
416416
],
417417
}
418418

@@ -452,7 +452,7 @@ class DriverVSReference_no_ecp_at_all(outcome_analysis.DriverVSReference):
452452
],
453453
# See ecp_light_only
454454
'test_suite_ssl': [
455-
'Test configuration of groups for DHE through mbedtls_ssl_conf_curves()',
455+
'Test configuration of EC groups through mbedtls_ssl_conf_curves()',
456456
],
457457
}
458458

@@ -499,7 +499,7 @@ class DriverVSReference_ecc_no_bignum(outcome_analysis.DriverVSReference):
499499
],
500500
# See ecp_light_only
501501
'test_suite_ssl': [
502-
'Test configuration of groups for DHE through mbedtls_ssl_conf_curves()',
502+
'Test configuration of EC groups through mbedtls_ssl_conf_curves()',
503503
],
504504
}
505505

@@ -554,7 +554,7 @@ class DriverVSReference_ecc_ffdh_no_bignum(outcome_analysis.DriverVSReference):
554554
],
555555
# See ecp_light_only
556556
'test_suite_ssl': [
557-
'Test configuration of groups for DHE through mbedtls_ssl_conf_curves()',
557+
'Test configuration of EC groups through mbedtls_ssl_conf_curves()',
558558
],
559559
}
560560

tests/suites/test_suite_ssl.data

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3170,10 +3170,10 @@ TLS 1.3: SRV: Session serialization, load buffer size
31703170
depends_on:MBEDTLS_SSL_PROTO_TLS1_3:MBEDTLS_SSL_SESSION_TICKETS:MBEDTLS_SSL_SRV_C
31713171
ssl_serialize_session_load_buf_size:0:"":MBEDTLS_SSL_IS_SERVER:MBEDTLS_SSL_VERSION_TLS1_3
31723172

3173-
Test configuration of groups for DHE through mbedtls_ssl_conf_curves()
3173+
Test configuration of EC groups through mbedtls_ssl_conf_curves()
31743174
conf_curve:
31753175

3176-
Test configuration of groups for DHE through mbedtls_ssl_conf_groups()
3176+
Test configuration of EC groups through mbedtls_ssl_conf_groups()
31773177
conf_group:
31783178

31793179
Version config: valid client TLS 1.2 only

0 commit comments

Comments
 (0)