]> granicus.if.org Git - openssl/commitdiff
FIPS_allow_md5() no longer exists and is no longer required
authorDr. Stephen Henson <steve@openssl.org>
Wed, 26 Jan 2011 12:25:51 +0000 (12:25 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 26 Jan 2011 12:25:51 +0000 (12:25 +0000)
ssl/ssltest.c

index 0bb4fa43bda3cda11f82d914007c5bb6f2bbd1d6..65523bc64a947e293eff8411170ae4f06db77111 100644 (file)
@@ -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)