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 <beldmit@gmail.com> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26256)
This commit is contained in:
parent
2986908cc7
commit
0958f5a5bc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/run-checker-daily.yml
vendored
3
.github/workflows/run-checker-daily.yml
vendored
|
@ -138,7 +138,8 @@ jobs:
|
||||||
-DOPENSSL_PEDANTIC_ZEROIZATION,
|
-DOPENSSL_PEDANTIC_ZEROIZATION,
|
||||||
-DOPENSSL_PEDANTIC_ZEROIZATION enable-fips,
|
-DOPENSSL_PEDANTIC_ZEROIZATION enable-fips,
|
||||||
-DOPENSSL_NO_BUILTIN_OVERFLOW_CHECKING,
|
-DOPENSSL_NO_BUILTIN_OVERFLOW_CHECKING,
|
||||||
-DSSL3_ALIGN_PAYLOAD=4
|
-DSSL3_ALIGN_PAYLOAD=4,
|
||||||
|
-DOPENSSL_TLS_SECURITY_LEVEL=0
|
||||||
]
|
]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue