mirror of
https://github.com/openssl/openssl.git
synced 2024-11-30 21:44:16 +08:00
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";
|
||||
}
|
||||
|
||||
# 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 New Issue
Block a user