]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Should skip the OCSP check
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 14 Sep 2015 16:18:02 +0000 (17:18 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 14 Sep 2015 16:18:10 +0000 (17:18 +0100)
src/main/tls.c

index 896a6203c33b06227ef7addd1c28bdaf1688a717..5a76bd96d531c74414dc9d750e1dc6313c9ad0cc 100644 (file)
@@ -1458,7 +1458,7 @@ static int ocsp_check(REQUEST *request, X509_STORE *store, X509 *issuer_cert, X5
                                goto use_ocsp_url;
                        }
                        RWDEBUG("ocsp: No OCSP URL in certificate.  Not doing OCSP");
-                       break;
+                       goto skipped;
 
                case 1:
                        break;