mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 15:20:00 -04:00
doth: skip 'doth' test if FIPS mode when DH is broken
'doth' depends on a working DH implementation.
This commit is contained in:
parent
530142b2a1
commit
2e997e2248
1 changed files with 6 additions and 0 deletions
|
|
@ -17,4 +17,10 @@ $FEATURETEST --with-libnghttp2 || {
|
|||
echo_i "This test requires libnghttp2 support." >&2
|
||||
exit 255
|
||||
}
|
||||
|
||||
$FEATURETEST --have-fips-dh || {
|
||||
echo_i "FIPS mode Diffie-Hellman not working - skipping doth test"
|
||||
exit 255
|
||||
}
|
||||
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue