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 896a620..5a76bd9 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;