We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b841ab commit 09abb98Copy full SHA for 09abb98
tests/suites/test_suite_ssl.function
@@ -5946,13 +5946,13 @@ void ssl_get_alert_after_fatal(void)
5946
/* prepapre ssl context to test on*/
5947
mbedtls_ssl_init(&ssl);
5948
mbedtls_ssl_config_init(&conf);
5949
+ MD_OR_USE_PSA_INIT();
5950
+
5951
TEST_EQUAL(mbedtls_ssl_config_defaults(&conf,
5952
MBEDTLS_SSL_IS_CLIENT,
5953
MBEDTLS_SSL_TRANSPORT_STREAM,
5954
MBEDTLS_SSL_PRESET_DEFAULT), 0);
5955
- mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
- MD_OR_USE_PSA_INIT();
5956
TEST_ASSERT(mbedtls_ssl_setup(&ssl, &conf) == 0);
5957
5958
/* No alert has been received yet */
0 commit comments