disable heartbeats if tlsext disabled
This commit is contained in:
parent
4d0bafb4ae
commit
e2ca32fc2b
1 changed files with 2 additions and 1 deletions
|
@ -1045,10 +1045,11 @@ if (defined($disabled{"ec"}) || defined($disabled{"dsa"})
|
|||
$disabled{"gost"} = "forced";
|
||||
}
|
||||
|
||||
# SRP requires TLSEXT
|
||||
# SRP and HEARTBEATS require TLSEXT
|
||||
if (defined($disabled{"tlsext"}))
|
||||
{
|
||||
$disabled{"srp"} = "forced";
|
||||
$disabled{"heartbeats"} = "forced";
|
||||
}
|
||||
|
||||
if ($target eq "TABLE") {
|
||||
|
|
Loading…
Reference in a new issue