mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
external/subdir-btest.cfg: Set OPENSSL_ENABLE_SHA1_SIGNATURES=1
We already do something similar for OPENSSL_ENABLE_MD5_VERIFY=1
This commit is contained in:
parent
ad370c0c37
commit
8b645243cb
1 changed files with 2 additions and 0 deletions
2
testing/external/subdir-btest.cfg
vendored
2
testing/external/subdir-btest.cfg
vendored
|
@ -25,4 +25,6 @@ BUILD=%(testbase)s/../../../%(build_dir)s
|
|||
ZEEK_DNS_FAKE=1
|
||||
# Fedora/CentOS/RedHat have MD5 disabled for certificate verification and need setting an environment variable to permit it:
|
||||
OPENSSL_ENABLE_MD5_VERIFY=1
|
||||
# Fedora/RedHat have SHA1 disabled for certificate verification and need setting an environment variable to permit it:
|
||||
OPENSSL_ENABLE_SHA1_SIGNATURES=1
|
||||
UBSAN_OPTIONS=print_stacktrace=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue