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:
81a071d
)
For now disable RSAX ENGINE for FIPS builds: it sets a non-FIPS RSA
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 13 Oct 2011 11:43:44 +0000
(11:43 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 13 Oct 2011 11:43:44 +0000
(11:43 +0000)
method which stops FIPS mode working.
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 297392daf64a5421d0e61a90e69096bf007ed357..1818113cbc64a53af85dcd7ea79d4dd2fdedb432 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-961,6
+961,12
@@
if ($fips && $fipslibdir eq "")
$fipslibdir = $fipsdir . "/lib/";
}
+# RSAX ENGINE sets default non-FIPS RSA method.
+if ($fips)
+ {
+ $disabled{"rsax"} = "forced";
+ }
+
# SSL 3.0 and TLS requires MD5 and SHA and either RSA or DSA+DH
if (defined($disabled{"md5"}) || defined($disabled{"sha"})
|| (defined($disabled{"rsa"})