mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
testing/btest: Use OPENSSL_ENABLE_SHA1_SIGNATURES
This reverts the call to update-crypto-policies in the Fedora 41 image and instead sets OPENSSL_ENABLE_SHA1_SIGNATURES in the individual tests. This allows RHEL 10 or Fedora 41 users to run the tests in question without needing to fiddle with system settings. Fixes #4035
This commit is contained in:
parent
0290a73544
commit
bb2e20d353
5 changed files with 14 additions and 10 deletions
|
@ -1,4 +1,6 @@
|
|||
# @TEST-EXEC: zeek -b -C -r $TRACES/tls/ocsp-stapling.trace %INPUT
|
||||
# Fedora/RedHat have SHA1 disabled for certificate verification, re-enable it for testing by setting OPENSSL_ENABLE_SHA1_SIGNATURES=1
|
||||
#
|
||||
# @TEST-EXEC: OPENSSL_ENABLE_SHA1_SIGNATURES=1 zeek -b -C -r $TRACES/tls/ocsp-stapling.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff .stdout
|
||||
|
||||
@load base/protocols/ssl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue