projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d0bafb
)
disable heartbeats if tlsext disabled
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 5 Jan 2012 00:07:46 +0000
(
00:07
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 5 Jan 2012 00:07:46 +0000
(
00:07
+0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index b46c95d9cbf3d462b5842b07ab433540dc3c7b74..4618efb01f068e8b20f26a6c7c3222f224bc74d2 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-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") {