mirror of https://github.com/openssl/openssl.git
disable heartbeats if tlsext disabled
This commit is contained in:
parent
4d0bafb4ae
commit
e2ca32fc2b
|
|
@ -1045,10 +1045,11 @@ if (defined($disabled{"ec"}) || defined($disabled{"dsa"})
|
||||||
$disabled{"gost"} = "forced";
|
$disabled{"gost"} = "forced";
|
||||||
}
|
}
|
||||||
|
|
||||||
# SRP requires TLSEXT
|
# SRP and HEARTBEATS require TLSEXT
|
||||||
if (defined($disabled{"tlsext"}))
|
if (defined($disabled{"tlsext"}))
|
||||||
{
|
{
|
||||||
$disabled{"srp"} = "forced";
|
$disabled{"srp"} = "forced";
|
||||||
|
$disabled{"heartbeats"} = "forced";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($target eq "TABLE") {
|
if ($target eq "TABLE") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue