From 0958f5a5bc47e2cca907a3bfaf14059c020324fd Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 24 Dec 2024 09:34:27 +0000 Subject: [PATCH] Add a daily run-checker test for the TLS security level Add a test to check that if the user reduces the default TLS security level at configure time, then the tests still pass. Reviewed-by: Dmitry Belyavskiy Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/26256) --- .github/workflows/run-checker-daily.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml index cb3087a15e..7ecc5c354a 100644 --- a/.github/workflows/run-checker-daily.yml +++ b/.github/workflows/run-checker-daily.yml @@ -138,7 +138,8 @@ jobs: -DOPENSSL_PEDANTIC_ZEROIZATION, -DOPENSSL_PEDANTIC_ZEROIZATION enable-fips, -DOPENSSL_NO_BUILTIN_OVERFLOW_CHECKING, - -DSSL3_ALIGN_PAYLOAD=4 + -DSSL3_ALIGN_PAYLOAD=4, + -DOPENSSL_TLS_SECURITY_LEVEL=0 ] runs-on: ubuntu-latest steps: