View | Details | Raw Unified | Return to bug 63356
Collapse All | Expand All

(-)native/src/sslutils.c (-1 / +1 lines)
Lines 1093-1099 Link Here
1093
1093
1094
    /* if we find the extensions and we can parse it check
1094
    /* if we find the extensions and we can parse it check
1095
       the ocsp status. Otherwise, return OCSP_STATUS_UNKNOWN */
1095
       the ocsp status. Otherwise, return OCSP_STATUS_UNKNOWN */
1096
    if (ocsp_urls != NULL) {
1096
    if (ocsp_urls != NULL && ocsp_urls[0] != NULL && *ocsp_urls[0] != '\0') {
1097
        OCSP_RESPONSE *resp;
1097
        OCSP_RESPONSE *resp;
1098
        int rv = OCSP_STATUS_UNKNOWN;
1098
        int rv = OCSP_STATUS_UNKNOWN;
1099
        /* for the time being just check for the fist response .. a better
1099
        /* for the time being just check for the fist response .. a better

Return to bug 63356