Searched refs:pRevocationStore (Results 1 – 4 of 4) sorted by relevance
675 if ((sc->pRevocationStore = in ssl_init_ConfigureServer()1082 if (sc->pRevocationStore != NULL) { in ssl_init_ModuleKill()1083 X509_STORE_free(sc->pRevocationStore); in ssl_init_ModuleKill()1084 sc->pRevocationStore = NULL; in ssl_init_ModuleKill()
1620 if (sc->pRevocationStore == NULL) in ssl_callback_SSLVerify_CRL()1666 rc = SSL_X509_STORE_lookup(sc->pRevocationStore, X509_LU_CRL, subject, &obj); in ssl_callback_SSLVerify_CRL()1730 rc = SSL_X509_STORE_lookup(sc->pRevocationStore, X509_LU_CRL, issuer, &obj); in ssl_callback_SSLVerify_CRL()
210 sc->pRevocationStore = NULL; in ssl_config_server_create()266 cfgMerge(pRevocationStore, NULL); in ssl_config_server_merge()
532 X509_STORE *pRevocationStore; member