This is specific for OpenSSL_1_1_1-stable branch
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/18080)
no-tests,
no-threads,
no-tls,
+ no-tls1_2,
no-tls1_3,
no-ts,
no-ui,
#define TWO_WEEK_SEC (2 * ONE_WEEK_SEC)
if (idx == 0) {
+#ifdef OPENSSL_NO_TLS1_2
+ TEST_info("Skipping: TLS 1.2 is disabled.");
+ return 1;
+#else
version = TLS1_2_VERSION;
+#endif
}
if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(),