summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2021-08-27 21:34:37 +0200
committerTomas Mraz <tomas@openssl.org>2021-08-30 12:28:08 +0200
commitf661c76a9e27a87f4bbbed135faf89a3fccac75f (patch)
treee9b68392a5f0c59fb613c9cda2164fee7f0495ce /.github
parent0888183816636f994a3384cde211c88e0d4d1f6a (diff)
Fix no-tls1_3 tests
This recently added test needs DH2048 to work without tls1_3. Fixes: #16335 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16453)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run-checker-ci.yml3
-rw-r--r--.github/workflows/run-checker-daily.yml3
2 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml
index 7a171bff9d..a999492207 100644
--- a/.github/workflows/run-checker-ci.yml
+++ b/.github/workflows/run-checker-ci.yml
@@ -20,8 +20,7 @@ jobs:
no-tests,
no-threads,
no-tls,
-# no-tls1_3 temporarily disabled due to failures to be investigated separately
-# no-tls1_3,
+ no-tls1_3,
no-ts,
no-ui,
]
diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml
index c1b0327ae3..e335b87b31 100644
--- a/.github/workflows/run-checker-daily.yml
+++ b/.github/workflows/run-checker-daily.yml
@@ -50,8 +50,7 @@ jobs:
no-egd,
no-engine,
no-external-tests,
-# no-tls1_3 temporarily disabled due to failures to be investigated separately
-# no-tls1_3,
+ no-tls1_3,
no-fuzz-afl,
no-fuzz-libfuzzer,
no-gost,