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:
bf35c5d
)
FIPS_allow_md5() no longer exists and is no longer required
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Jan 2011 12:25:51 +0000
(12:25 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Jan 2011 12:25:51 +0000
(12:25 +0000)
ssl/ssltest.c
patch
|
blob
|
history
diff --git
a/ssl/ssltest.c
b/ssl/ssltest.c
index 0bb4fa43bda3cda11f82d914007c5bb6f2bbd1d6..65523bc64a947e293eff8411170ae4f06db77111 100644
(file)
--- a/
ssl/ssltest.c
+++ b/
ssl/ssltest.c
@@
-2164,15
+2164,7
@@
static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg)
}
#ifndef OPENSSL_NO_X509_VERIFY
-# ifdef OPENSSL_FIPS
- if(s->version == TLS1_VERSION)
- FIPS_allow_md5(1);
-# endif
ok = X509_verify_cert(ctx);
-# ifdef OPENSSL_FIPS
- if(s->version == TLS1_VERSION)
- FIPS_allow_md5(0);
-# endif
#endif
if (cb_arg->proxy_auth)